Skip to content

Commit e8827dd

Browse files
committed
rename base_model: mistral to decoder
1 parent 555ef42 commit e8827dd

File tree

7 files changed

+87
-150
lines changed

7 files changed

+87
-150
lines changed

lora/engine-lora/config.yaml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,30 @@ external_package_dirs: []
44
model_metadata:
55
tags:
66
- openai-compatible
7-
example_model_input: {
8-
model: "finance",
9-
messages: [
10-
{
11-
role: "user",
12-
content: "How would you choose back in 2008?"
13-
}
14-
],
15-
stream: true,
16-
max_tokens: 512,
17-
temperature: 0.9
18-
}
7+
example_model_input:
8+
{
9+
model: "finance",
10+
messages:
11+
[{ role: "user", content: "How would you choose back in 2008?" }],
12+
stream: true,
13+
max_tokens: 512,
14+
temperature: 0.9,
15+
}
1916
repo_id: mistralai/Mistral-7B-Instruct-v0.3
2017
model_name: Mistral 7B Instruct Engine Lora
2118
python_version: py39
2219
requirements: []
2320
resources:
2421
accelerator: H100_40GB
25-
cpu: '1'
22+
cpu: "1"
2623
memory: 24Gi
2724
use_gpu: true
2825
secrets:
2926
hf_access_token: set token in baseten workspace
3027
system_packages: []
3128
trt_llm:
3229
build:
33-
base_model: mistral
30+
base_model: decoder
3431
checkpoint_repository:
3532
repo: mistralai/Mistral-7B-Instruct-v0.3
3633
source: HF

mistral/engine-mistral-7b-instruct/config.yaml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,38 @@ external_package_dirs: []
44
model_metadata:
55
tags:
66
- openai-compatible
7-
example_model_input: {
8-
messages: [
9-
{
10-
role: "system",
11-
content: "You are a knowledgable, engaging, meteorology teacher."
12-
},
13-
{
14-
role: "user",
15-
content: "What is the impact of the Mistral wind on the French climate?"
16-
}
17-
],
18-
stream: true,
19-
max_tokens: 512,
20-
temperature: 0.9
21-
}
7+
example_model_input:
8+
{
9+
messages:
10+
[
11+
{
12+
role: "system",
13+
content: "You are a knowledgable, engaging, meteorology teacher.",
14+
},
15+
{
16+
role: "user",
17+
content: "What is the impact of the Mistral wind on the French climate?",
18+
},
19+
],
20+
stream: true,
21+
max_tokens: 512,
22+
temperature: 0.9,
23+
}
2224
repo_id: mistralai/Mistral-7B-Instruct-v0.3
2325
model_name: Mistral 7B Instruct
2426
python_version: py39
2527
requirements: []
2628
resources:
2729
accelerator: H100_40GB
28-
cpu: '1'
30+
cpu: "1"
2931
memory: 24Gi
3032
use_gpu: true
3133
secrets:
3234
hf_access_token: set token in baseten workspace
3335
system_packages: []
3436
trt_llm:
3537
build:
36-
base_model: mistral
38+
base_model: decoder
3739
checkpoint_repository:
3840
repo: mistralai/Mistral-7B-Instruct-v0.3
3941
source: HF

mistral/engine-mistral-small-3/config.yaml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,38 @@ external_package_dirs: []
44
model_metadata:
55
tags:
66
- openai-compatible
7-
example_model_input: {
8-
messages: [
9-
{
10-
role: "system",
11-
content: "You are a knowledgable, engaging, meteorology teacher."
12-
},
13-
{
14-
role: "user",
15-
content: "What is the impact of the Mistral wind on the French climate?"
16-
}
17-
],
18-
stream: true,
19-
max_tokens: 1024,
20-
temperature: 0.15
21-
}
7+
example_model_input:
8+
{
9+
messages:
10+
[
11+
{
12+
role: "system",
13+
content: "You are a knowledgable, engaging, meteorology teacher.",
14+
},
15+
{
16+
role: "user",
17+
content: "What is the impact of the Mistral wind on the French climate?",
18+
},
19+
],
20+
stream: true,
21+
max_tokens: 1024,
22+
temperature: 0.15,
23+
}
2224
repo_id: mistralai/Mistral-Small-24B-Instruct-2501
2325
model_name: Mistral Small 3 Instruct FP8
2426
python_version: py39
2527
requirements: []
2628
resources:
2729
accelerator: H100_40GB
28-
cpu: '1'
30+
cpu: "1"
2931
memory: 24Gi
3032
use_gpu: true
3133
secrets:
3234
hf_access_token: set token in baseten workspace
3335
system_packages: []
3436
trt_llm:
3537
build:
36-
base_model: mistral
38+
base_model: decoder
3739
checkpoint_repository:
3840
repo: mistralai/Mistral-Small-24B-Instruct-2501
3941
source: HF

