-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
patches/vllm-project/vllm/v0.5.5/0002-docker-install-patched-triton.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,21 @@ | ||
--- a/Dockerfile | ||
+++ b/Dockerfile | ||
@@ -80,9 +80,9 @@ ARG nvcc_threads=8 | ||
ENV NVCC_THREADS=$nvcc_threads | ||
|
||
ARG USE_SCCACHE | ||
-ARG SCCACHE_BUCKET_NAME=vllm-build-sccache | ||
-ARG SCCACHE_REGION_NAME=us-west-2 | ||
-ARG SCCACHE_S3_NO_CREDENTIALS=0 | ||
+ARG ACTIONS_CACHE_URL | ||
+ARG ACTIONS_RUNTIME_TOKEN | ||
+ARG SCCACHE_GHA_ENABLED=0 | ||
@@ -86,15 +86,15 @@ ARG SCCACHE_S3_NO_CREDENTIALS=0 | ||
# if USE_SCCACHE is set, use sccache to speed up compilation | ||
RUN --mount=type=cache,target=/root/.cache/pip \ | ||
--mount=type=bind,source=.git,target=.git \ | ||
@@ -92,9 +92,9 @@ RUN --mount=type=cache,target=/root/.cache/pip \ | ||
+ --mount=type=secret,id=ACTIONS_CACHE_URL,env=ACTIONS_CACHE_URL \ | ||
+ --mount=type=secret,id=ACTIONS_RUNTIME_TOKEN,env=ACTIONS_RUNTIME_TOKEN \ | ||
if [ "$USE_SCCACHE" = "1" ]; then \ | ||
echo "Installing sccache..." \ | ||
&& curl -L -o sccache.tar.gz https://github.com/mozilla/sccache/releases/download/v0.8.1/sccache-v0.8.1-x86_64-unknown-linux-musl.tar.gz \ | ||
&& tar -xzf sccache.tar.gz \ | ||
&& sudo mv sccache-v0.8.1-x86_64-unknown-linux-musl/sccache /usr/bin/sccache \ | ||
&& rm -rf sccache.tar.gz sccache-v0.8.1-x86_64-unknown-linux-musl \ | ||
- && export SCCACHE_BUCKET=${SCCACHE_BUCKET_NAME} \ | ||
- && export SCCACHE_REGION=${SCCACHE_REGION_NAME} \ | ||
- && export SCCACHE_S3_NO_CREDENTIALS=${SCCACHE_S3_NO_CREDENTIALS} \ | ||
+ && export ACTIONS_CACHE_URL=${ACTIONS_CACHE_URL} \ | ||
+ && export ACTIONS_RUNTIME_TOKEN=${ACTIONS_RUNTIME_TOKEN} \ | ||
+ && export SCCACHE_GHA_ENABLED=${SCCACHE_GHA_ENABLED} \ | ||
+ && export SCCACHE_GHA_ENABLED=1 \ | ||
&& export SCCACHE_IDLE_TIMEOUT=0 \ | ||
&& export CMAKE_BUILD_TYPE=Release \ | ||
&& sccache --show-stats \ |
1 change: 0 additions & 1 deletion
1
patches/vllm-project/vllm/v0.6.2/0002-docker-install-patched-triton.patch
This file was deleted.
Oops, something went wrong.