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
| # Qwen3.8-27B NVFP4 + DFlash2 — faithful port of amasu/dgx-spark-qwen38 | |
| # docker-compose.yml (current production stack, SGLang + NVFP4 + DFlash2, | |
| # greedy default) to a sparkrun recipe for a single DGX Spark. | |
| # | |
| # Origin: | |
| # https://github.com/amasu/dgx-spark-qwen38 | |
| # | |
| # NOTE: this stack uses the PLAIN NVFP4 checkpoint — the | |
| # repo A/B tested RadixArk/Qwen3.8-27B-NVFP4-BF16-LMHead on 2026-08-29 and | |
| # REJECTED it (decode regressed ~20-25%, no quality gain). It also does NOT |
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
| <?php | |
| if (true | |
| || true) | |
| print "This should be indented"; | |
| ?> |