Commit Graph

4 Commits

Author SHA1 Message Date
8c67c31497 add CuTe descriptor printing script 2026-05-28 08:23:34 +00:00
d29d6b575f add UMMA descriptor diagnostic script 2026-05-28 08:20:56 +00:00
82ac648563 Patch utils.py the standard way: copy modified file into Docker image
Instead of fragile inline Dockerfile patching, just copy a modified
utils.py (with _post_quant_fix call) into the image, same pattern
as deepseek_v4.py and deepseek_v4_attention.py patches.
2026-05-18 19:10:08 +00:00
3c1a76bdcc Fix Dockerfile: use external patch script instead of inline Python
Docker's parser chokes on multi-line Python in RUN. Moved to
scripts/patch_utils.py and COPY + RUN it.
2026-05-18 19:03:57 +00:00