Skip to content

Commit 4818f5d

Browse files
add dir filter
1 parent bfb2c4f commit 4818f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
},
206206
{
207207
"cell_type": "code",
208-
"execution_count": 15,
208+
"execution_count": null,
209209
"metadata": {},
210210
"outputs": [
211211
{
@@ -236,7 +236,7 @@
236236
"source": [
237237
"from cmd_helper import optimum_cli\n",
238238
"\n",
239-
"if not model_dir.exists():\n",
239+
"if model_base_dir.exists() and not model_dir.exists():\n",
240240
" optimum_cli(model_base_dir, model_dir, additional_args=additional_args)"
241241
]
242242
},

0 commit comments

Comments
 (0)