chatterbox-onestep / models /model_meta.json
inoryQwQ's picture
Upload folder using huggingface_hub
fb41b93 verified
Raw
History Blame Contribute Delete
1.59 kB
{
"model_name": "chatterbox-s3gen-onestep",
"framework": "pytorch",
"inputs": [
{
"name": "tokens",
"shape": [
1,
256
],
"dtype": "int32",
"layout": "NCHW"
},
{
"name": "token_len",
"shape": [
1
],
"dtype": "int32",
"layout": "NCHW"
},
{
"name": "embedding",
"shape": [
1,
192
],
"dtype": "float32",
"layout": "NCHW"
},
{
"name": "z",
"shape": [
1,
80,
512
],
"dtype": "float32",
"layout": "NCHW"
}
],
"outputs": [
{
"name": "mel",
"shape": [
1,
80,
512
],
"dtype": "float32"
}
],
"opset": 17,
"torch_onnx_cosine": 1.0000000953095773,
"export_attempts": [
{
"path": "torch.onnx.export(dynamo=False, opset=17)",
"status": "ok",
"detail": "",
"static_shapes": null,
"cosine": null,
"error": ""
},
{
"path": "static shape \u68c0\u67e5",
"status": "ok",
"detail": "\u5168\u90e8\u9759\u6001",
"static_shapes": null,
"cosine": null,
"error": ""
},
{
"path": "onnxruntime \u63a8\u7406",
"status": "ok",
"detail": "",
"static_shapes": null,
"cosine": null,
"error": ""
},
{
"path": "torch-vs-ORT \u5bf9\u5206 mel",
"status": "ok",
"detail": "cosine=1.000000",
"static_shapes": null,
"cosine": 1.0000000953095773,
"error": ""
}
]
}