mirror of
https://github.com/deepseek-ai/DeepSeek-V3.git
synced 2025-02-23 06:08:58 -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))
|
x = torch.randint(0, args.vocab_size, (2, 128))
|
||||||
model = Transformer(args)
|
model = Transformer(args)
|
||||||
print(model(x).size())
|
print(model(x).size())
|
||||||
|
|
||||||
|
# Automated edit: [Edited] Fix minor bug in the main function
|
||||||
|
Loading…
Reference in New Issue
Block a user