mirror of
https://github.com/deepseek-ai/DeepSeek-V3.git
synced 2025-05-02 13:36:28 +02:00
Compare commits
3 Commits
1e7c3f3a7e
...
c0f31920a0
Author | SHA1 | Date | |
---|---|---|---|
|
c0f31920a0 | ||
|
bd38425b0e | ||
|
b3dfcef550 |
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user