Skip to content

run finetuning on GPU and save finetuned model to disk #27

run finetuning on GPU and save finetuned model to disk

run finetuning on GPU and save finetuned model to disk #27

name: Models macOS Py3.13
on:
push:
branches: [main]
paths:
- 'flexynesis/**'
- '.github/workflows/models-macos-py313.yml'
- '.github/workflows/models-template.yml'
- 'pyproject.toml'
pull_request:
branches: [main]
paths:
- 'flexynesis/**'
- '.github/workflows/models-macos-py313.yml'
- '.github/workflows/models-template.yml'
- 'pyproject.toml'
jobs:
call-template:
uses: ./.github/workflows/models-template.yml
with:
os: macos-latest
python-version: "3.13"