Just a simple mediator for different LLM models.
Project description
Zeus's Utility
Features
- Parallel Execute
Quick Usage:
Install:
pip install zeus-utility
# or
pip install git+https://github.com/zeuscsc/zeus_utility.git
Usage
def print_a_plus_b(a,b):
print(a+b)
queue=[]
for i in range(10):
queue.append((print_a_plus_b,{"a":i,"b":i}))
execute_queue
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
zeus_utility-0.0.2.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zeus_utility-0.0.2.tar.gz.
File metadata
- Download URL: zeus_utility-0.0.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1b7c5a572f79ff0c39a041b8dc6cfd03115974da0c46a9dd85b530e8f497a6f
|
|
| MD5 |
42d2ecf04151290811440ed732db7f4a
|
|
| BLAKE2b-256 |
a9aab68ef596c83e3afb60588f92a61e61cca83bf1751b9b25320ff716133a00
|
File details
Details for the file zeus_utility-0.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: zeus_utility-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc499626fea4dcb0aa2e10180b889a81c1cd40476159a3c5594b0db061859687
|
|
| MD5 |
d4a1ddfd6177f3ecc4f110a0ca9ecd6b
|
|
| BLAKE2b-256 |
e957a866795c871edda4dcaa6312190f5c23ca48fe5ee00aefcb84b4422eacd1
|