Skip to content

Commit

Permalink
fix notebook errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterxgchen committed Aug 23, 2024
1 parent 6052fc0 commit e71f5bb
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit e71f5bb

Please sign in to comment.