JRosenkranz
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -93,18 +93,6 @@ make gen-client
|
|
93 |
pip install . --no-cache-dir
|
94 |
```
|
95 |
|
96 |
-
### Minimal Sample
|
97 |
-
|
98 |
-
*To try this out with the fms-native compiled model, please execute the following:*
|
99 |
-
|
100 |
-
#### Install
|
101 |
-
|
102 |
-
```bash
|
103 |
-
git clone https://github.com/foundation-model-stack/fms-extras
|
104 |
-
(cd fms-extras && pip install -e .)
|
105 |
-
pip install transformers==4.35.0 sentencepiece numpy
|
106 |
-
```
|
107 |
-
|
108 |
#### Run Sample
|
109 |
|
110 |
```bash
|
|
|
93 |
pip install . --no-cache-dir
|
94 |
```
|
95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
#### Run Sample
|
97 |
|
98 |
```bash
|