Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,7 @@ pipeline_tag: text-generation
|
|
23 |
Install vllm nightly to get some recent changes:
|
24 |
```
|
25 |
pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
|
|
|
26 |
```
|
27 |
|
28 |
## Code Example
|
@@ -71,7 +72,7 @@ vllm serve pytorch/Phi-4-mini-instruct-float8dq --tokenizer microsoft/Phi-4-mini
|
|
71 |
Install the required packages:
|
72 |
```Shell
|
73 |
pip install git+https://github.com/huggingface/transformers@main
|
74 |
-
pip install
|
75 |
pip install torch
|
76 |
pip install accelerate
|
77 |
```
|
|
|
23 |
Install vllm nightly to get some recent changes:
|
24 |
```
|
25 |
pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
|
26 |
+
pip install torchao
|
27 |
```
|
28 |
|
29 |
## Code Example
|
|
|
72 |
Install the required packages:
|
73 |
```Shell
|
74 |
pip install git+https://github.com/huggingface/transformers@main
|
75 |
+
pip install torchao
|
76 |
pip install torch
|
77 |
pip install accelerate
|
78 |
```
|