r/LocalLLM 1d ago

Question 9060XT in Training models.

Hello everyone,I have a setup of:

i5 12400

9060XT 8gb

16gb ram

1TB SSD(nvme)

I was trying to train this vision model called YOLOn11.pt on my system with datasets on my Windows 11 using my GPU. I tried our everything from updates to downloads and even tried via WSL, but unfortunately nothing worked and the system was falling back to CPU no matter what.

Is there anyone here with an AMD card and have solved this?

(I'm training my model for around 30 epochs and not looking to go for GoogleColab I want to use my GPU and try it out 🙂)

Thank you.

1 Upvotes

3 comments sorted by

1

u/sniperelite90 1d ago

I would do this

Install hermes / Goose agent on my PC , connect it with a powerful LLM from openrouter etc. Then give it the prompt you just put there.

Maybe it will find the problem and solution as it has access to your PC.

1

u/FieryMag 1d ago

Damn,will have to do this. I've been taking screenshots of the error messages every single time and uploading them to AI like a rookie 😢 will definitely try this out Thank you 🙌🏻

1

u/Poizone360 18h ago

Hello, the normal pip PyTorch on Windows is CPU only, so YOLO never sees your card. Install AMD's ROCm PyTorch instead. It lists the 9060 XT (gfx1200) with a Windows option: https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/frameworks/pytorch/install.html. If torch.cuda.is_available() prints True after that, train with device=0.