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