Hi NastyStarfish19 , the default behaviour of the agent will install everything in the 'installed packages' section in the execution tab. You can also specify packages manually using Task.set_packages - None
Thanks, that might have done the trick!
Is there any way I can ensure specific python package versions are being installed? Basically I need torch==2.4.0+cu124 and torchvision==0.19.0+cu124, but I think certain other packages (not sure which, suspecting either clearml or ultralytics) are installing other versions over them (mainly installing torch==2.4.0 over torch==2.4.0+cu124) and because of it I keep encountering issues. I have already tried and set the versions in the requirements.txt, they still get overwritten.
Hi NastyStarfish19 , the default behaviour of the agent will install everything in the 'installed packages' section in the execution tab. You can also specify packages manually using Task.set_packages - None
Thanks, that might have done the trick!