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.

Docs and the agent skill

The Guide, Reference and an Agent Skills file for this stack are customer docs: served only with your API key, never bundled here.

polygramme skill --install          # writes .claude/skills/polygramme-cloud/SKILL.md (--global for ~/.claude/skills)
polygramme docs guide               # or reference / skill — prints Markdown

The install verifies the file against the checksum in GET /api/docs/manifest and never writes your key anywhere.

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.2.tar.gz (11.8 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.2-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: polygramme_cloud-0.1.2.tar.gz
  • Upload date:
  • Size: 11.8 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.2.tar.gz
Algorithm Hash digest
SHA256 804adcc2d5086fafbbb3d023b7c7b795bfc8868a08c1cd9ab9ceeeef27c92cfb
MD5 4db4c3497c348800c99bab93818772ab
BLAKE2b-256 aca09d0c17d940565016e7ceb049482830e585347633949d96f8c05ff142f469

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polygramme_cloud-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 12.8 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 78070b0e55333d4ed6c65ba5171564f2057a9d891716f762e576bffc6fd893b0
MD5 6ed7209178d58e6896a1bab6cf2ffe71
BLAKE2b-256 32a1f0b38d8be9624b98c827ab8bdea94586e33beeafaf61a0aac5dd8651eaea

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.2 This release

2 files

0.1.1

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