Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
path:
container_name: models
container_path: foundrylocal/models/nemotron-3.5-asr-streaming-0.6b/onnx/cpu_and_mobile/v1
container_path: foundrylocal/models/nemotron-3.5-asr-streaming-0.6b/onnx/cpu_and_mobile/v2
storage_name: foundrylocalassetdata
type: azureblob
publish:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$schema: https://azuremlschemas.azureedge.net/latest/model.schema.json
name: nemotron-3.5-asr-streaming-0.6b-generic-cpu
version: 1
version: 2
isArchived: true
path: ./
tags:
foundryLocal: "test"
foundryLocal: ""
license: "MIT"
licenseDescription: "This model is provided under the License Terms available at <https://github.com/microsoft/Foundry-Local/blob/main/licenses/nemotron-speech-streaming.md>."
author: Microsoft
Expand All @@ -13,7 +13,7 @@ tags:
task: automatic-speech-recognition
maxOutputTokens: 2048
alias: nemotron-3.5-asr-streaming-0.6b
directoryPath: v1
directoryPath: v2
promptTemplate: ""
capabilities: ""
supportsReasoning: ""
Expand All @@ -31,5 +31,5 @@ variantInfo:
quantization: ['RTN']
device: 'cpu'
executionProvider: 'CPUExecutionProvider'
fileSizeBytes: 793345330
vRamFootprintBytes: 793345330
fileSizeBytes: 793344112
vRamFootprintBytes: 793344112
Loading