From 18abdb447a5a439bd465e6d0b6d6ece6da4c0d08 Mon Sep 17 00:00:00 2001 From: Oliver Klingefjord Date: Sat, 13 Jul 2024 03:24:01 +0200 Subject: [PATCH] typo (#1685) [skip ci] * typo * typo 2 --------- Co-authored-by: mhenrichsen --- examples/colab-notebooks/colab-axolotl-example.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/colab-notebooks/colab-axolotl-example.ipynb b/examples/colab-notebooks/colab-axolotl-example.ipynb index 94477eb19..3fcc4d2a9 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" ]