prithivMLmods commited on
Commit
5b8e26b
·
verified ·
1 Parent(s): 97c61fd

fix model path for demo (#1)

Browse files

- fix model path for demo (47efcab93c1d6b2523364c9d1e1bf50a5cab22cd)

think-preview/Lumian-VLR-7B-Thinking-Demo-Notebook/Lumian-VLR-7B-Thinking.ipynb CHANGED
@@ -94,7 +94,7 @@
94
  "\n",
95
  "# Define model options\n",
96
  "MODEL_OPTIONS = {\n",
97
- " \"Lumian-VLR-7B-Thinking\": \"prithivMLmods/Behemoth-3B-070225-post0.1\",\n",
98
  "}\n",
99
  "SUBFOLDER = \"think-preview\"\n",
100
  "# Preload models and processors into CUDA\n",
 
94
  "\n",
95
  "# Define model options\n",
96
  "MODEL_OPTIONS = {\n",
97
+ " \"Lumian-VLR-7B-Thinking\": \"prithivMLmods/Lumian-VLR-7B-Thinking\",\n",
98
  "}\n",
99
  "SUBFOLDER = \"think-preview\"\n",
100
  "# Preload models and processors into CUDA\n",