We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e189035 commit 416fc44Copy full SHA for 416fc44
docs/lab-3/README.md
@@ -45,7 +45,7 @@ cd instructlab
45
or if your system is setup with [pyenv](https://github.com/pyenv/pyenv) by using the `file -b $(pyenv which python)` command.
46
47
```shell
48
-python3 -m venv --upgrade-deps venv
+python3.11 -m venv --upgrade-deps venv
49
source venv/bin/activate
50
pip cache remove llama_cpp_python
51
pip install 'instructlab[mps]' # yes you will need the 's
0 commit comments