User Tools

Site Tools


tips:rocm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tips:rocm [2025/12/29 07:44] – [lemonade-server] sscipionitips:rocm [2025/12/29 23:04] (current) – [3\. ROCm (Optional but Recommended)] sscipioni
Line 43: Line 43:
 ```bash ```bash
 # Install essential ROCm packages # Install essential ROCm packages
-yay -S rocm-core amdgpu_top rocminfo +yay -S rocm-core amdgpu_top rocminfo rocm-gfx1151-bin
 yay -S rocm-hip-sdk rocm-opencl-runtime yay -S rocm-hip-sdk rocm-opencl-runtime
 sudo usermod -a -G render,video $USER sudo usermod -a -G render,video $USER
Line 151: Line 151:
 </code> </code>
  
 +<code | download> 
 +curl http://localhost:8000/api/v1/chat/completions \ 
 +                    -H "Content-Type: application/json"
 +                    -d '{ 
 +                  "model": "Qwen3-Coder-30B-A3B-Instruct-GGUF", 
 +                  "messages": [{"role": "user", "content": "Who are you?"}], 
 +                  "stream": false 
 +                }' 
 +curl http://localhost:8000/api/v1/stats 
 +</code>
  
 ====== Benchmark ====== ====== Benchmark ======
tips/rocm.1766990695.txt.gz · Last modified: by sscipioni