Skip to content

Bump transformers from 4.35.2 to 4.36.0 in /tests (#60) #25

Bump transformers from 4.35.2 to 4.36.0 in /tests (#60)

Bump transformers from 4.35.2 to 4.36.0 in /tests (#60) #25

name: llm-ray inference & finetune
on:
push:
branches:
- main
paths:
- '.github/**'
- 'docker/**'
- 'common/**'
- 'dev/docker/**'
- 'finetune/**'
- 'inference/**'
- 'rlhf/**'
- 'tools/**'
- 'pyproject.toml'
- 'tests/**'
jobs:
call-lint:
uses: ./.github/workflows/workflow_lint.yml
call-tests:
uses: ./.github/workflows/workflow_tests.yml
call-inference:
uses: ./.github/workflows/workflow_inference.yml
call-finetune:
uses: ./.github/workflows/workflow_finetune.yml