We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd74953 commit 96140a1Copy full SHA for 96140a1
examples/models/llama/export_llama.py
@@ -21,6 +21,7 @@
21
22
sys.setrecursionlimit(4096)
23
24
+
25
def main() -> None:
26
seed = 42
27
torch.manual_seed(seed)
0 commit comments