Skip to content

feat(gemma3): Add BiGemma3 and ColGemma3 models with Matryoshka embeddings #983

feat(gemma3): Add BiGemma3 and ColGemma3 models with Matryoshka embeddings

feat(gemma3): Add BiGemma3 and ColGemma3 models with Matryoshka embeddings #983

Workflow file for this run

name: Ruff
on:
push:
branches:
- main
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/ruff-action@v3
- run: ruff check --fix
- run: ruff format --check