File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
internal/namespaces/inference/v1beta1 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ import "github.com/scaleway/scaleway-cli/v2/core"
5
5
func CreateDeploymentPublicEndpoint () core.BeforeFunc {
6
6
return core .ExecStoreBeforeCmd (
7
7
"DEPLOYMENT" ,
8
- "scw inference deployment create node-type=H100 accept-eula=true model-name=meta/llama-2-70b-chat:fp8 -w" ,
8
+ "scw inference deployment create node-type=H100 accept-eula=true model-name=mistral/mistral-7b-instruct-v0.3:bf16 -w" ,
9
9
)
10
10
}
11
11
12
12
func CreateDeploymentPrivateEndpoint () core.BeforeFunc {
13
13
return core .ExecStoreBeforeCmd (
14
14
"DEPLOYMENT" ,
15
- "scw inference deployment create node-type=H100 accept-eula=true model-name=meta/llama-2-70b-chat:fp8 endpoints.0.private-network.private-network-id={{ .PN.ID }} -w" ,
15
+ "scw inference deployment create node-type=H100 accept-eula=true model-name=mistral/mistral-7b-instruct-v0.3:bf16 endpoints.0.private-network.private-network-id={{ .PN.ID }} -w" ,
16
16
)
17
17
}
18
18
You can’t perform that action at this time.
0 commit comments