Rodeszones commited on
Commit
5b9c502
1 Parent(s): 79b7662

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ CogVLM Grounding generalist model quantized with bitsandbytes 4 bit precision
17
  # My env pip list
18
 
19
  ```base
20
- 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
21
  ```
22
  For triton and bitsandbytes on windows use this files:
23
 
 
17
  # My env pip list
18
 
19
  ```base
20
+ 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 protobuf==3.20.3 triton==2.1.0 bitsandbytes==0.43.0.dev0
21
  ```
22
  For triton and bitsandbytes on windows use this files:
23