Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
clean CI code (#566)
Browse files Browse the repository at this point in the history
Signed-off-by: Wenxin Zhang <[email protected]>
  • Loading branch information
VincyZhang authored Oct 27, 2023
1 parent daece44 commit f69d7fa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 22 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/chatbot_finetuning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Chat Bot Finetuning Test

on:
workflow_dispatch:

# If there is a new commit, the previous jobs will be canceled
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
call-finetune-mpt-7b-chat:
uses: ./.github/workflows/chatbot-finetune-mpt-7b-chat.yml

12 changes: 0 additions & 12 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
name: Deploy Model Test

on:
#pull_request:
# branches: [main]
# paths:
# - ".github/workflows/deploy-test.yml"
# - ".github/workflows/script/models/run_deploy.sh"
# - "intel_extension_for_transformers/llm/runtime/deprecated/**"
# - "!intel_extension_for_transformers/llm/runtime/deprecated/kernels/**"
# - "!intel_extension_for_transformers/llm/runtime/deprecated/test/**"
# - "!intel_extension_for_transformers/llm/runtime/graph/**"
# - "!intel_extension_for_transformers/llm/runtime/deprecated/third_party/**"
# - "!intel_extension_for_transformers/llm/runtime/deprecated/docs/**"

workflow_dispatch:

# If there is a new commit, the previous jobs will be canceled
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/optimize-test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
name: Optimize Model Test

on:
#pull_request:
# branches: [main]
# paths:
# - intel_extension_for_transformers/transformers/**
# - intel_extension_for_transformers/utils/**
# - intel_extension_for_transformers/llm/evaluation/**
# - intel_extension_for_transformers/llm/quantization/**
# - '.github/workflows/optimize-test.yml'
# - '.github/workflows/script/models/run_optimize.sh'

workflow_dispatch:

# If there is a new commit, the previous jobs will be canceled
Expand Down

0 comments on commit f69d7fa

Please sign in to comment.