Skip to main content

polygramme-cloud

The Polygramme Cloud client. Train LoRA adapters on a hosted trainer, chat with them the moment a checkpoint lands, and download the weights — from any laptop. No torch, no GPU dependencies.

pip install polygramme-cloud
export POLYGRAMME_API_KEY=pg_…          # https://polygramme.com/console → API keys

polygramme train --dataset conversations.jsonl --save-every 25
polygramme chat --model <model_id> "hi"
polygramme checkpoints
polygramme download checkpoint/<model_id>/final.tar.gz
polygramme export <model_id>              # merged full HF checkpoint

conversations.jsonl is one {"messages": [{"role": ..., "content": ...}, ...]} per line (what rlcli import produces). The shared trainer is Qwen3.5-9B with rank-32 LoRA adapters.

Python:

from polygramme_cloud import Cloud
c = Cloud()                                   # POLYGRAMME_API_KEY from env
for delta in c.chat("<model_id>", [{"role": "user", "content": "hi"}], stream=True):
    print(delta, end="")

For training on your own GPUs, use rlcli, the open framework this cloud runs.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

polygramme_cloud-0.1.0.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

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

polygramme_cloud-0.1.0-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file polygramme_cloud-0.1.0.tar.gz.

File metadata

  • Download URL: polygramme_cloud-0.1.0.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for polygramme_cloud-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1e198b3ac7585c42f24291bfc2309c7f9780cfe9739af3306a9ad3674ac1e3e6
MD5 b2a206f8fcf475504104d9285302e77b
BLAKE2b-256 bbace25ffab1465ca756d2dd327cc9174eb4ac5f704d8b31eb938a9f97c163c8

See more details on using hashes here.

File details

Details for the file polygramme_cloud-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: polygramme_cloud-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for polygramme_cloud-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 23a3caebe6f1f13f62e672259617bf13d713bf99fd8d8e595c839ea8900985ee
MD5 66f24a5921934d38c6f45f922b23a8af
BLAKE2b-256 dd7d3fb88c0e5006779893cb97dc1a0ca3e7e07165574fa950399863cf8ac84c

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.2

2 files

0.1.1

2 files

This release

0.1.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page