Views
No views yet
⚠️ This is an abliterated / uncensored model.
rank0.safetensors, TRT-LLM format) → build your own engine for your GPU/SM in minutes, no OOM, no weight-conversion hell.| Folder | What | Quant | Runs on |
|---|---|---|---|
int4/ | checkpoint | INT4 weight-only | build for any SM |
int4-engine/ | prebuilt engine (16k ctx) | INT4 | RTX 40 / SM89 only |
fp8/ | checkpoint | FP8 | build for any SM (Ada+) |
gptq/ | checkpoint | INT4 GPTQ | build for any SM |
w4a8awq/ | checkpoint | W4A8 AWQ | build for any SM |
int4. (The prebuilt int4 engine lives in the companion software repo, xThr45hx/TensorRT-LLM-Windows-RTX40.)trtllm-build from TensorRT-LLM against the rank0.safetensors + config.json in a quant folder, targeting your GPU's SM. Example (INT4):trtllm-build --checkpoint_dir int4 --output_dir my-engine --gemm_plugin auto