From 88f6ba3281f727d5641d362476ae68562b666081 Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Wed, 19 Feb 2025 19:56:06 -0800 Subject: [PATCH] [ci] Add AWS creds for AMD (#13572) --- .buildkite/run-amd-test.sh | 4 ++++ requirements-rocm.txt | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.buildkite/run-amd-test.sh b/.buildkite/run-amd-test.sh index 3515ccd65667e..f8bf1c87603f4 100755 --- a/.buildkite/run-amd-test.sh +++ b/.buildkite/run-amd-test.sh @@ -121,6 +121,8 @@ if [[ $commands == *"--shard-id="* ]]; then --rm \ -e HIP_VISIBLE_DEVICES="${GPU}" \ -e HF_TOKEN \ + -e AWS_ACCESS_KEY_ID \ + -e AWS_SECRET_ACCESS_KEY \ -v "${HF_CACHE}:${HF_MOUNT}" \ -e "HF_HOME=${HF_MOUNT}" \ --name "${container_name}_${GPU}" \ @@ -148,6 +150,8 @@ else --rm \ -e HIP_VISIBLE_DEVICES=0 \ -e HF_TOKEN \ + -e AWS_ACCESS_KEY_ID \ + -e AWS_SECRET_ACCESS_KEY \ -v "${HF_CACHE}:${HF_MOUNT}" \ -e "HF_HOME=${HF_MOUNT}" \ --name "${container_name}" \ diff --git a/requirements-rocm.txt b/requirements-rocm.txt index ccc9062341772..d86e039c2326f 100644 --- a/requirements-rocm.txt +++ b/requirements-rocm.txt @@ -10,3 +10,5 @@ ray >= 2.10.0 peft pytest-asyncio tensorizer>=2.9.0 +runai-model-streamer==0.11.0 +runai-model-streamer-s3==0.11.0