From b3dfcef5508e98f513147129ec554ff6a7cfb927 Mon Sep 17 00:00:00 2001 From: MayureshMore Date: Wed, 12 Feb 2025 10:07:29 -0800 Subject: [PATCH] Automated change: No ML label --- inference/fp8_cast_bf16.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inference/fp8_cast_bf16.py b/inference/fp8_cast_bf16.py index 4037342..862328c 100644 --- a/inference/fp8_cast_bf16.py +++ b/inference/fp8_cast_bf16.py @@ -110,3 +110,5 @@ if __name__ == "__main__": args = parser.parse_args() main(args.input_fp8_hf_path, args.output_bf16_hf_path) + +# ML-driven edit: Automated change: No ML label