mirror of
https://github.com/deepseek-ai/DeepSeek-V3.git
synced 2025-02-22 13:48:56 -05:00
[Edited] Fix minor bug in the main function
This commit is contained in:
parent
b3dfcef550
commit
bd38425b0e
@ -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…
Reference in New Issue
Block a user