Skip to content

Commit

Permalink
Remove V100 tests in CircleCI (fairinternal/xformers#717)
Browse files Browse the repository at this point in the history
* Remove V100 tests in CircleCI

As we already test those differently, and they are quite expensive

__original_commit__ = fairinternal/xformers@5f7e6ab
  • Loading branch information
danthe3rd authored and xFormers Bot committed Jul 17, 2023
1 parent 278460b commit c979299
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,16 +334,6 @@ jobs:
- run_gpu_ci:
arch: "7.5"

gpu_tests_cu114_sm70_V100:
<<: *gpu_cu114
machine:
image: ubuntu-2004-cuda-11.4:202110-01
resource_class: gpu.nvidia.large # V100

steps:
- run_gpu_ci:
arch: "7.0"

gpu_tests_cu114_sm61_P4:
<<: *gpu_cu114
machine:
Expand Down Expand Up @@ -393,7 +383,6 @@ workflows:
jobs:
- cpu_tests_py38
- gpu_tests_cu114_sm61_P4
- gpu_tests_cu114_sm70_V100
- gpu_tests_cu114_sm75_T4
# - gpu_experimental_tests
# Prevents marking the CI as failed when no jobs run
Expand Down

0 comments on commit c979299

Please sign in to comment.