初始化项目,由ModelHub XC社区提供模型

Model: livekit/opt-125m-endpoint-detector-2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-03 19:51:13 +08:00
commit 79cb848485
15 changed files with 300943 additions and 0 deletions

33
ort_config.json Normal file
View File

@@ -0,0 +1,33 @@
{
"one_external_file": true,
"opset": null,
"optimization": {},
"quantization": {
"activations_dtype": "QUInt8",
"activations_symmetric": false,
"format": "QOperator",
"is_static": false,
"mode": "IntegerOps",
"nodes_to_exclude": [],
"nodes_to_quantize": [],
"operators_to_quantize": [
"Conv",
"MatMul",
"Attention",
"LSTM",
"Gather",
"Transpose",
"EmbedLayerNormalization"
],
"per_channel": false,
"qdq_add_pair_to_weight": false,
"qdq_dedicated_pair": false,
"qdq_op_type_per_channel_support_to_axis": {
"MatMul": 1
},
"reduce_range": false,
"weights_dtype": "QInt8",
"weights_symmetric": true
},
"use_external_data_format": false
}