ClyxBox
Inference runtime for Clyx causal language models.
pip install clyxbox==2026.9.25
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.
Release files for clyxbox 2026.9.25
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-2026.9.25.tar.gz | 11.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| clyxbox-2026.9.25-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.2 kB
Release files / clyxbox-2026.9.25.tar.gz
| Download URL | clyxbox-2026.9.25.tar.gz |
|---|---|
| Size | 11.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
00c7000df2375c7b7442f6f527d4cf764a8ce7f65a32cbd616030bfa907ffccf
|
|
BLAKE2b-256 checksum How to use checksums |
5924f8370a14ee5cc62745f66f43095c94540388d4b8be65e9aa1a469c44bdc9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|
Release files / clyxbox-2026.9.25-py3-none-any.whl
| Download URL | clyxbox-2026.9.25-py3-none-any.whl |
|---|---|
| Size | 12.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
00e5cd695a85d32cfb5bf94f6c487c4126ee0bd2396614de0a5f3e3e9b4819aa
|
|
BLAKE2b-256 checksum How to use checksums |
512831d7ca4ca18e4dc5d5690aa198640e0198aa934831878acb9ccc03e0a956
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|