ChantalPellegrini commited on
Commit
f000815
·
verified ·
1 Parent(s): a4079f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -37,6 +37,7 @@ Install requirements:
37
  ```python
38
  conda create -n llava_hf python=3.10
39
  conda activate llava_hf
 
40
  conda install pytorch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 pytorch-cuda=11.7 -c pytorch -c nvidia
41
  pip install -r requirements.txt
42
  ```
 
37
  ```python
38
  conda create -n llava_hf python=3.10
39
  conda activate llava_hf
40
+ pip install pip==24.0
41
  conda install pytorch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 pytorch-cuda=11.7 -c pytorch -c nvidia
42
  pip install -r requirements.txt
43
  ```