PowerML python package
Project description
PowerML Python Package
For dist 0.0.2:
from powerml_app.PowerML import PowerML
config = {"key": ""}
powerml = PowerML(config)
testPrompt = "hello there"
response = powerml.predict(prompt=testPrompt)
print(response)
data = ["item1\n new line", "item2", "item3"]
val = powerml.fit(data, "llama")
print(val)
For dist 0.0.3 and above, use
from powerml.PowerML import PowerML
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
powerml_app-0.0.3.tar.gz
(8.5 kB
view details)
Built Distribution
File details
Details for the file powerml_app-0.0.3.tar.gz
.
File metadata
- Download URL: powerml_app-0.0.3.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3379f543340f2f5f75ece68082f421f2fb3a4b080272fb494c606224c21749a |
|
MD5 | a7376de574a870f73eeae9b4b8cf9309 |
|
BLAKE2b-256 | 77a122b04f4a430630570eb1b7ac0676e778b6c286f5c69ef7a35678ff700f22 |
File details
Details for the file powerml_app-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: powerml_app-0.0.3-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eeb7cfa92f8deca298e68f94e5e88948ddb27cad3f42d84d1b449bc6154daa39 |
|
MD5 | 4bf6e08b18c931cb6e5e685551a1c0bf |
|
BLAKE2b-256 | f4f2efd0e8c4816213fed1e1c278351ca26cd4abb3d411025386f19886218446 |