Skip to content

Commit

Permalink
Change mount path for default params
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn committed Jan 17, 2024
1 parent 43ff9a2 commit a75f785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finetune.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"source": [
"from utils import load_launch_parameters\n",
"\n",
"launch_parameters = load_launch_parameters(\"./finetune-config.json\")"
"launch_parameters = load_launch_parameters(\"/mnt/llm-finetune/finetune-config.json\")"
]
},
{
Expand Down

0 comments on commit a75f785

Please sign in to comment.