We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f877df1 commit 49b2a73Copy full SHA for 49b2a73
1 file changed
runners/launch_gb200-nv.sh
@@ -58,7 +58,7 @@ if [[ $FRAMEWORK == "dynamo-trtllm" ]]; then
58
git clone https://github.com/ai-dynamo/dynamo.git "$DYNAMO_PATH"
59
cd "$DYNAMO_PATH"
60
if [[ $MODEL == *"gpt-oss"* ]]; then
61
- git checkout jthomson04/gpt-oss-disagg-slurm
+ git checkout release/0.5.1-rc0.20251114
62
else
63
git checkout release/0.5.1-rc0.20251105
64
fi
0 commit comments