Unanswered
Another Question: How Can I Make Clearml-Agent Use Pre-Installed Version From The Nvidia/Pytorch (
ReassuredTiger98
How can I make clearml-agent use pre-installed version from the nvidia/pytorch
If the Same version is required, the agent will not try to reinstall it (the new venv the agent is creating inside the container, inherits from the preinstalled system packages)
Comes with PyTorch Version 1.12 based on a commit
. I tried
torch >= 1.11
,
torch == 1.12
If in your installed packages you have torch==1.12
the agent should not try to reinstall the package.
160 Views
0
Answers
2 years ago
one year ago
Tags