diff --git a/examples/colab-notebooks/colab-axolotl-example.ipynb b/examples/colab-notebooks/colab-axolotl-example.ipynb index bb6167e58..afebd1ec3 100644 --- a/examples/colab-notebooks/colab-axolotl-example.ipynb +++ b/examples/colab-notebooks/colab-axolotl-example.ipynb @@ -171,7 +171,7 @@ }, "outputs": [], "source": [ - "# Buy using the ! the comand will be executed as a bash command\n", + "# By using the ! the comand will be executed as a bash command\n", "!accelerate launch -m axolotl.cli.train /content/test_axolotl.yaml" ] }, @@ -188,7 +188,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Buy using the ! the comand will be executed as a bash command\n", + "# By using the ! the comand will be executed as a bash command\n", "!accelerate launch -m axolotl.cli.inference /content/test_axolotl.yaml \\\n", " --qlora_model_dir=\"./qlora-out\" --gradio" ]