3.3.50
Pre-release
Pre-release
Mac Conda Environment Fix
Set
CONDA_ENVS_PATH: ~/pinokio/bin/miniconda/envs
CONDA_PKGS_DIRS: ~/pinokio/bin/miniconda/pkgs
Windows Visual Studio Refactor
- Handle cases where there are already multiple visual studio instances installed
- Handle cases where there are corrupt or paused installations of visual studio (build tools)
- Display a warning that if you get in an install loop, the best solution is to just open visual studio installer and uninstall broken installs
Linux CUDA & G++ Compatibility Fix
By default NVCC for CUDA121 requires G++ no greater than 12. But globally installed G++ may have higher versions and it would result in failure
More robust available port checking
is_port_running(port)
: To take into account ALL possible cases, instead of trying to create sockets to a url with a port, just simulate starting a server at the port, and if there's an exception, then it means the port doesn't work.