Skip to content

Commit 3d44648

Browse files
committed
Simplify Bee release workflows
1 parent 507c1f7 commit 3d44648

51 files changed

Lines changed: 136 additions & 5521 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devops/cpu.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ FROM ubuntu:$UBUNTU_VERSION AS base
4242
ARG BUILD_DATE=N/A
4343
ARG APP_VERSION=N/A
4444
ARG APP_REVISION=N/A
45-
ARG IMAGE_URL=https://github.com/ggml-org/llama.cpp
46-
ARG IMAGE_SOURCE=https://github.com/ggml-org/llama.cpp
45+
ARG IMAGE_URL=https://github.com/Anbeeld/beellama.cpp
46+
ARG IMAGE_SOURCE=https://github.com/Anbeeld/beellama.cpp
4747
LABEL org.opencontainers.image.created=$BUILD_DATE \
4848
org.opencontainers.image.version=$APP_VERSION \
4949
org.opencontainers.image.revision=$APP_REVISION \
50-
org.opencontainers.image.title="llama.cpp" \
51-
org.opencontainers.image.description="LLM inference in C/C++" \
50+
org.opencontainers.image.title="BeeLlama.cpp" \
51+
org.opencontainers.image.description="BeeLlama.cpp GGUF inference with DFlash, TurboQuant, and TCQ cache types" \
5252
org.opencontainers.image.url=$IMAGE_URL \
5353
org.opencontainers.image.source=$IMAGE_SOURCE
5454

.devops/cuda.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \
5454
org.opencontainers.image.version=$APP_VERSION \
5555
org.opencontainers.image.revision=$APP_REVISION \
5656
org.opencontainers.image.title="BeeLlama.cpp" \
57-
org.opencontainers.image.description="BeeLlama.cpp GGUF inference with DFlash and TurboQuant" \
57+
org.opencontainers.image.description="BeeLlama.cpp GGUF inference with DFlash, TurboQuant, and TCQ cache types" \
5858
org.opencontainers.image.url=$IMAGE_URL \
5959
org.opencontainers.image.source=$IMAGE_SOURCE
6060

.devops/rocm.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ FROM ${BASE_ROCM_DEV_CONTAINER} AS base
6565
ARG BUILD_DATE=N/A
6666
ARG APP_VERSION=N/A
6767
ARG APP_REVISION=N/A
68-
ARG IMAGE_URL=https://github.com/ggml-org/llama.cpp
69-
ARG IMAGE_SOURCE=https://github.com/ggml-org/llama.cpp
68+
ARG IMAGE_URL=https://github.com/Anbeeld/beellama.cpp
69+
ARG IMAGE_SOURCE=https://github.com/Anbeeld/beellama.cpp
7070
LABEL org.opencontainers.image.created=$BUILD_DATE \
7171
org.opencontainers.image.version=$APP_VERSION \
7272
org.opencontainers.image.revision=$APP_REVISION \
73-
org.opencontainers.image.title="llama.cpp" \
74-
org.opencontainers.image.description="LLM inference in C/C++" \
73+
org.opencontainers.image.title="BeeLlama.cpp" \
74+
org.opencontainers.image.description="BeeLlama.cpp GGUF inference with DFlash, TurboQuant, and TCQ cache types" \
7575
org.opencontainers.image.url=$IMAGE_URL \
7676
org.opencontainers.image.source=$IMAGE_SOURCE
7777

.devops/vulkan.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ FROM ubuntu:$UBUNTU_VERSION AS base
3838
ARG BUILD_DATE=N/A
3939
ARG APP_VERSION=N/A
4040
ARG APP_REVISION=N/A
41-
ARG IMAGE_URL=https://github.com/ggml-org/llama.cpp
42-
ARG IMAGE_SOURCE=https://github.com/ggml-org/llama.cpp
41+
ARG IMAGE_URL=https://github.com/Anbeeld/beellama.cpp
42+
ARG IMAGE_SOURCE=https://github.com/Anbeeld/beellama.cpp
4343
LABEL org.opencontainers.image.created=$BUILD_DATE \
4444
org.opencontainers.image.version=$APP_VERSION \
4545
org.opencontainers.image.revision=$APP_REVISION \
46-
org.opencontainers.image.title="llama.cpp" \
47-
org.opencontainers.image.description="LLM inference in C/C++" \
46+
org.opencontainers.image.title="BeeLlama.cpp" \
47+
org.opencontainers.image.description="BeeLlama.cpp GGUF inference with DFlash, TurboQuant, and TCQ cache types" \
4848
org.opencontainers.image.url=$IMAGE_URL \
4949
org.opencontainers.image.source=$IMAGE_SOURCE
5050

.github/workflows/ai-issues.yml

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)