Skip to content

Additional documentation request #56

@drewkoz

Description

@drewkoz

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.

  1. installed miniconda (curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe -o .\miniconda.exe)
  2. install Microsoft build tools (don't install 2026) - https://visualstudio.microsoft.com/visual-cpp-build-tools/ msvc build tools (msvc v143 vs 2222 c++
  3. While installing Build tools select (windows 11 sdk 10.0.22621.0)
  4. reboot
  5. installed cuda toolkit 13.1 -- probably not needed
  6. installed cuda toolket 12.4
  7. reboot
  8. anaconda command prompt
  9. pip3 install torch==2.6.0 torchvision --index-url https://download.pytorch.org/whl/test/cu124
  10. pip3 install torch torchaudio --index-url https://download.pytorch.org/whl/cu124
  11. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions