The bug is discovered as I am trying to deploy MXFP4 quantization of openai/gpt-oss-20b on Windows, utilizing a NVIDIA GeForce RTX 5090 GPU. More system Information can be seen above. # Name Version ...
The reason is that in Windows the single quotes are not a valid delimiter for the nested command. But double quotes are valid in both Windows and Linux, so this can be fixed by replacing the line with ...