Skip to content

Commit 640ef9b

Browse files
authored
Update Nemotron multilingual ASR model in Foundry Local (#5109)
1 parent b859b7d commit 640ef9b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

assets/models/foundrylocal/nemotron-3.5-asr-streaming-0.6b-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/nemotron-3.5-asr-streaming-0.6b/onnx/cpu_and_mobile/v1
3+
container_path: foundrylocal/models/nemotron-3.5-asr-streaming-0.6b/onnx/cpu_and_mobile/v2
44
storage_name: foundrylocalassetdata
55
type: azureblob
66
publish:

assets/models/foundrylocal/nemotron-3.5-asr-streaming-0.6b-generic-cpu/spec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
$schema: https://azuremlschemas.azureedge.net/latest/model.schema.json
22
name: nemotron-3.5-asr-streaming-0.6b-generic-cpu
3-
version: 1
3+
version: 2
44
isArchived: true
55
path: ./
66
tags:
7-
foundryLocal: "test"
7+
foundryLocal: ""
88
license: "MIT"
99
licenseDescription: "This model is provided under the License Terms available at <https://github.com/microsoft/Foundry-Local/blob/main/licenses/nemotron-speech-streaming.md>."
1010
author: Microsoft
@@ -13,7 +13,7 @@ tags:
1313
task: automatic-speech-recognition
1414
maxOutputTokens: 2048
1515
alias: nemotron-3.5-asr-streaming-0.6b
16-
directoryPath: v1
16+
directoryPath: v2
1717
promptTemplate: ""
1818
capabilities: ""
1919
supportsReasoning: ""
@@ -31,5 +31,5 @@ variantInfo:
3131
quantization: ['RTN']
3232
device: 'cpu'
3333
executionProvider: 'CPUExecutionProvider'
34-
fileSizeBytes: 793345330
35-
vRamFootprintBytes: 793345330
34+
fileSizeBytes: 793344112
35+
vRamFootprintBytes: 793344112

0 commit comments

Comments
 (0)