Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit edb0d6a

Browse files
committed
rename file
Signed-off-by: minmingzhu <[email protected]>
1 parent 0d59d5f commit edb0d6a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/workflow_inference.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: inference
3535
strategy:
3636
matrix:
37-
model: [ gpt-j-6b, gpt2, bloom-560m, opt-125m, mpt-7b, mistral-7b-v0.1, mpt-7b-bigdl, neural-chat-7b-v3-1, CodeLlama-7b-hf, falcon-7b, starcoder, llama-2-7b-chat-hf, llama-2-7b-chat-hf-vllm, mixtral-8x7B-Instruct-v0.1 ]
37+
model: [ gpt-j-6b, gpt2, bloom-560m, opt-125m, mpt-7b, mistral-7b-v0.1, mpt-7b-bigdl, neural-chat-7b-v3-1, CodeLlama-7b-hf, falcon-7b, starcoder, llama-2-7b-chat-hf, llama-2-7b-chat-hf-vllm, mixtral-8x7b-Instruct-v0.1 ]
3838
isPR:
3939
- ${{inputs.ci_type == 'pr'}}
4040

@@ -46,7 +46,7 @@ jobs:
4646
- { model: "mistral-7b-v0.1"}
4747
- { model: "mpt-7b-bigdl"}
4848
- { model: "llama-2-7b-chat-hf-vllm"}
49-
- { model: "mixtral-8x7B-Instruct-v0.1"}
49+
- { model: "mixtral-8x7b-Instruct-v0.1"}
5050
- dtuner_model: nathan0/mpt-7b-deltatuner-model
5151
model: mpt-7b
5252

llm_on_ray/inference/models/mixtral-8x7B-Instruct-v0.1.yaml renamed to llm_on_ray/inference/models/mixtral-8x7b-Instruct-v0.1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
port: 8000
2-
name: Mixtral-8x7B-Instruct-v0.1
3-
route_prefix: /Mixtral-8x7B-Instruct-v0.1
2+
name: mixtral-8x7b-Instruct-v0.1
3+
route_prefix: /mixtral-8x7b-Instruct-v0.1
44
num_replicas: 1
55
cpus_per_worker: 24
66
gpus_per_worker: 0

0 commit comments

Comments
 (0)