Compare commits

...

3 Commits

Author SHA1 Message Date
Mayuresh More
c0f31920a0
Merge bd38425b0ed1a5d7a6f223d0a478dad35d5731a8 into f09f5fa321f5a421704136c0463b1eaca6557712 2025-02-18 11:25:46 +01:00
MayureshMore
bd38425b0e [Edited] Fix minor bug in the main function 2025-02-13 08:58:05 -08:00
MayureshMore
b3dfcef550 Automated change: No ML label 2025-02-12 10:07:29 -08:00
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