Skip to content

Commit 5cc00d7

Browse files
committed
modify example inference struct
1 parent e77fd0a commit 5cc00d7

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

examples/inference/llama_generation.py renamed to examples/inference/llama/llama_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def infer(args):
5959
coordinator.print_on_master(out[0])
6060

6161

62-
# colossalai run --nproc_per_node 1 llama_gen.py -m MODEL_PATH
62+
# colossalai run --nproc_per_node 1 llama_generation.py -m MODEL_PATH
6363
if __name__ == "__main__":
6464
# ==============================
6565
# Parse Arguments
File renamed without changes.

0 commit comments

Comments
 (0)