Compare commits

...

3 Commits

Author SHA1 Message Date
Takumi Kato
b85d73c380
Merge 8e4b20b301 into 51615570a7 2026-05-21 16:29:31 +02:00
GitLab CI
51615570a7 chore: Regenerate all playbooks 2026-05-18 17:50:57 +00:00
Takumi Kato
8e4b20b301
fix: correct instructions of PyTorch version to CUDA 13.0 2025-12-04 23:12:43 +09:00

View File

@ -218,7 +218,7 @@ Obtain the vLLM cluster deployment script on both nodes. This script orchestrate
```bash
## Download on both nodes
wget https://raw.githubusercontent.com/vllm-project/vllm/refs/heads/main/examples/online_serving/run_cluster.sh
wget https://raw.githubusercontent.com/vllm-project/vllm/refs/heads/main/examples/ray_serving/run_cluster.sh
chmod +x run_cluster.sh
```
@ -445,7 +445,7 @@ Download the vLLM cluster deployment script on all nodes. This script orchestrat
```bash
## Download on all nodes
wget https://raw.githubusercontent.com/vllm-project/vllm/refs/heads/main/examples/online_serving/run_cluster.sh
wget https://raw.githubusercontent.com/vllm-project/vllm/refs/heads/main/examples/ray_serving/run_cluster.sh
chmod +x run_cluster.sh
```