Update README.md
Browse files
README.md
CHANGED
@@ -108,7 +108,6 @@ _Note: first prompt may be slower as there is a slight warmup time_
|
|
108 |
#### Install
|
109 |
|
110 |
```bash
|
111 |
-
git clone https://github.com/foundation-model-stack/fms-extras
|
112 |
git clone --branch ibm_7b_instruct_lab_variant --single-branch https://github.com/JRosenkranz/fms-extras.git
|
113 |
(cd fms-extras && pip install -e .)
|
114 |
pip install transformers==4.35.0 sentencepiece numpy
|
|
|
108 |
#### Install
|
109 |
|
110 |
```bash
|
|
|
111 |
git clone --branch ibm_7b_instruct_lab_variant --single-branch https://github.com/JRosenkranz/fms-extras.git
|
112 |
(cd fms-extras && pip install -e .)
|
113 |
pip install transformers==4.35.0 sentencepiece numpy
|