Skip to content

Commit

Permalink
Merge branch 'main' into libshortfin-split-ctest-pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre authored Aug 26, 2024
2 parents 3247aec + 810b2d4 commit ad1546d
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 ad1546d

Please sign in to comment.