1d agoPosted Nov 25, 2025 at 7:14 PM EST
Karpathy's Mingpt Works on Windows and Amd (ryzen Max)
Mood
informative
Sentiment
positive
Category
tech_discussion
Key topics
Pytorch
Amd
Windows
Mingpt
Rocm
I was able to install PyTorch and train Karpathy's minGPT (small) on a Ryzen MAX APU on Windows machine using official instructions: https://rocm.docs.amd.com/en/7.9.0-preview/install/pytorch-comfyui.html ROCm
TL;DR;
pip install --index-url https://repo.amd.com/rocm/whl/gfx1151/ "rocm[libraries,devel]"
hipinfo
pip install --index-url https://repo.amd.com/rocm/whl/gfx1151/ torch torchvision torchaudio
python -c "import torch; print(torch.cuda.is_available())"
If you have a different GPU/APU refer to the first linkminGPT: https://github.com/karpathy/minGPT
Discussion Activity
No activity data yet
We're still syncing comments from Hacker News.
Generating AI Summary...
Analyzing up to 500 comments to identify key contributors and discussion patterns
Discussion (0 comments)
Discussion hasn't started yet.
ID: 46052535Type: storyLast synced: 11/26/2025, 12:16:10 AM
Want the full context?
Jump to the original sources
Read the primary article or dive into the live Hacker News thread when you're ready.