Client SDK + CLI for the MoreGPU distributed GPU compute pool
Project description
moregpu-client
Dependency-free Python client + CLI for the MoreGPU distributed GPU compute pool.
pip install moregpu-client
from moregpu import MoreGPU
pool = MoreGPU("http://ADMIN:8787", "<admin-token>")
pool.matmul([1,2,3, 4,5,6], [7,8, 9,10, 11,12], M=2, N=2, K=3) # → [58, 64, 139, 154]
pool.run("relu", [-1, 2, -3, 4])["output_decoded"] # → [0.0, 2.0, 0.0, 4.0]
pool.device() # the pool presented as a GPU slot
CLI:
export MOREGPU_URL=http://ADMIN:8787 MOREGPU_TOKEN=<admin-token>
moregpu-client device
moregpu-client submit matmul 1024
Standard library only. See docs/AI_USAGE.md. Apache-2.0 © Ariorad Moniri.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
moregpu_client-0.4.0.tar.gz
(4.9 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 moregpu_client-0.4.0.tar.gz.
File metadata
- Download URL: moregpu_client-0.4.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d9950e6db94a91db499e26795aa353cab18382e9f60caa195ce97152388216b
|
|
| MD5 |
8de5491538437ffef83b6d510cc8baac
|
|
| BLAKE2b-256 |
370ad985aecdef00445d895e8f4d6964fbb524443fd30db5d15d74a054ef0014
|
File details
Details for the file moregpu_client-0.4.0-py3-none-any.whl.
File metadata
- Download URL: moregpu_client-0.4.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
061ea2846dddc634e4b068c41eb81861bf32d9c5194414f64d9072fabd236426
|
|
| MD5 |
c31a975432dbebe17f8697ffb4c8e2cf
|
|
| BLAKE2b-256 |
188fcdbd973efd4cbfbf627c3dd27a33526f70aadfcc871a41ba4575b168d533
|