Skip to content

Commit 54385bb

Browse files
authored
getting-started: remove ilab version from venv name (#23)
Signed-off-by: Tomas Kral <[email protected]>
1 parent 024cbc4 commit 54385bb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/getting-started/linux_nvidia.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ logo: images/ilab_dog.png
1111
!!! note
1212
These steps will pull down a premade `qna.yaml` so you can do a local build. Skip the `wget`, `mv`, and `ilab taxonomy diff` if you don't want to do this.
1313

14-
```bash
15-
python3.11 -m venv venv-instructlab-0.18-3.11
16-
source venv-instructlab-0.18-3.11/bin/activate
14+
python3.11 -m venv --upgrade-deps venv
15+
source venv/bin/activate
1716
pip cache remove llama_cpp_python
1817
pip install 'instructlab[cuda]' \
1918
-C cmake.args="-DLLAMA_CUDA=on" \

docs/getting-started/mac_metal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ logo: images/ilab_dog.png
1111
These steps will pull down a premade `qna.yaml` so you can do a local build. Skip the `wget`, `mv`, and `ilab taxonomy diff` if you don't want to do this.
1212

1313
```bash
14-
python3.11 -m venv venv-instructlab-0.18-3.11
15-
source venv-instructlab-0.18-3.11/bin/activate
14+
python3.11 -m venv --upgrade-deps venv
15+
source venv/bin/activate
1616
pip install 'instructlab[mps]'
1717
which ilab
1818
ilab config init

0 commit comments

Comments
 (0)