Felix Berkenkamp
Felix Berkenkamp
> Are you able to reproduce this on GitHub Actions, or is it some other CI setup? I just tested it and it works on GH runners. I was running...
It seems like the underlying issue is tracked already in #2410
A recent release seems to have the issue that I posted about originally. Since the cache name issue that others have mentioned in this thread is still tracked in #2410...
I would have another use-case for `sources` in `uv.toml`: My laptop doesn't have a GPU, so I generally want any `pytorch` package to be the cpu-only variant. While we can...