|
I just want to do the whole tests to see what this package do. However I find all models is running on cpu (test_models.py) and performance is so slow? |
Answered by
rwightman
Apr 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jiaqiw09 because github runners are CPU
TORCH_DEVICE=cuda pytest -vv tests/But it's still going to be pretty slow as there are lots of tests...