Hello everyone. I am Dr. Furkan Gözükara. PhD Computer Engineer. SECourses is a dedicated YouTube channel for the following topics : Tech, AI, News, Science, Robotics, Singularity, ComfyUI, SwarmUI, ML, Artificial Intelligence, Humanoid Robots, Wan 2.2, FLUX, Krea, Qwen Image, VLMs, Stable Diffusion
what's the proper way to upgrade our python and torch and stuff cause everytime i do pip install -r requirements.txt --upgrade, it breaks the program completely
if they update the requirements.txt file but we already have the package installed, will it upgrade or just see that it's already installed and ignore it?
Tried the same, but you end up with a lot of problems, as the CUDA toolkit, Python, Pytorch and the xformers needs to be working on compatible versions. Stick with 3.10.6 or 3.10.11, and let the script install the version it has (even if it is not the latest).