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