Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update EKS example
  • Loading branch information
Ubuntu committed Nov 18, 2025
commit cc99a0935f9350ffd0aaabc706189aa98ecc4c9a
5 changes: 5 additions & 0 deletions examples/deployments/EKS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,14 @@ dynamo-platform-nats-0 2/2 Runnin
This step can take a few hours depending on your system

```
# Clone Dynamo Repo
git clone https://github.com/ai-dynamo/dynamo.git -b v0.6.0
cd dynamo/container

# Change UCX version to master
vim build.sh # Change line 119 to "NIXL_UCX_REF=master"

# Build image
./build.sh --framework trtllm --use-default-experimental-tensorrtllm-commit --trtllm-use-nixl-kvcache-experimental
```

Expand Down