Skip to content

Commit a7bef85

Browse files
add dir filter
1 parent 3dcb306 commit a7bef85

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
@@ -236,7 +236,7 @@
236236
"source": [
237237
"from cmd_helper import optimum_cli\n",
238238
"\n",
239-
"if model_base_dir.exists() and not model_dir.exists():\n",
239+
"if not model_dir.exists():\n",
240240
" optimum_cli(model_base_dir.resolve(), model_dir, additional_args=additional_args)"
241241
]
242242
},

0 commit comments

Comments
 (0)