Skip to content

Commit 3dcb306

Browse files
add dir filter
1 parent 4818f5d commit 3dcb306

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 model_base_dir.exists() and not model_dir.exists():\n",
240-
" optimum_cli(model_base_dir, model_dir, additional_args=additional_args)"
240+
" optimum_cli(model_base_dir.resolve(), model_dir, additional_args=additional_args)"
241241
]
242242
},
243243
{

0 commit comments

Comments
 (0)