Tom Aarsen commited on
Commit
35f55aa
1 Parent(s): 4af3178

Skip duplicate model

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1168,6 +1168,7 @@ MODELS_TO_SKIP = {
1168
  "arcdev/SFR-Embedding-Mistral",
1169
  "arcdev/e5-mistral-7b-instruct",
1170
  "Koat/gte-tiny",
 
1171
  }
1172
 
1173
 
 
1168
  "arcdev/SFR-Embedding-Mistral",
1169
  "arcdev/e5-mistral-7b-instruct",
1170
  "Koat/gte-tiny",
1171
+ "SmartComponents/bge-micro-v2",
1172
  }
1173
 
1174