Skip to content

Commit

Permalink
debug: try with custom version of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0r committed Feb 2, 2024
1 parent 5c94b92 commit 5707b87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cifar_benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
steps:
- name: Start instance
id: start-instance
uses: zama-ai/slab-github-runner@ab65ad70bb9f9e9251e4915ea5612bcad23cd9b1
uses: zama-ai/slab-github-runner@867256e1784c920d89ce3411ffa031420c7ced11
with:
mode: start
github-token: ${{ secrets.SLAB_ACTION_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions ci/slab.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ security_group= ["sg-0bf1c1d79c97bc88f", ]
region = "eu-west-1"
image_id = "ami-0898af27b3e2421d8"
instance_type = "hpc7a.96xlarge"
subnet_id = "subnet-0591aaa2f4a5c132f"
security_group= ["sg-032b8129daeae805b", ]
# subnet_id = "subnet-0591aaa2f4a5c132f"
# security_group= ["sg-032b8129daeae805b", ]

# Trigger benchmarks.
[command.bench]
Expand Down

0 comments on commit 5707b87

Please sign in to comment.