Spaces:
Runtime error
Runtime error
Commit
Β·
7e96396
1
Parent(s):
17518e7
Skip models
Browse files
app.py
CHANGED
|
@@ -357,6 +357,8 @@ MODELS_TO_SKIP = {
|
|
| 357 |
"michaelfeil/ct2fast-e5-small",
|
| 358 |
"jncraton/e5-small-v2-ct2-int8",
|
| 359 |
"anttip/ct2fast-e5-small-v2-hfie",
|
|
|
|
|
|
|
| 360 |
}
|
| 361 |
|
| 362 |
|
|
|
|
| 357 |
"michaelfeil/ct2fast-e5-small",
|
| 358 |
"jncraton/e5-small-v2-ct2-int8",
|
| 359 |
"anttip/ct2fast-e5-small-v2-hfie",
|
| 360 |
+
"newsrx/instructor-large",
|
| 361 |
+
"newsrx/instructor-xl",
|
| 362 |
}
|
| 363 |
|
| 364 |
|