Compare commits

...

3 Commits

Author SHA1 Message Date
Raymond Lo
8a08558dd2
Merge 7456f3da1d into 51615570a7 2026-05-22 09:18:00 +08:00
GitLab CI
51615570a7 chore: Regenerate all playbooks 2026-05-18 17:50:57 +00:00
Raymond Lo
7456f3da1d
Fix Isaac Sim links to use HTTPS
Updated links to Isaac Sim in the README file to use HTTPS. Or it will redirect to github.
2026-01-20 11:01:16 -08:00
2 changed files with 4 additions and 4 deletions

View File

@ -122,7 +122,7 @@ ${ISAACSIM_PATH}/isaac-sim.sh
## Run Isaac Lab
## Step 1. Install Isaac Sim
If you haven't already done so, install [Isaac Sim](build.nvidia.com/spark/isaac/isaac-sim) first.
If you haven't already done so, install [Isaac Sim](https://build.nvidia.com/spark/isaac/isaac-sim) first.
## Step 2. Clone the Isaac Lab repository into your workspace
@ -140,7 +140,7 @@ cd IsaacLab
## Step 3. Create a symbolic link to the Isaac Sim installation
Be sure that you have already installed Isaac Sim from [Isaac Sim](build.nvidia.com/spark/isaac/isaac-sim) before running the following command.
Be sure that you have already installed Isaac Sim from [Isaac Sim](https://build.nvidia.com/spark/isaac/isaac-sim) before running the following command.
```bash
echo "ISAACSIM_PATH=$ISAACSIM_PATH"

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
```