Update transformers version
Browse files
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
|
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:
|