From 04e85f2a8c06992dbb65038d501c3ab3490bc946 Mon Sep 17 00:00:00 2001 From: sasha0552 Date: Thu, 27 Jun 2024 00:31:24 +0000 Subject: [PATCH] Remove merged PR from patches --- .github/workflows/build-vllm.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build-vllm.yml b/.github/workflows/build-vllm.yml index dedb97b..f43353b 100644 --- a/.github/workflows/build-vllm.yml +++ b/.github/workflows/build-vllm.yml @@ -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"