leon-se commited on
Commit
f440f98
·
verified ·
1 Parent(s): e48b85f

Update transformers version

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ FP8-Dynamic quant created with llm-compressor, can run on 16 VRAM cards.
6
  Update vLLM and Transformers:
7
  ```
8
  pip install vllm>=0.7.2
9
- pip install git+https://github.com/huggingface/transformers
10
  ```
11
 
12
  Then run with:
 
6
  Update vLLM and Transformers:
7
  ```
8
  pip install vllm>=0.7.2
9
+ pip install transformers>=4.49
10
  ```
11
 
12
  Then run with: