We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c48634 commit 3cd1e4fCopy full SHA for 3cd1e4f
.github/workflows/pr-sglang.yml
@@ -96,7 +96,10 @@ jobs:
96
aws_region: ${{ secrets.AWS_REGION }}
97
aws_account_id: ${{ secrets.AWS_ACCOUNT_ID }}
98
image_uri: ${{ needs.build-sglang-image.outputs.IMAGE_URI }}
99
- # artifact_name: sglang-sagemaker-image-uri
+
100
+ - name: Container pull
101
+ run: |
102
+ echo "image_uri: ${{ needs.build-sglang-image.outputs.IMAGE_URI }}"
103
104
- name: Setup for SGLang datasets
105
run: |
0 commit comments