Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
update cache
Browse files- fix_cache.sh +2 -0
fix_cache.sh
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
cd is_model_on_hub_cache
|
2 |
+
find . -type f -name '*.json' -exec sh -c 'jq -c ".duration = 1 | .time = 1" "$1" > "$1".tmp && mv "$1".tmp "$1"' _ {} \;
|