Built site for gh-pages

This commit is contained in:
Quarto GHA Workflow Runner
2024-07-13 13:42:36 +00:00
parent 5ad84a9488
commit 10ab89df39
5 changed files with 32 additions and 32 deletions

View File

@@ -515,14 +515,14 @@
"href": "examples/colab-notebooks/colab-axolotl-example.html#launch-the-training",
"title": "Example notebook for running Axolotl on google colab",
"section": "Launch the training",
"text": "Launch the training\n\n# Buy using the ! the comand will be executed as a bash command\n!accelerate launch -m axolotl.cli.train /content/test_axolotl.yaml"
"text": "Launch the training\n\n# By using the ! the comand will be executed as a bash command\n!accelerate launch -m axolotl.cli.train /content/test_axolotl.yaml"
},
{
"objectID": "examples/colab-notebooks/colab-axolotl-example.html#play-with-inference",
"href": "examples/colab-notebooks/colab-axolotl-example.html#play-with-inference",
"title": "Example notebook for running Axolotl on google colab",
"section": "Play with inference",
"text": "Play with inference\n\n# Buy 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"
"text": "Play with inference\n\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"
},
{
"objectID": "TODO.html",