Skip to content

Commit f91a73b

Browse files
switch path to str
1 parent a7bef85 commit f91a73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/glm4.1-v-thinking/glm4.1-v-thinking.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
"from cmd_helper import optimum_cli\n",
238238
"\n",
239239
"if not model_dir.exists():\n",
240-
" optimum_cli(model_base_dir.resolve(), model_dir, additional_args=additional_args)"
240+
" optimum_cli(str(model_base_dir), str(model_dir), additional_args=additional_args)"
241241
]
242242
},
243243
{

0 commit comments

Comments
 (0)