Skip to content

Commit

Permalink
feat(tests): Move to k8s cluster for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jun 25, 2024
1 parent 6ae816e commit dbe261a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 73 deletions.
69 changes: 0 additions & 69 deletions .github/workflows/pr_functional_tests.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ concurrency:

env:
OPTIMUM_NVIDIA_IS_CI: ON
RUN_CPU_ONLY: OFF
RUN_NIGHTLY: OFF
RUN_SLOW: ON
HF_HUB_ENABLE_HF_TRANSFER: ON
Expand All @@ -27,10 +26,11 @@ jobs:
config:
- name: GPU-enabled Optimum-Nvidia Integration Test Suite
image: nvidia/cuda:12.1.0-devel-ubuntu22.04
cuda_arch: [sm_86, sm_89]
gpu_target: ["nvidia-multi-gpu-l4-runners", "nvidia-multi-gpu-a10-runners"]

name: ${{ matrix.config.name }}
runs-on: [ci, nvidia-gpu, multi-gpu, "${{ matrix.cuda_arch }}"]
runs-on:
group: "${{matrix.gpu_target}}"

container:
image: ${{ matrix.config.image }}
Expand Down
2 changes: 1 addition & 1 deletion src/optimum/nvidia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
from .models import AutoModelForCausalLM
from .optimizations import IntoModelOptQuantizeConfig

# from .pipelines import pipeline
from .pipelines import pipeline
from .version import VERSION, __version__

0 comments on commit dbe261a

Please sign in to comment.