-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Several prereqs needed that were not in the readme. Requesting modifications to the documentation.
Additional steps I had to do to get this to compile on Windows 11.
- installed miniconda (curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe -o .\miniconda.exe)
- install Microsoft build tools (don't install 2026) - https://visualstudio.microsoft.com/visual-cpp-build-tools/ msvc build tools (msvc v143 vs 2222 c++
- While installing Build tools select (windows 11 sdk 10.0.22621.0)
- reboot
- installed cuda toolkit 13.1 -- probably not needed
- installed cuda toolket 12.4
- reboot
- anaconda command prompt
- pip3 install torch==2.6.0 torchvision --index-url https://download.pytorch.org/whl/test/cu124
- pip3 install torch torchaudio --index-url https://download.pytorch.org/whl/cu124
- pip install modelscope
Note: although I'm an experienced dev. I have little experience in python. These steps are probably more familiar to CUDA and python devs, but to someone with little or outdated experience, this took some time to figure out.
Metadata
Metadata
Assignees
Labels
No labels