8000 Update vllm requirement from <=0.8.5 to <=0.9.0.1 · CJReinforce/PURE@9266c5a · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update vllm requirement from <=0.8.5 to <=0.9.0.1 #9

Update vllm requirement from <=0.8.5 to <=0.9.0.1

Update vllm requirement from <=0.8.5 to <=0.9.0.1 #9

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@7dc056a193116ba8d82154bf0549381c8fb8545c # v3.88.14
with:
extra_args: --results=verified,unknown
0