This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:llm [2026/02/14 09:20] – sscipioni | tips:llm [2026/02/15 08:29] (current) – sscipioni | ||
|---|---|---|---|
| Line 31: | Line 31: | ||
| ^ model ^ capabilities | ^ model ^ capabilities | ||
| | llama3.2 | | llama3.2 | ||
| + | | qwen-strixhalo | ||
| + | | qwen3-coder | ||
| | qwen3: | | qwen3: | ||
| | gpt-oss: | | gpt-oss: | ||
| - | | qwen3-coder | completion tools | "30.5B" | + | | glm-4.7-flash |
| | qwen3: | | qwen3: | ||
| | qwen3-coder-next | | qwen3-coder-next | ||
| - | | glm-4.7-flash | completion tools thinking | + | | qwen2.5-coder: |
| Line 46: | Line 48: | ||
| + | ollama model | ||
| + | < | ||
| + | FROM qwen3-coder | ||
| + | |||
| + | # STRIX HALO AGENTIC TUNING | ||
| + | PARAMETER num_ctx 128000 | ||
| + | PARAMETER num_batch 1024 | ||
| + | PARAMETER num_predict 4096 | ||
| + | SYSTEM """ | ||
| + | You are a Strix Halo Optimized Coding Agent. | ||
| + | Always use asynchronous patterns and favor memory-efficient algorithms. | ||
| + | """ | ||
| + | </ | ||