Skip to content

Commit 5c69c3c

Browse files
authored
change additionall to additional (#198)
* change additionall to addtional * added pre-commit hook
1 parent 26c6a4e commit 5c69c3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo-notebooks/guided-demos/3_basic_interactive.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"ray.shutdown()\n",
140140
"# establish connection to ray cluster\n",
141141
"\n",
142-
"#install additionall libraries that will be required for model training\n",
142+
"#install additional libraries that will be required for model training\n",
143143
"runtime_env = {\"pip\": [\"transformers\", \"datasets\", \"evaluate\", \"pyarrow<7.0.0\", \"accelerate\"]}\n",
144144
"\n",
145145
"ray.init(address=f'{ray_cluster_uri}', runtime_env=runtime_env)\n",

demo-notebooks/guided-demos/notebook-ex-outputs/3_basic_interactive.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"ray.shutdown()\n",
231231
"# establish connection to ray cluster\n",
232232
"\n",
233-
"#install additionall libraries that will be required for model training\n",
233+
"#install additional libraries that will be required for model training\n",
234234
"runtime_env = {\"pip\": [\"transformers\", \"datasets\", \"evaluate\", \"pyarrow<7.0.0\", \"accelerate\"]}\n",
235235
"\n",
236236
"ray.init(address=f'{ray_cluster_uri}', runtime_env=runtime_env)\n",

demo-notebooks/interactive/hf_interactive.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
"ray.shutdown()\n",
317317
"# establish connection to ray cluster\n",
318318
"\n",
319-
"#install additionall libraries that will be required for this training\n",
319+
"#install additional libraries that will be required for this training\n",
320320
"runtime_env = {\"pip\": [\"transformers\", \"datasets\", \"evaluate\", \"pyarrow<7.0.0\", \"accelerate\"]}\n",
321321
"\n",
322322
"ray.init(address=f'{ray_cluster_uri}', runtime_env=runtime_env)\n",

0 commit comments

Comments
 (0)