Skip to main content

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

moregpu_client-0.4.0-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

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

Hashes for moregpu_client-0.4.0.tar.gz
Algorithm Hash digest
SHA256 2d9950e6db94a91db499e26795aa353cab18382e9f60caa195ce97152388216b
MD5 8de5491538437ffef83b6d510cc8baac
BLAKE2b-256 370ad985aecdef00445d895e8f4d6964fbb524443fd30db5d15d74a054ef0014

See more details on using hashes here.

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

Hashes for moregpu_client-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 061ea2846dddc634e4b068c41eb81861bf32d9c5194414f64d9072fabd236426
MD5 c31a975432dbebe17f8697ffb4c8e2cf
BLAKE2b-256 188fcdbd973efd4cbfbf627c3dd27a33526f70aadfcc871a41ba4575b168d533

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page