Currently torch CPU version is installed, but torchvision CUDA version (as dependency of timm, which is a dependency of optimum-intel[tests]). This leads to issues. This tiny PR fixes that.
Could also be fixed by using --extra-index-url everywhere, but this method is a bit safer and clearer.
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.
Currently torch CPU version is installed, but torchvision CUDA version (as dependency of timm, which is a dependency of optimum-intel[tests]). This leads to issues. This tiny PR fixes that. Could also be fixed by using --extra-index-url everywhere, but this method is a bit safer and clearer.