Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Dec 3, 2024
1 parent c788f82 commit e5d1045
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_api_rocm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
uses: huggingface/hf-workflows/.github/workflows/optimum_benchmark_instinct_ci.yaml@main
with:
machine_type: single-gpu
install_extras: timm,diffusers,codecarbon
pytest_keywords: "api and cuda"
install_extras: testing,timm,diffusers,codecarbon
pytest_keywords: api and cuda
4 changes: 2 additions & 2 deletions .github/workflows/test_cli_rocm_pytorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
machine_type: single-gpu
install_extras: testing,diffusers,timm,peft,autoawq,auto-gptq
pytest_keywords: "cli and cuda and pytorch and not (dp or ddp or device_map or deepspeed) and not bnb"
pytest_keywords: cli and cuda and pytorch and not (dp or ddp or device_map or deepspeed) and not bnb

run_cli_rocm_pytorch_multi_gpu_tests:
if: ${{
Expand All @@ -52,4 +52,4 @@ jobs:
with:
machine_type: multi-gpu
install_extras: testing,diffusers,timm,peft,autoawq,auto-gptq
pytest_keywords: "cli and cuda and pytorch and (dp or ddp or device_map)"
pytest_keywords: cli and cuda and pytorch and (dp or ddp or device_map)

0 comments on commit e5d1045

Please sign in to comment.