this post was submitted on 27 Jun 2024
6 points (87.5% liked)

LocalLLaMA

2214 readers
1 users here now

Community to discuss about LLaMA, the large language model created by Meta AI.

This is intended to be a replacement for r/LocalLLaMA on Reddit.

founded 1 year ago
MODERATORS
 

Hello y'all, i was using this guide to try and set up llama again on my machine, i was sure that i was following the instructions to the letter but when i get to the part where i need to run setup_cuda.py install i get this error

File "C:\Users\Mike\miniconda3\Lib\site-packages\torch\utils\cpp_extension.py", line 2419, in _join_cuda_home raise OSError('CUDA_HOME environment variable is not set. ' OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root. (base) PS C:\Users\Mike\text-generation-webui\repositories\GPTQ-for-LLaMa>

i'm not a huge coder yet so i tried to use setx to set CUDA_HOME to a few different places but each time doing echo %CUDA_HOME doesn't come up with the address so i assume it failed, and i still can't run setup_cuda.py

Anyone have any idea what i'm doing wrong?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] PumpkinEscobar@lemmy.world 3 points 3 months ago (1 children)

Agree with others, this guide is a bit more work than you probably need. I don't really run windows much anymore but I did have an easier time with WSL like the other poster mentioned.

And just to check, are you planning on fine-tuning a model? If so then the whole anaconda / miniconda, pytorch, etc... path makes sense.

But if you're not fine-tuning and you just want to run a model locally, I'd suggest ollama. If you want a UI on top of it, open-webui is great.

[โ€“] yokonzo@lemmy.world 2 points 3 months ago

Nah I'm just wanting to run for now, maybe If I get more interested down the Line, but I will check those out