Skip to content

Commit

Permalink
#0: fix demo-long shortcut in lt
Browse files Browse the repository at this point in the history
  • Loading branch information
cglagovichTT committed Dec 5, 2024
1 parent 87a6a17 commit 82d1b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/demos/llama3/lt
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ def run_entry_command(entry, screen_lock, output_entries, screen_needs_update):
command_shortcuts = {
"demo": "pytest models/demos/llama3/demo/demo.py -k performance-batch-1",
"demo-32": "pytest models/demos/llama3/demo/demo.py -k performance-batch-32",
"demo-long": "pytest models/demos/llama3/demo/demo.py -k long",
"demo-long": "pytest models/demos/llama3/demo/demo.py -k performance-long",
"attention": "pytest models/demos/llama3/tests/test_llama_attention.py",
"attention-prefill": "pytest models/demos/llama3/tests/test_llama_attention_prefill.py",
"mlp": "pytest models/demos/llama3/tests/test_llama_mlp.py",
Expand Down

0 comments on commit 82d1b9a

Please sign in to comment.