JRosenkranz commited on
Commit
5c84892
1 Parent(s): df7dee2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -106,7 +106,7 @@ _Note: first prompt may be slower as there is a slight warmup time_
106
  #### Install
107
 
108
  ```bash
109
- git clone --branch main --single-branch llama_3_variants https://github.com/JRosenkranz/fms-extras
110
  (cd fms-extras && pip install -e .)
111
  pip install transformers==4.35.0 sentencepiece numpy
112
  ```
 
106
  #### Install
107
 
108
  ```bash
109
+ git clone --branch llama_3_variants --single-branch https://github.com/JRosenkranz/fms-extras
110
  (cd fms-extras && pip install -e .)
111
  pip install transformers==4.35.0 sentencepiece numpy
112
  ```