mistral/engine-mixtral-8x22b-instruct/config.yaml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,38 @@ external_package_dirs: []
44
model_metadata:
55
tags:
66
- openai-compatible
7-
example_model_input: {
8-
messages: [
9-
{
10-
role: "system",
11-
content: "You are a knowledgable, engaging, geology teacher."
12-
},
13-
{
14-
role: "user",
15-
content: "What is the impact of the Mistral wind on the French climate?"
16-
}
17-
],
18-
stream: true,
19-
max_tokens: 512,
20-
temperature: 0.9
21-
}
7+
example_model_input:
8+
{
9+
messages:
10+
[
11+
{
12+
role: "system",
13+
content: "You are a knowledgable, engaging, geology teacher.",
14+
},
15+
{
16+
role: "user",
17+
content: "What is the impact of the Mistral wind on the French climate?",
18+
},
19+
],
20+
stream: true,
21+
max_tokens: 512,
22+
temperature: 0.9,
23+
}
2224
repo_id: mistralai/Mixtral-8x22B-Instruct-v0.1
2325
model_name: Mistral 8x22B Instruct
2426
python_version: py39
2527
requirements: []
2628
resources:
2729
accelerator: H100:2
28-
cpu: '1'
30+
cpu: "1"
2931
memory: 24Gi
3032
use_gpu: true
3133
secrets:
3234
hf_access_token: set token in baseten workspace
3335
system_packages: []
3436
trt_llm:
3537
build:
36-
base_model: mistral
38+
base_model: decoder
3739
checkpoint_repository:
3840
repo: mistralai/Mixtral-8x22B-Instruct-v0.1
3941
source: HF

mistral/engine-mixtral-8x7b-instruct/config.yaml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,38 @@ external_package_dirs: []
44
model_metadata:
55
tags:
66
- openai-compatible
7-
example_model_input: {
8-
messages: [
9-
{
10-
role: "system",
11-
content: "You are a knowledgable, engaging, meteorology teacher."
12-
},
13-
{
14-
role: "user",
15-
content: "What is the impact of the Mistral wind on the French climate?"
16-
}
17-
],
18-
stream: true,
19-
max_tokens: 512,
20-
temperature: 0.9
21-
}
7+
example_model_input:
8+
{
9+
messages:
10+
[
11+
{
12+
role: "system",
13+
content: "You are a knowledgable, engaging, meteorology teacher.",
14+
},
15+
{
16+
role: "user",
17+
content: "What is the impact of the Mistral wind on the French climate?",
18+
},
19+
],
20+
stream: true,
21+
max_tokens: 512,
22+
temperature: 0.9,
23+
}
2224
repo_id: mistralai/Mixtral-8x7B-Instruct-v0.1
2325
model_name: Mistral 8x7B Instruct
2426
python_version: py39
2527
requirements: []
2628
resources:
2729
accelerator: H100
28-
cpu: '1'
30+
cpu: "1"
2931
memory: 24Gi
3032
use_gpu: true
3133
secrets:
3234
hf_access_token: set token in baseten workspace
3335
system_packages: []
3436
trt_llm:
3537
build:
36-
base_model: mistral
38+
base_model: decoder
3739
checkpoint_repository:
3840
repo: mistralai/Mixtral-8x7B-Instruct-v0.1
3941
source: HF

whisper/whisper-v3-turbo/README.md

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

whisper/whisper-v3-turbo/config.yaml

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

0 commit comments

Comments
 (0)