Skip to content

Serve KerasHub CausalLM models through vLLM on TPU #152

Serve KerasHub CausalLM models through vLLM on TPU

Serve KerasHub CausalLM models through vLLM on TPU #152

Workflow file for this run

name: Zizmor
on:
pull_request:
push:
branches:
- master
permissions:
contents: read
jobs:
zizmor:
name: GitHub Actions Security Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
persist-credentials: false
- name: Install uv dependencies
# zizmor: ignore[impostor-commit, mismatched-version-comment]
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
- name: Run zizmor
run: uvx zizmor --format=github .github
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}