Rodeszones commited on
Commit
25abe6f
1 Parent(s): ffdf229

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ pipeline_tag: visual-question-answering
15
  # My env pip list
16
 
17
  ```base
18
- pip install torch==2.2.0+cu121 transformers==4.38.1 accelerate==0.27.2 sentencepiece==0.1.99 einops==0.7.0 xformers==0.0.24 triton==2.1.0 bitsandbytes==0.43.0.dev0 protobuf==3.20.3
19
  ```
20
  For triton and bitsandbytes on windows use this files:
21
 
 
15
  # My env pip list
16
 
17
  ```base
18
+ pip install torch==2.2.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 transformers==4.38.1 accelerate==0.27.2 sentencepiece==0.1.99 einops==0.7.0 xformers==0.0.24 triton==2.1.0 bitsandbytes==0.43.0.dev0 protobuf==3.20.3
19
  ```
20
  For triton and bitsandbytes on windows use this files:
21