Spaces:
Running
Running
update installation instructions
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ def export(model_id: str, private_repo: bool, overwritte: bool, oauth_token: gr.
|
|
| 145 |
First make sure you have optimum-intel installed:
|
| 146 |
|
| 147 |
```bash
|
| 148 |
-
pip install optimum
|
| 149 |
```
|
| 150 |
|
| 151 |
To load your model you can do as follows:
|
|
|
|
| 145 |
First make sure you have optimum-intel installed:
|
| 146 |
|
| 147 |
```bash
|
| 148 |
+
pip install optimum-intel
|
| 149 |
```
|
| 150 |
|
| 151 |
To load your model you can do as follows:
|