quire-client
Report experiment runs to a Quire project from anywhere your code runs. Standard library only.
pip install quire-client
export QUIRE_URL=https://quire.ezragubbay.com
export QUIRE_API_KEY=qk_...
import quire
run = quire.init(project="sparse-attention-survey", experiment="routed-32k", name="lambda-0.1", params={"lambda": 0.1, "seq": 32768})
for step in range(100):
run.log({"loss": 1.0 / (step + 1), "ppl": 12.4}, step=step)
run.print("epoch done") # goes to the run log
run.artifact("results.json") # uploads a file
run.finish(metrics={"final_ppl": 12.1})
quire.init creates the experiment on first use. Use with quire.init(...) as run: to mark the run failed automatically when an exception escapes. Metrics, logs, and artifacts show up live in the Experiments tab.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quire_client-0.1.0.tar.gz
(4.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quire_client-0.1.0.tar.gz.
File metadata
- Download URL: quire_client-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1703afbb004b48701401a117738b1e8a479c20b6dac540941d5ac903c1c066ce
|
|
| MD5 |
2460ba60233c8cd1336d7bd59e64ec4f
|
|
| BLAKE2b-256 |
495bb3582f73e5765434519de202f749fe7bd4948bf4f13bb28262a652368aeb
|
File details
Details for the file quire_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: quire_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d86b1386b9a16b2f27439e7084b2af1a1ebd8d3a1b1d4ca3ae991c37dd3b9209
|
|
| MD5 |
acfc6257ca192e1c6e8ecd8606049d8f
|
|
| BLAKE2b-256 |
5d8e0fef97a390bf872ad5c1b4ff7225b82a63eeb010bdbbe97f0b0f31781cf5
|