Merge bd38425b0ed1a5d7a6f223d0a478dad35d5731a8 into f09f5fa321f5a421704136c0463b1eaca6557712

This commit is contained in:
Mayuresh More 2025-02-18 11:25:46 +01:00 committed by GitHub
commit c0f31920a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -802,3 +802,5 @@ if __name__ == "__main__":
x = torch.randint(0, args.vocab_size, (2, 128))
model = Transformer(args)
print(model(x).size())
# Automated edit: [Edited] Fix minor bug in the main function