vajranaga

Results 2 comments of vajranaga

If trying to add cuda-enabled pytorch to a project, I found the following process worked for me (Windows 11, but should work in Linux): 1. Install torch into the venv...

I found that the instructions here: [https://docs.astral.sh/uv/concepts/dependencies/#index](url) Worked for my rye (with uv) projects too. I just had to manually add those lines for which cuda/cpu index I was using,...