Skip to content

Commit

Permalink
Update Windows.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanshupareek authored Mar 27, 2024
1 parent 4e2277a commit da0d8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd LLaVA
```Shell
conda create -n llava python=3.10 -y
conda activate llava
python -mpip install --upgrade pip # enable PEP 660 support
python -m pip install --upgrade pip # enable PEP 660 support
pip install torch==2.0.1+cu117 torchvision==0.15.2+cu117 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu117
pip install -e .
pip uninstall bitsandbytes
Expand Down

0 comments on commit da0d8ea

Please sign in to comment.