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.1.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.1.tar.gz.
File metadata
- Download URL: zeus_utility-0.0.1.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 |
fe1b15d1300309f251ef40597aaa4dc5ce7059d7448777d116ed09fa131fd9b8
|
|
| MD5 |
99cdc4fabe2fb11023e2db221b035c55
|
|
| BLAKE2b-256 |
2206b5caff04ebb6e2e559ac80954b803b6451984a61c93beeb37f8c48969b7f
|
File details
Details for the file zeus_utility-0.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: zeus_utility-0.0.1-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 |
fcd40d2f6deca5764a070b6489eb4aab792fe7935ff6edb8287812dbc1da3cf2
|
|
| MD5 |
813d2e27d772a2480e7505babef444d4
|
|
| BLAKE2b-256 |
dd14b92aec7ce39b6a5f2a413fdfc0c67496979cfb4d5c231720747544a034a1
|