The scarf.sh-redirect URLs were only needed for Coqui to collect statistics. It's clearer to show the original URLs, which can be obtained with e.g. wget --spider --max-redirect=1 https://coqui.gateway.scarf.sh/hf/bark/coarse_2.pt
In CI:
deduplicate by moving setup-uv into a composite action
run the slower integration tests only for the lowest and highest supported Python version to reduce the number of CI checks and total running time
The
scarf.sh
-redirect URLs were only needed for Coqui to collect statistics. It's clearer to show the original URLs, which can be obtained with e.g.wget --spider --max-redirect=1 https://coqui.gateway.scarf.sh/hf/bark/coarse_2.pt
In CI:
setup-uv
into a composite action