Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f41f60cca | |||
| 0cfbed6742 | |||
| 518bafd5b0 |
@@ -85,7 +85,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
run: |
|
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
|
- name: Push Docker Image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
FRAMEWORK=vllm-patch-tokenizer
|
FRAMEWORK=vllm-patch-tokenizer
|
||||||
GPU_TYPE=hygon_k100_ai
|
GPU_TYPE=hygon_k100-ai
|
||||||
TASK_TYPE=text-generation
|
TASK_TYPE=text-generation
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
FRAMEWORK=vllm-patch-tokenizer
|
FRAMEWORK=vllm-patch-tokenizer
|
||||||
GPU_TYPE=hygon_k100_ai
|
GPU_TYPE=hygon_k100-ai
|
||||||
TASK_TYPE=text-generation
|
TASK_TYPE=text-generation
|
||||||
|
|||||||
Reference in New Issue
Block a user