JRosenkranz
commited on
Commit
•
b73c089
1
Parent(s):
c8b3371
Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,9 @@ python sample_client.py
|
|
65 |
|
66 |
```bash
|
67 |
git clone https://github.com/foundation-model-stack/fms-extras
|
|
|
68 |
(cd fms-extras && pip install -e .)
|
|
|
69 |
pip install transformers==4.35.0 sentencepiece numpy
|
70 |
```
|
71 |
|
|
|
65 |
|
66 |
```bash
|
67 |
git clone https://github.com/foundation-model-stack/fms-extras
|
68 |
+
git clone https://github.com/foundation-model-stack/foundation-model-stack
|
69 |
(cd fms-extras && pip install -e .)
|
70 |
+
(cd foundation-model-stack && pip install -e .)
|
71 |
pip install transformers==4.35.0 sentencepiece numpy
|
72 |
```
|
73 |
|