MeowFET
commited on
Commit
·
91a66ed
1
Parent(s):
d853013
fix default value of --package-output-path for bundle_weight.py
Browse files- bundle_weight.py +1 -1
bundle_weight.py
CHANGED
@@ -64,7 +64,7 @@ if __name__ == "__main__":
|
|
64 |
parser.add_argument(
|
65 |
"--package-output-path",
|
66 |
type=Path,
|
67 |
-
default="
|
68 |
help='The path to the output directory of "mlc_llm package".',
|
69 |
)
|
70 |
args = parser.parse_args()
|
|
|
64 |
parser.add_argument(
|
65 |
"--package-output-path",
|
66 |
type=Path,
|
67 |
+
default="./",
|
68 |
help='The path to the output directory of "mlc_llm package".',
|
69 |
)
|
70 |
args = parser.parse_args()
|