Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ This repository hosts the **Phi4-mini-instruct** model quantized with [torchao](
|
|
25 |
Install vllm nightly and torchao nightly to get some recent changes:
|
26 |
```
|
27 |
pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
|
28 |
-
pip install torchao
|
29 |
```
|
30 |
|
31 |
## Code Example
|
@@ -78,7 +78,7 @@ Install the required packages:
|
|
78 |
```Shell
|
79 |
pip install git+https://github.com/huggingface/transformers@main
|
80 |
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
|
81 |
-
pip install torch
|
82 |
pip install accelerate
|
83 |
```
|
84 |
|
@@ -129,7 +129,7 @@ Install the required packages:
|
|
129 |
```Shell
|
130 |
pip install git+https://github.com/huggingface/transformers@main
|
131 |
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
|
132 |
-
pip install torch
|
133 |
pip install accelerate
|
134 |
```
|
135 |
|
|
|
25 |
Install vllm nightly and torchao nightly to get some recent changes:
|
26 |
```
|
27 |
pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
|
28 |
+
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
|
29 |
```
|
30 |
|
31 |
## Code Example
|
|
|
78 |
```Shell
|
79 |
pip install git+https://github.com/huggingface/transformers@main
|
80 |
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
|
81 |
+
pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126
|
82 |
pip install accelerate
|
83 |
```
|
84 |
|
|
|
129 |
```Shell
|
130 |
pip install git+https://github.com/huggingface/transformers@main
|
131 |
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
|
132 |
+
pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126
|
133 |
pip install accelerate
|
134 |
```
|
135 |
|