Skip to content

Proposal For LFX Term 1 2026 [Cloud-Edge Simulation Benchmark for LLM Speculative Decoding in KubeEdge-Ianvs] #866

Proposal For LFX Term 1 2026 [Cloud-Edge Simulation Benchmark for LLM Speculative Decoding in KubeEdge-Ianvs]

Proposal For LFX Term 1 2026 [Cloud-Edge Simulation Benchmark for LLM Speculative Decoding in KubeEdge-Ianvs] #866

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
paths:
- '**.md'
pull_request:
jobs:
pylint:
runs-on: ubuntu-22.04
name: pylint
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9" ]
steps:
- run: 'echo "only docs modified, no need to trigger CI"'