voidstream commited on
Commit
807c154
·
verified ·
1 Parent(s): be74e5d

Update model card: LoRA fine-tuning now supported via HelixLinearSTE

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ Eval: WikiText-2 test split, 2048 tokens, stride 512.
71
  ## Good to Know
72
 
73
  - **GPU and CPU supported** — runs on any CUDA GPU or CPU via standard PyTorch. Fused kernels for additional speedup are in progress.
74
- - **Not fine-tunable** — compressed weights are read-only (`is_trainable = False`).
75
  - **Requires `helix-substrate`** — the quantizer is not built into transformers. You need `pip install "helix-substrate[hf]"`.
76
 
77
  ## What is HelixCode?
 
71
  ## Good to Know
72
 
73
  - **GPU and CPU supported** — runs on any CUDA GPU or CPU via standard PyTorch. Fused kernels for additional speedup are in progress.
74
+ - **Fine-tunable via LoRA** — compressed weights remain frozen, but LoRA adapters attach to each `HelixLinear` layer via `HelixLinearSTE`. See `helix-substrate` for training infrastructure.
75
  - **Requires `helix-substrate`** — the quantizer is not built into transformers. You need `pip install "helix-substrate[hf]"`.
76
 
77
  ## What is HelixCode?