Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Clémentine
commited on
Commit
•
3bc9a20
1
Parent(s):
8d502c8
update dynamic files should be better
Browse files
src/scripts/update_all_request_files.py
CHANGED
@@ -43,6 +43,7 @@ def update_models(file_path, models):
|
|
43 |
|
44 |
# Check if the model is a merge
|
45 |
is_merge_from_metadata = False
|
|
|
46 |
if still_on_hub:
|
47 |
model_card = ModelCard.load(model_id)
|
48 |
|
|
|
43 |
|
44 |
# Check if the model is a merge
|
45 |
is_merge_from_metadata = False
|
46 |
+
is_moe_from_metadata = False
|
47 |
if still_on_hub:
|
48 |
model_card = ModelCard.load(model_id)
|
49 |
|