Skip to content

Add ONNX format to LFM2.5-VL-450M (#86) #116

Add ONNX format to LFM2.5-VL-450M (#86)

Add ONNX format to LFM2.5-VL-450M (#86) #116

Workflow file for this run

name: Check docs
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
check-link:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check markdown links
uses: gaurav-nelson/github-action-markdown-link-check@v1
# use <!-- markdown-link-check-disable-next-line --> to skip next line
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'
check-modified-files-only: ${{ github.event_name == 'pull_request' && 'yes' || 'no' }}
config-file: ./link-check.json
base-branch: ${{ github.base_ref }}