Skip to content

Commit 32f51bc

Browse files
authored
fix(doc): clarify instruction to delinearize llama4 similar to cli doc (axolotl-ai-cloud#2644) [skip ci]
1 parent 9daa04d commit 32f51bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/llama-4/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ We provide a script to delinearize Llama 4 linearized models into regular Huggin
3434
```bash
3535
axolotl delinearize-llama4 --model path/to/model_dir --output path/to/output_dir
3636
```
37+
38+
Note: This only works with the non-quantized linearized model. If you have an adapter, merge it with the *non-quantized linearized* model before delinearizing.

0 commit comments

Comments
 (0)