diff --git a/sharktank/sharktank/examples/export_paged_llm_v1.py b/sharktank/sharktank/examples/export_paged_llm_v1.py index 54b301160..98b3f1bf4 100644 --- a/sharktank/sharktank/examples/export_paged_llm_v1.py +++ b/sharktank/sharktank/examples/export_paged_llm_v1.py @@ -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",