Skip to content

Commit 3b629a8

Browse files
Fix typo in installation.md: correct script name to install_nixl.py (#385)
### Summary This PR fixes a minor typo in the `installation.md` file where the installation command incorrectly referenced `install_nixl.sh`. The correct script name is `install_nixl.py`. ### Changes Made - Updated `python install_nixl.sh` to `python install_nixl.py` in installation.md. ### Why This Is Needed The incorrect script name could lead to confusion or installation errors for users following the documentation. This change ensures clarity and accuracy in the setup instructions. Co-authored-by: Michał Kuligowski <[email protected]>
1 parent 9992a7e commit 3b629a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting_started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Use the following commands to run a Docker image. Make sure to update the versio
107107

108108
```bash
109109
cd vllm-gaudi
110-
python install_nixl.sh
110+
python install_nixl.py
111111
cd ..
112112
```
113113

@@ -144,5 +144,5 @@ Use the following commands to run a Docker image. Make sure to update the versio
144144
pip install -e .
145145

146146
# Build nixl
147-
python install_nixl.sh
147+
python install_nixl.py
148148
```

0 commit comments

Comments
 (0)