3 Commits
v2.0 ... v2.0.0

Author SHA1 Message Date
0f41f60cca 更新 .gitea/workflows/docker-build-push.yml
All checks were successful
Docker Build and Push / docker (push) Successful in 19m24s
2026-07-07 16:13:45 +08:00
0cfbed6742 更新 K100-vLLM-Patched-v2.0/.gitea/workflows/task_info.env
Some checks failed
Docker Build and Push / docker (push) Failing after 9s
2026-07-07 11:59:04 +08:00
518bafd5b0 更新 .gitea/workflows/task_info.env 2026-07-07 11:58:47 +08:00
3 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ jobs:
- name: Build Docker Image
run: |
docker build -t "$IMAGE" .
docker build -t "$IMAGE" -f K100-vLLM-Patched-v2.0/Dockerfile K100-vLLM-Patched-v2.0
- name: Push Docker Image
run: |
@@ -129,4 +129,4 @@ jobs:
\"createBy\": \"${{ gitea.actor }}\",
\"repoUrl\": \"${{ gitea.server_url }}/${{ gitea.repository }}\",
\"tag\": \"${{ github.ref_name }}\"
}"
}"

View File

@@ -1,3 +1,3 @@
FRAMEWORK=vllm-patch-tokenizer
GPU_TYPE=hygon_k100_ai
GPU_TYPE=hygon_k100-ai
TASK_TYPE=text-generation

View File

@@ -1,3 +1,3 @@
FRAMEWORK=vllm-patch-tokenizer
GPU_TYPE=hygon_k100_ai
GPU_TYPE=hygon_k100-ai
TASK_TYPE=text-generation