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
When trying to create a Conda environment using the benchmark-requirements-cpu.yaml file, the process gets stuck at "Solving environment" for an unusually long time and it doesn't get resolved.
It looks like the issue was caused by unnecessary GPU-related dependencies (pytorch-gpu, cudatoolkit=10.1, pytorch-cuda). Since this setup is running on CPU-only, Conda was struggling to resolve GPU-related packages that aren’t needed.
@Jeevan-Neupane Lets see if using mamba instead of conda speeds up conda env creation especially pulling the required dependencies. mamba is a like for like replacement of conda commands.
Description
When trying to create a Conda environment using the benchmark-requirements-cpu.yaml file, the process gets stuck at "Solving environment" for an unusually long time and it doesn't get resolved.
Steps to Reproduce
Run the following command
The process halts at:
It takes an excessive amount of time without proceeding and doesn't get solved.
The text was updated successfully, but these errors were encountered: