Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix notebook errors #2835

Merged
merged 2 commits into from
Aug 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions examples/tutorials/job_cli.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
},
"outputs": [],
"source": [
"! ! cat /tmp/nvflare/my_job/app/config/config_fed_client.conf"
"! cat /tmp/nvflare/my_job/app/config/config_fed_client.conf"
]
},
{
Expand Down Expand Up @@ -1033,7 +1033,7 @@
"source": [
"! nvflare job create \\\n",
"-j /tmp/nvflare/my_job -w sag_pt_deploy_map \\\n",
"-f fl_server/config_fed_server.conf num_rounds=2 \\\n",
"-f app_server/config_fed_server.conf num_rounds=2 \\\n",
"-force"
]
},
Expand Down Expand Up @@ -1338,7 +1338,7 @@
"metadata": {},
"outputs": [],
"source": [
"! nvflare job create -j /tmp/nvflare/my_job -w sag_nemo -force -sd ../../integration/nemo/examples/peft/code "
"! nvflare job create -j /tmp/nvflare/my_job -w sag_nemo -force -sd ../../integration/nemo/examples/peft/nemo_nvflare "
]
},
{
Expand Down Expand Up @@ -1369,7 +1369,7 @@
"outputs": [],
"source": [
"! nvflare job create -j /tmp/nvflare/my_job -w sag_nemo -force \\\n",
" -sd ../../integration/nemo/examples/peft/code \\\n",
" -sd ../../integration/nemo/examples/peft/nemo_nvflare \\\n",
" -f app_server/custom/megatron_gpt_peft_tuning_config.yaml weight_decay=0.02"
]
},
Expand Down Expand Up @@ -1413,7 +1413,7 @@
"outputs": [],
"source": [
"! nvflare job create -j /tmp/nvflare/my_job -w sag_nemo -force \\\n",
" -sd ../../integration/nemo/examples/peft/code \\\n",
" -sd ../../integration/nemo/examples/peft/nemo_nvflare \\\n",
" -f app_server/custom/megatron_gpt_peft_tuning_config.yaml model.optim.weight_decay=0.02"
]
},
Expand Down Expand Up @@ -1454,7 +1454,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.16"
"version": "3.10.2"
}
},
"nbformat": 4,
Expand Down
Loading