yury-zyphra commited on
Commit
a098014
·
verified ·
1 Parent(s): 2b008c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- Then install `zaya1` branch from our fork of `transformers` library:
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
  ```