diff --git a/docs/sophia/data-science/fine-tune-LLM-with-Autotrain.md b/docs/sophia/data-science/fine-tune-LLM-with-Autotrain.md index 72738d12a..2437bb212 100644 --- a/docs/sophia/data-science/fine-tune-LLM-with-Autotrain.md +++ b/docs/sophia/data-science/fine-tune-LLM-with-Autotrain.md @@ -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