Eval was done with FP8 or BF16?

#6
by sokann - opened

If I understand correctly from reading https://github.com/zai-org/GLM-5/blob/main/example/ascend.md, serving with Ascend NPU uses this FP8 checkpoint. Would like to know whether the eval was done using this checkpoint as well, or https://huggingface.co/zai-org/GLM-5.3-BF16? Thanks

Ascend uses a model re-quantized from the BF16 model, rather than the original official FP8 model.

Sign up or log in to comment