djstrong commited on
Commit
e066704
1 Parent(s): dbe433b

update cache

Browse files
Files changed (1) hide show
  1. 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"' _ {} \;