Skip to content

Commit 7d1d8e1

Browse files
authored
Fix qwen3-vl-4b-instruct-generic-cpu model name in Foundry Local (#5073)
* Fix name * Fix name
1 parent 61673ce commit 7d1d8e1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/models/foundrylocal/qwen3-vl-4b-instruct-generic-cpu/model.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
path:
22
container_name: models
3-
container_path: foundrylocal/models/qwen3-vl-4b-instruct/onnx/cpu_and_mobile/v2
3+
container_path: foundrylocal/models/qwen3-vl-4b-instruct/onnx/cpu_and_mobile/v3
44
storage_name: foundrylocalassetdata
55
type: azureblob
66
publish:

assets/models/foundrylocal/qwen3-vl-4b-instruct-generic-cpu/spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$schema: https://azuremlschemas.azureedge.net/latest/model.schema.json
22
name: qwen3-vl-4b-instruct-generic-cpu
3-
version: 2
3+
version: 3
44
isArchived: true
55
path: ./
66
tags:
@@ -13,7 +13,7 @@ tags:
1313
task: vision-language-chat
1414
maxOutputTokens: 2048
1515
alias: qwen3-vl-4b-instruct
16-
directoryPath: v2
16+
directoryPath: v3
1717
promptTemplate: "{\"system\": \"<|im_start|>system\\n{Content}<|im_end|>\", \"user\": \"<|im_start|>user\\n{Content}<|im_end|>\", \"assistant\": \"<|im_start|>assistant\\n{Content}<|im_end|>\", \"prompt\": \"<|im_start|>user\\n{Content}<|im_end|>\\n<|im_start|>assistant\"}"
1818
supportsToolCalling: "true"
1919
toolCallStart: "<tool_call>"

0 commit comments

Comments
 (0)