This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The user wants an ASCII art image of Yoshi. I need to generate or find a text-based representation of Yoshi. Since I don't have a live internet browser to fetch a specific ASCII art file directly to the clipboard, I will construct a reasonable ASCII art representation of Yoshi based on common ASCII art styles or use my knowledge to create one. | |
| Steps: | |
| Recall or construct a simple but recognizable ASCII art of Yoshi. | |
| Ensure the code block formatting is used to preserve whitespace. | |
| Present it to the user. | |
| Let's try to construct a simple one or recall a standard small one. | |
| Standard "Yoshi" ASCII art usually looks like a green dinosaur head/body. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Recipe: Qwen3.6-35B-A3B-FP8 | |
| # Qwen3.6-35B model in native FP8 quantization | |
| recipe_version: "1" | |
| name: Qwen3.6-35B-FP8 | |
| description: vLLM serving Qwen3.6-35B-FP8 | |
| # HuggingFace model to download (optional, for --download-model) | |
| model: Qwen/Qwen3.6-35B-A3B-FP8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 3. eugr docker - v2 autoround | |
| - dirname: 2026-04-13-13-18-52--qwen35-122b-shieldstar-autoround-vllm-full-n4 | |
| test_cases: 225 | |
| model: openai/Intel/Qwen3.5-122B-A10B-int4-AutoRound | |
| edit_format: diff | |
| commit_hash: f09d706 | |
| pass_rate_1: 37.8 | |
| pass_rate_2: 71.6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Recipe: Qwen3.5-122B-A10B-AWQ | |
| # Qwen3.5-122B model in AWQ quantization | |
| recipe_version: "1" | |
| name: Qwen3.5-122B-AWQ | |
| description: vLLM serving Qwen3.5-122B-AWQ | |
| # HuggingFace model to download (optional, for --download-model) | |
| model: QuantTrio/Qwen3.5-122B-A10B-AWQ |