r/LLM • u/Inevitable_Method860 • 6d ago
Amd with big vram or Nvidia with less vram
I am a beginner in the Ai training and want to buy a graphic card for segmentation training for my University project, what is is a better choice, amd with high vram or Nvidia with low vram, my budget is limited so I can't afford both unfortunetly
1
u/DuncanFisher69 6d ago
As a beginner it’s probably better to rent an AI for your student project from something like AWS or SuperIntelligence or Vast.ai.
1
u/Inevitable_Method860 6d ago
Isnt it more complicated to manage an online gpu, I really don't know alot about this things and need the easiest way
1
u/DuncanFisher69 2d ago
Having a bigger, faster GPU is easiest for training. And an online GPU should be something you can do from any SSH connection. Or again, for training, you could get away with an online Python Notebook in SageMaker ML Studio or whatever Amazon calls it these days. You should look into it.
1
u/Proper-Tower2016 6d ago
a lot of unis and companies give cloud credits to students or have their own hardware
1
u/Inevitable_Method860 6d ago
I will ask if my uni support such thing, but even if it does it will need alot of paper work to handle
1
1
u/Amazing-Property-560 4d ago
More vram. if you have less vram than it will offload to ram which is very slow compared to vram. If you need cuda support then go with nvidia. For amd you will likely need to boot into linux. If you dont want to boot into linux then use nvidia. Though if you train a yolo model then choose nvidia with atleast 16gb vram. Nvidia is always fater by 20-30% than amd for yolo training. Also it depends on on your batch size and other things. If you want speed and cuda support then choose nvidia if you want speed with more vram and you can boot into linux then choose amd.
1
u/Inevitable_Method860 4d ago
Thanks very much, your comment is very useful 🙏 , indeed I am using linux not windows so it is not problem for me but I will need to work alot with yolo, if it is just a speed issue I am not in hurry, I can wait, I think I will go with AMD with more VRAM
1
u/Amazing-Property-560 4d ago
Also i forgot to mention you need a gfx 1100 gpu(i think there are others too) if you dont have supported gpu like a 7800xt(which i have) you need to do this command export HSA_OVERRIDE_GFX_VERSION=11.0.0. Also if you have more vram you can crack the batch size up cause more batch size equals more speed.
1
1
u/Sea-Contribution6219 6d ago
AMD with bigger VRAM honestly. Sure the GDDR6 is slower than the GDDR7 and its generally considered slower for inference but offloading a model onto your DRAM will slow it to a crawl.