ClyxBox
Inference runtime for Clyx causal language models.
pip install clyxbox
from clyxbox import ClyxPipeline
pipe = ClyxPipeline.from_pretrained(
"syntropic-clx/Clyx_0.3-635.51M-BASE",
device="cuda",
dtype="bfloat16",
)
text = pipe("Once upon a time", max_new_tokens=128, stream=True)
The package supports Hugging Face model repositories and Clyx inference bundles, including split safetensors exports. A BASE checkpoint continues text; it is not automatically an instruction-following assistant.
Release files for clyxbox 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| clyxbox-0.3.0.tar.gz | 10.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| clyxbox-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.6 kB
Release files / clyxbox-0.3.0.tar.gz
| Download URL | clyxbox-0.3.0.tar.gz |
|---|---|
| Size | 10.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d5f725e307d26f83762c25262d1c3423d5fc522f554a76430021e4d471d5341f
|
|
BLAKE2b-256 checksum How to use checksums |
52757b2dbf64e7c6d1d62ad6e0c76412c7bc73fa483a3f81d007f319218ca2ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|
Release files / clyxbox-0.3.0-py3-none-any.whl
| Download URL | clyxbox-0.3.0-py3-none-any.whl |
|---|---|
| Size | 11.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fd71bf1fbd56492e0708980482ad14ea39e4dbcea9d16f1693bbcd77882345a6
|
|
BLAKE2b-256 checksum How to use checksums |
8a0f5f7e74b8fdc4fb05597321e4978e470c43dbd48cf18f12d2ead7dad94f90
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|