fix(doc): clarify instruction to delinearize llama4 similar to cli doc (#2644) [skip ci]

This commit is contained in:
NanoCode012
2025-05-07 21:29:47 +07:00
committed by GitHub
parent 9daa04da90
commit 32f51bca35

View File

@@ -34,3 +34,5 @@ We provide a script to delinearize Llama 4 linearized models into regular Huggin
```bash
axolotl delinearize-llama4 --model path/to/model_dir --output path/to/output_dir
```
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.