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.1.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.1-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: polygramme_cloud-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 b90cad35cedf498c222ca612c27cea76b308cb9adc1d1e6d5aed471432e9b70d
MD5 a37dafe29c66f1a7d72d23632f06c484
BLAKE2b-256 94ba249e61b452885ab4f6d900c6de613795fba584a57763787837a9678562dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polygramme_cloud-0.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d0da1968356863d5489b7d194bca525f780eb3d1769d8dcd97fdc7a6e859d5bb
MD5 cfadcf05004652311ad0f26b638dba1d
BLAKE2b-256 2518bcb4b26298a189b2011cf23aee2e99abb8959761e18d84de7a346879945e

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.2

2 files

This release

0.1.1 This release

2 files

0.1.0

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