Update README.md
Browse filesadd accelerate, hf_xet library
README.md
CHANGED
|
@@ -90,7 +90,7 @@ Install the following libraries:
|
|
| 90 |
(Using the vllm library is optional)
|
| 91 |
|
| 92 |
```shell
|
| 93 |
-
pip install torch transformers
|
| 94 |
pip install vllm
|
| 95 |
```
|
| 96 |
|
|
|
|
| 90 |
(Using the vllm library is optional)
|
| 91 |
|
| 92 |
```shell
|
| 93 |
+
pip install torch transformers accelerate hf_xet
|
| 94 |
pip install vllm
|
| 95 |
```
|
| 96 |
|