Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
djstrong/leaderboard
speakleash
/
open_pl_llm_leaderboard
like
52
Restarting
on
CPU Upgrade
App
Files
Files
Community
4
1a9231c
open_pl_llm_leaderboard
/
fix_cache.sh
djstrong
update cache
e066704
4 months ago
raw
Copy download link
history
blame
Safe
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"'
_ {} \;