You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating the documentation to explicitly include the information we only support Python 3.10 and 3.11 so far.
Signed-off-by: Alexon Oliveira <alolivei@redhat.com>
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Take a look at "lab-enhanced" models on the [InstructLab Hugging Face page](http
38
38
- Approximately 60GB disk space (entire process)
39
39
40
40
!!! note
41
-
Python 3.12 is currently not supported, because some dependencies don't work on Python 3.12, yet.
41
+
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).
42
42
43
43
!!! tip
44
44
When installing the `ilab` CLI on macOS, you may have to run the `xcode-select --install` command, installing the required packages previously listed.
0 commit comments