Skip to content

Commit 346fc61

Browse files
authored
Update README.md
1 parent d7aaf91 commit 346fc61

File tree

1 file changed

+2
-2
lines changed
  • examples/pytorch/multimodal-modeling/quantization/auto_round/llama4

1 file changed

+2
-2
lines changed

examples/pytorch/multimodal-modeling/quantization/auto_round/llama4/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ docker run -d --gpus all -v ... --shm-size=100g --name llama4 -it nvcr.io/nvidia
1111
docker exec -it llama4 bash
1212
git clone https://github.com/intel/neural-compressor.git
1313
cd neural-compressor/examples/pytorch/multimodal-modeling/quantization/auto_round/llama4
14-
# Use `INC_PT_ONLY=1 pip install git+https://github.com/intel/neural-compressor.git@v3.6rc` for the latest updates before neural-compressor v3.7 release
14+
# Use `INC_PT_ONLY=1 pip install git+https://github.com/intel/neural-compressor.git@master` for the latest updates before neural-compressor v3.7 release
1515
pip install neural-compressor-pt==3.7
16-
# Use `pip install git+https://github.com/intel/auto-round.git@v0.8.0rc2` for the latest updates before auto-round v0.9.3 release
16+
# Use `pip install git+https://github.com/intel/auto-round.git@main` for the latest updates before auto-round v0.9.3 release
1717
pip install auto-round==0.9.3
1818
bash setup.sh
1919
```

0 commit comments

Comments
 (0)