Skip to content

Commit ab24f3d

Browse files
committed
refactored for NDD v25.10
1 parent b9f404b commit ab24f3d

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

nemo/NeMo-Data-Designer/self-hosted-tutorials/community-contributions/text-to-code/text-to-python-evol.ipynb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@
121121
"# We choose this alias to be descriptive for our use case.\n",
122122
"MODEL_ALIAS = \"nemotron-super-49b-v1\"\n",
123123
"\n",
124-
"# This sets reasoning to False for the nemotron-super-49b-v1 model.\n",
125-
"SYSTEM_PROMPT = \"/no_think\"\n",
126-
"\n",
127124
"model_configs = [\n",
128125
" ModelConfig(\n",
129126
" alias=MODEL_ALIAS,\n",

nemo/NeMo-Data-Designer/self-hosted-tutorials/community-contributions/text-to-code/text-to-python.ipynb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
"# We choose this alias to be descriptive for our use case.\n",
121121
"MODEL_ALIAS = \"nemotron-super-49b-v1\"\n",
122122
"\n",
123-
"# This sets reasoning to False for the nemotron-super-49b-v1 model.\n",
124-
"SYSTEM_PROMPT = \"/no_think\"\n",
125-
"\n",
126123
"model_configs = [\n",
127124
" ModelConfig(\n",
128125
" alias=MODEL_ALIAS,\n",

nemo/NeMo-Data-Designer/self-hosted-tutorials/community-contributions/text-to-code/text-to-sql.ipynb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
"# We choose this alias to be descriptive for our use case.\n",
121121
"MODEL_ALIAS = \"nemotron-super-49b-v1\"\n",
122122
"\n",
123-
"# This sets reasoning to False for the nemotron-super-49b-v1 model.\n",
124-
"SYSTEM_PROMPT = \"/no_think\"\n",
125-
"\n",
126123
"model_configs = [\n",
127124
" ModelConfig(\n",
128125
" alias=MODEL_ALIAS,\n",

0 commit comments

Comments
 (0)