ClyxBox
Inference runtime for Clyx causal language models.
pip install clyxbox==0.3.2
from clyxbox import ClyxPipeline
pipe = ClyxPipeline.from_pretrained(
"syntropic-clx/Clyx_0.3-635.51M-BASE",
device="cuda",
)
text = pipe("Once upon a time", max_new_tokens=128, stream=True)
When dtype is omitted, ClyxBox selects native BF16 on supported CUDA GPUs
(for example, A100) and FP32 otherwise (including T4). Pass dtype="float16"
or dtype="bfloat16" only when you have verified that precision on your GPU.
The default sampling settings are temperature=0.65, top_p=0.90,
top_k=50, and repetition_penalty=1.12. Sampling is stochastic, so
outputs can differ between runs. A BASE checkpoint continues text and may
produce repetitive or off-topic continuations; these settings cannot turn it
into an instruction-following assistant.
The package supports Hugging Face model repositories and Clyx inference bundles,
including exports split across multiple Safetensors files. For a sharded export,
keep model.safetensors.index.json and every referenced shard in the same
repository; ClyxModel.from_pretrained reads the index and loads each shard
automatically. A BASE checkpoint continues text; it is not automatically an
instruction-following assistant.
Release files for clyxbox 0.3.2
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.2.tar.gz | 11.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| clyxbox-0.3.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.2 kB
Release files / clyxbox-0.3.2.tar.gz
| Download URL | clyxbox-0.3.2.tar.gz |
|---|---|
| Size | 11.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5d4895703ddbaa13efa75463c2bbe5507a5801ea8419755bd531e2d296d20379
|
|
BLAKE2b-256 checksum How to use checksums |
1c96e6d4408cd68b6359797fd6fa44ceae43534e7fee63a21028e60ab1d66029
|
| 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.2-py3-none-any.whl
| Download URL | clyxbox-0.3.2-py3-none-any.whl |
|---|---|
| Size | 12.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0fd30bc5ffdb9b514cea8c2aafcd7e9ffbd5b4df9aea8cb134018b475a00fc60
|
|
BLAKE2b-256 checksum How to use checksums |
7486fc79f8fe3efadd9ec3e139ea9da1c605d1818b4d3b4f671f2683eaa14e0b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|