File size: 147 Bytes
e066704
 
1
2
3
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"' _ {} \;