Skip to content

enable fine tuning on any model whether in train or inference mode #25

enable fine tuning on any model whether in train or inference mode

enable fine tuning on any model whether in train or inference mode #25

name: Tutorials Ubuntu Py3.12
on:
workflow_dispatch:
push:
branches: [main]
paths:
- 'flexynesis/**'
- 'examples/tutorials/**'
- '.github/workflows/tutorials-ubuntu-py312.yml'
- '.github/workflows/tutorials-template.yml'
- 'pyproject.toml'
pull_request:
branches: [main]
paths:
- 'flexynesis/**'
- 'examples/tutorials/**'
- '.github/workflows/tutorials-ubuntu-py312.yml'
- '.github/workflows/tutorials-template.yml'
- 'pyproject.toml'
jobs:
call-template:
uses: ./.github/workflows/tutorials-template.yml
with:
os: ubuntu-latest
python-version: "3.12"