Skip to content

【Inference Optimize】Optimize the repeated calculation part in the DSK attention layer and optimize the performance under mixed batch. #2061

【Inference Optimize】Optimize the repeated calculation part in the DSK attention layer and optimize the performance under mixed batch.

【Inference Optimize】Optimize the repeated calculation part in the DSK attention layer and optimize the performance under mixed batch. #2061

Workflow file for this run

name: CI
on:
pull_request:
branches:
- develop
- 'release/*'
workflow_dispatch:
concurrency:
group: ${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Print current runner name
run: |
echo "The current CI tasks have been migrated to PreCe and will be deprecated soon."