yury-zyphra commited on
Commit
457d25c
·
verified ·
1 Parent(s): 3bc03cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -62,9 +62,9 @@ All numbers are run on the Zyphra evaluation harness. Models are ordered by tota
62
  ### Prerequisites
63
  We recommend installing the following libraries in a fresh python environment (tested with python 3.12).
64
 
65
- To use ZAYA1-8B, install `zaya1` branch from our fork of `vllm` library (the command will trigger a full build of vLLM from source):
66
  ```bash
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:
 
62
  ### Prerequisites
63
  We recommend installing the following libraries in a fresh python environment (tested with python 3.12).
64
 
65
+ To use ZAYA1-8B, install `zaya1-pr` branch from our fork of `vllm` library (the command will trigger a full build of vLLM from source):
66
  ```bash
67
+ pip install "vllm @ git+https://github.com/Zyphra/vllm.git@zaya1-pr"
68
  ```
69
 
70
  If you want to run in transformers, install `zaya1` branch from our fork of `transformers` library as well: