open_pl_llm_leaderboard / fix_cache.sh
djstrong's picture
update cache
e066704
raw
history blame contribute delete
147 Bytes
cd is_model_on_hub_cache
find . -type f -name '*.json' -exec sh -c 'jq -c ".duration = 1 | .time = 1" "$1" > "$1".tmp && mv "$1".tmp "$1"' _ {} \;