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

Chat Bot Finetuning Test #1

Chat Bot Finetuning Test

Chat Bot Finetuning Test #1

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