We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb2c4f commit 4818f5dCopy full SHA for 4818f5d
notebooks/glm4.1-v-thinking/glm4.1-v-thinking.ipynb
@@ -205,7 +205,7 @@
205
},
206
{
207
"cell_type": "code",
208
- "execution_count": 15,
+ "execution_count": null,
209
"metadata": {},
210
"outputs": [
211
@@ -236,7 +236,7 @@
236
"source": [
237
"from cmd_helper import optimum_cli\n",
238
"\n",
239
- "if not model_dir.exists():\n",
+ "if model_base_dir.exists() and not model_dir.exists():\n",
240
" optimum_cli(model_base_dir, model_dir, additional_args=additional_args)"
241
]
242
0 commit comments