Skip to content

[Cherry-Pick][Optimization] Enable text-only deployment for multimodal models(#7183) #198

[Cherry-Pick][Optimization] Enable text-only deployment for multimodal models(#7183)

[Cherry-Pick][Optimization] Enable text-only deployment for multimodal models(#7183) #198

Workflow file for this run

name: CI_XPU
on:
pull_request:
types: [closed]
branches: [develop, release/**]
permissions: read-all
concurrency:
group: ${{ github.event.pull_request.number }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
cancel:
name: Cancel CI_XPU for ${{ github.event.pull_request.number }}
runs-on: ubuntu-latest
steps:
- name: Cancel CI_XPU
run: |
exit 0