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.6.0.tar.gz (6.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.6.0-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file moregpu_client-0.6.0.tar.gz.

File metadata

  • Download URL: moregpu_client-0.6.0.tar.gz
  • Upload date:
  • Size: 6.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.6.0.tar.gz
Algorithm Hash digest
SHA256 0c17cb4369289529ed21bfe2c17357085979a3159f7491a5812dc70ee34b4ad4
MD5 2e29913188fcd0786b3c2e3c22bfa62f
BLAKE2b-256 2579982a6c1d4217b5d014a3a3f7b5060206b6b0c791ba8be53dca803eb20aba

See more details on using hashes here.

File details

Details for the file moregpu_client-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: moregpu_client-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 7.5 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.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 18cbcaf66a97dd6ce3963d2a2e07a0e4af7c47e025446ad9924cfd344d43aaa2
MD5 f1c0e15f4b12d0a2e81216e9d208b14f
BLAKE2b-256 31c8c975caffa1281194748f978c575d579217e443229f538922aff4636a75bf

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