You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In clearml-agent==1.5.2, if I specify in the requirements: torch==1.11.0 and the agent recognises cuda 117 (agent.cuda_version = 117 is printed in the logs),
The agent will download the cpu version of torch 1.11.0 instead of trying to downgrade the cuda version and find the matching wheel (eg. 1.11.0+cuda117 -> 1.11.0+cuda116 -> 1.11.0+cuda115 exists)
The text was updated successfully, but these errors were encountered:
Hi,
In clearml-agent==1.5.2, if I specify in the requirements:
torch==1.11.0
and the agent recognises cuda 117 (agent.cuda_version = 117
is printed in the logs),The agent will download the cpu version of torch 1.11.0 instead of trying to downgrade the cuda version and find the matching wheel (eg. 1.11.0+cuda117 -> 1.11.0+cuda116 -> 1.11.0+cuda115 exists)
The text was updated successfully, but these errors were encountered: