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

Commit

Permalink
Remove merged PR from patches
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Jun 27, 2024
1 parent c2188b4 commit 04e85f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-vllm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
run: |
set -e
# Merge PR #5054
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
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 04e85f2

Please sign in to comment.