This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:llm [2025/12/22 18:51] – sscipioni | tips:llm [2026/02/15 08:29] (current) – sscipioni | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| + | ROCM | ||
| + | ^ model ^ capabilities | ||
| + | | llama3.2 | ||
| + | | qwen-strixhalo | ||
| + | | qwen3-coder | ||
| + | | qwen3: | ||
| + | | gpt-oss: | ||
| + | | glm-4.7-flash | ||
| + | | qwen3: | ||
| + | | qwen3-coder-next | ||
| + | | qwen2.5-coder: | ||
| + | |||
| + | VULKAN | ||
| ^ model ^ capabilities | ^ model ^ capabilities | ||
| - | | llama3.2 | + | | qwen3-coder |
| - | | ministral-3: | + | | llama3.2 | completion tools | "3.2B" |
| - | | qwen3-coder:30b | + | | gpt-oss:20b | completion tools thinking |
| - | | llama3:70b | completion | + | |
| - | | llava | completion vision | " | + | |
| - | | deepseek-coder-v2: | + | ollama model |
| - | | bjoernb/ | + | < |
| - | | freehuntx/ | + | FROM qwen3-coder |
| - | | networkjohnny/ | + | |
| - | | phi4-mini | + | # STRIX HALO AGENTIC TUNING |
| - | | qwen2.5:7b | completion tools | " | + | PARAMETER num_ctx 128000 |
| - | | llama3.3: | + | PARAMETER num_batch 1024 |
| - | | functiongemma | + | PARAMETER num_predict 4096 |
| - | | danielsheep/Qwen3-Coder-30B-A3B-Instruct-1M-Unsloth | + | |
| + | SYSTEM | ||
| + | You are a Strix Halo Optimized Coding Agent. | ||
| + | Always use asynchronous patterns and favor memory-efficient algorithms. | ||
| + | """ | ||
| + | </code> | ||