Skip to content

Commit 221db47

Browse files
authored
Merge pull request #8 from vllm-project/fix-release1
Fix installation script URL in README.md
2 parents 85a0e4e + 7f84a34 commit 221db47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This plugin enables vLLM to run on Apple Silicon Macs using Metal Performance Sh
99
Install the latest release with a single command:
1010

1111
```bash
12-
curl -fsSL https://raw.githubusercontent.com/ericcurtin/vllm-project/main/install.sh | bash
12+
curl -fsSL https://raw.githubusercontent.com/vllm-project/main/install.sh | bash
1313
```
1414

1515
### From Source

0 commit comments

Comments
 (0)