Skip to content

Commit

Permalink
correcting the validation notebook for llama notebooks (#2865)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmann authored Nov 29, 2023
1 parent c00d224 commit da4fe49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,10 @@
"metadata": {},
"outputs": [],
"source": [
"# comment this section to disable validation\n# Makesure to turn off the validation if your data is too big. Alternatively, validate the run with small data before launching runs with large datasets\n",
"# comment this section to disable validation\n",
"# Makesure to turn off the validation if your data is too big. Alternatively, validate the run with small data before launching runs with large datasets\n",
"\n",
"%run ../pipeline_validations/common.ipynb\n",
"%run ../../pipeline_validations/common.ipynb\n",
"\n",
"validate_pipeline(pipeline_object, workspace_ml_client)"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,9 +532,10 @@
"metadata": {},
"outputs": [],
"source": [
"# comment this section to disable validation\n# Makesure to turn off the validation if your data is too big. Alternatively, validate the run with small data before launching runs with large datasets\n",
"# comment this section to disable validation\n",
"# Makesure to turn off the validation if your data is too big. Alternatively, validate the run with small data before launching runs with large datasets\n",
"\n",
"%run ../pipeline_validations/common.ipynb\n",
"%run ../../pipeline_validations/common.ipynb\n",
"\n",
"validate_pipeline(pipeline_object, workspace_ml_client)"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,9 +506,10 @@
"metadata": {},
"outputs": [],
"source": [
"# comment this section to disable validation\n# Makesure to turn off the validation if your data is too big. Alternatively, validate the run with small data before launching runs with large datasets\n",
"# comment this section to disable validation\n",
"# Makesure to turn off the validation if your data is too big. Alternatively, validate the run with small data before launching runs with large datasets\n",
"\n",
"%run ../pipeline_validations/common.ipynb\n",
"%run ../../pipeline_validations/common.ipynb\n",
"\n",
"validate_pipeline(pipeline_object, workspace_ml_client)"
]
Expand Down

0 comments on commit da4fe49

Please sign in to comment.