Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Update vLLM patches
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Jun 17, 2024
1 parent c893e8f commit a4f2509
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-vllm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
run: |
set -e
# Merge PR #5054
git fetch origin pull/5054/head:tokenizer-endpoints
git merge --message "Merge branch 'tokenizer-endpoints'" --no-ff tokenizer-endpoints
# List of patches
patches=(
"https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/patches/vllm/0000-enable-support-for-pascal-gpus.patch"
Expand Down

0 comments on commit a4f2509

Please sign in to comment.