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.5.0.tar.gz
(5.1 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.5.0.tar.gz.
File metadata
- Download URL: moregpu_client-0.5.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d03187e1ba231d9e7dc95740c13ed5e6261b023238368821f0b348abdd7c5a9
|
|
| MD5 |
8eeacb681257fd48924de13c0d9ea8ed
|
|
| BLAKE2b-256 |
71abf5f0df9f29b163b364add4dd37c0f0974607365581f7085daf3cc4978050
|
File details
Details for the file moregpu_client-0.5.0-py3-none-any.whl.
File metadata
- Download URL: moregpu_client-0.5.0-py3-none-any.whl
- Upload date:
- Size: 5.7 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 |
d53ef8d80d72bbcf8157d1496c32895de515f42de5ed118351a3a7a2c8279131
|
|
| MD5 |
2a686594df324a1d55b724300d292d44
|
|
| BLAKE2b-256 |
81edd661b979c891b109b62e76697da8073968464c5a62c2714af8d0ee6c66f5
|