Skip to content

Commit

Permalink
change additionall to additional (#198)
Browse files Browse the repository at this point in the history
* change additionall to addtional

* added pre-commit hook
  • Loading branch information
vaibssingh authored Jul 17, 2023
1 parent 26c6a4e commit 5c69c3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo-notebooks/guided-demos/3_basic_interactive.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"ray.shutdown()\n",
"# establish connection to ray cluster\n",
"\n",
"#install additionall libraries that will be required for model training\n",
"#install additional libraries that will be required for model training\n",
"runtime_env = {\"pip\": [\"transformers\", \"datasets\", \"evaluate\", \"pyarrow<7.0.0\", \"accelerate\"]}\n",
"\n",
"ray.init(address=f'{ray_cluster_uri}', runtime_env=runtime_env)\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"ray.shutdown()\n",
"# establish connection to ray cluster\n",
"\n",
"#install additionall libraries that will be required for model training\n",
"#install additional libraries that will be required for model training\n",
"runtime_env = {\"pip\": [\"transformers\", \"datasets\", \"evaluate\", \"pyarrow<7.0.0\", \"accelerate\"]}\n",
"\n",
"ray.init(address=f'{ray_cluster_uri}', runtime_env=runtime_env)\n",
Expand Down
2 changes: 1 addition & 1 deletion demo-notebooks/interactive/hf_interactive.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
"ray.shutdown()\n",
"# establish connection to ray cluster\n",
"\n",
"#install additionall libraries that will be required for this training\n",
"#install additional libraries that will be required for this training\n",
"runtime_env = {\"pip\": [\"transformers\", \"datasets\", \"evaluate\", \"pyarrow<7.0.0\", \"accelerate\"]}\n",
"\n",
"ray.init(address=f'{ray_cluster_uri}', runtime_env=runtime_env)\n",
Expand Down

0 comments on commit 5c69c3c

Please sign in to comment.