Skip to content

Commit

Permalink
Update docs/sophia/data-science/fine-tune-LLM-with-Autotrain.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felker authored Nov 4, 2024
1 parent 2e9c59a commit a4e102d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sophia/data-science/fine-tune-LLM-with-Autotrain.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Autotrain, developed by Hugging Face, is a platform designed to simplify trainin

## Create Python Virtual Environment for Autotrain

Let's first create an environment for Autotrain:
Let's first create a virtual environment for Autotrain, built on top of the minimal system Python installation located at `/usr/bin/python`:

```bash
mkdir -p venv_autotrain
Expand Down

0 comments on commit a4e102d

Please sign in to comment.