Update README.md
Browse files
README.md
CHANGED
|
@@ -67,7 +67,7 @@ To use ZAYA1-8B, install `zaya1` branch from our fork of `vllm` library (the com
|
|
| 67 |
pip install "vllm @ git+https://github.com/Zyphra/vllm.git@zaya1"
|
| 68 |
```
|
| 69 |
|
| 70 |
-
|
| 71 |
```bash
|
| 72 |
pip install "transformers @ git+https://github.com/Zyphra/transformers.git@zaya1"
|
| 73 |
```
|
|
|
|
| 67 |
pip install "vllm @ git+https://github.com/Zyphra/vllm.git@zaya1"
|
| 68 |
```
|
| 69 |
|
| 70 |
+
If you want to run in transformers, install `zaya1` branch from our fork of `transformers` library as well:
|
| 71 |
```bash
|
| 72 |
pip install "transformers @ git+https://github.com/Zyphra/transformers.git@zaya1"
|
| 73 |
```
|