From cce91a99937309a8fc5273c50cd45ef9642e52a1 Mon Sep 17 00:00:00 2001 From: Alexon Oliveira <45946599+AlexonOliveiraRH@users.noreply.github.com> Date: Wed, 27 Nov 2024 18:34:11 -0300 Subject: [PATCH] Update index.md Updating the documentation to explicitly include the information we only support Python 3.10 and 3.11 so far. Signed-off-by: Alexon Oliveira --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index f777d8e..11d1cbd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ Take a look at "lab-enhanced" models on the [InstructLab Hugging Face page](http - Approximately 60GB disk space (entire process) !!! note - Python 3.12 is currently not supported, because some dependencies don't work on Python 3.12, yet. + Python 3.12 is currently not supported, because some dependencies don't work on Python 3.12, yet. As of now, we only support Python 3.10 or Python 3.11 (preferred). Any other Python version would install an older version of InstructLab (e.g. 0.17). !!! tip When installing the `ilab` CLI on macOS, you may have to run the `xcode-select --install` command, installing the required packages previously listed.