Skip to content

Commit

Permalink
fix some bumpenvs misses in real_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stoksc committed Nov 8, 2024
1 parent f27fe28 commit 81f9205
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ executors:
parameters:
det-version:
type: string
default: 0.35.1-rc0
default: 0.35.1
docker-image:
type: string
default: determinedai/cimg-base:latest
Expand Down Expand Up @@ -282,7 +282,7 @@ commands:
- when:
condition: <<parameters.tf2>>
steps:
- run: docker pull determinedai/pytorch-ngc:0.35.1-rc0
- run: docker pull determinedai/pytorch-ngc:0.35.1

login-docker:
parameters:
Expand Down Expand Up @@ -2439,7 +2439,7 @@ jobs:

test-unit-harness-gpu-tf:
docker:
- image: determinedai/tensorflow-ngc:0.35.1-rc0
- image: determinedai/tensorflow-ngc:0.35.1
resource_class: determined-ai/container-runner-gpu
steps:
- run: mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
Expand All @@ -2466,7 +2466,7 @@ jobs:

test-unit-harness-pytorch2-gpu:
docker:
- image: determinedai/pytorch-ngc:0.35.1-rc0
- image: determinedai/pytorch-ngc:0.35.1
resource_class: determined-ai/container-runner-gpu
steps:
- run: mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
Expand All @@ -2493,7 +2493,7 @@ jobs:

test-unit-harness-pytorch2-cpu:
docker:
- image: determinedai/pytorch-ngc:0.35.1-rc0
- image: determinedai/pytorch-ngc:0.35.1
steps:
- run: mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
- checkout
Expand All @@ -2519,7 +2519,7 @@ jobs:

test-unit-harness-gpu-parallel:
docker:
- image: determinedai/pytorch-ngc:0.35.1-rc0
- image: determinedai/pytorch-ngc:0.35.1
resource_class: determined-ai/container-runner-multi-gpu
steps:
- run: mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
Expand All @@ -2546,7 +2546,7 @@ jobs:

test-unit-harness-gpu-deepspeed:
docker:
- image: determinedai/pytorch-ngc:0.35.1-rc0
- image: determinedai/pytorch-ngc:0.35.1
resource_class: determined-ai/container-runner-gpu
steps:
- run: mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
Expand Down Expand Up @@ -3652,7 +3652,7 @@ jobs:
type: string
default: "1"
environment-image:
default: determinedai/pytorch-ngc:0.35.1-rc0
default: determinedai/pytorch-ngc:0.35.1
type: string
accel-node-taints:
type: string
Expand Down

0 comments on commit 81f9205

Please sign in to comment.