Skip to content

Commit

Permalink
minor tmp path fix (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Aug 26, 2024
1 parent 46b34c9 commit 810b2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharktank/sharktank/examples/export_paged_llm_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main():
parser.add_argument(
"--output-config",
help="Output file path for exported config file",
default="/tmp/batch_llama_v1.json",
default="tmp/batch_llama_v1.json",
)
parser.add_argument(
"--bs",
Expand Down

0 comments on commit 810b2d4

Please sign in to comment.