Skip to content

Commit b1f5f96

Browse files
committed
generation.py
1 parent ed62e07 commit b1f5f96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/models/llama2/runner/generation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
22

33
import argparse
4-
5-
import json
64
from typing import List, Optional, Tuple, TypedDict
75

6+
import json
87
import torch
98
import torch.nn.functional as F
109
from executorch.examples.models.llama2.llama_transformer import ModelArgs

0 commit comments

Comments
 (0)