Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
djstrong/leaderboard
speakleash
/
open_pl_llm_leaderboard
like
55
Running
on
CPU Upgrade
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
ade152c
open_pl_llm_leaderboard
/
fix_cache.sh
djstrong
update cache
e066704
5 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"'
_ {} \;