From e2667d973ca9f55437f8a5604d3ee2b4b42ba8f3 Mon Sep 17 00:00:00 2001 From: "Shiyi Zheng (from Dev Box)" Date: Sat, 22 Aug 2026 09:48:14 +0800 Subject: [PATCH] recipe(hubert): refresh Russian emotion CPU configs --- .../cpu/cpu/audio-classification_fp16_config.json | 3 +++ .../cpu/cpu/audio-classification_fp32_config.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/examples/recipes/xbgoose_hubert-large-speech-emotion-recognition-russian-dusha-finetuned/cpu/cpu/audio-classification_fp16_config.json b/examples/recipes/xbgoose_hubert-large-speech-emotion-recognition-russian-dusha-finetuned/cpu/cpu/audio-classification_fp16_config.json index 8a6c541cd..4753a57ea 100644 --- a/examples/recipes/xbgoose_hubert-large-speech-emotion-recognition-russian-dusha-finetuned/cpu/cpu/audio-classification_fp16_config.json +++ b/examples/recipes/xbgoose_hubert-large-speech-emotion-recognition-russian-dusha-finetuned/cpu/cpu/audio-classification_fp16_config.json @@ -6,6 +6,9 @@ "do_constant_folding": true, "verbose": false, "dynamo": false, + "compatibility": { + "transformers_attention": "eager" + }, "enable_hierarchy_tags": true, "clean_onnx": false, "hierarchy_tag_format": "full", diff --git a/examples/recipes/xbgoose_hubert-large-speech-emotion-recognition-russian-dusha-finetuned/cpu/cpu/audio-classification_fp32_config.json b/examples/recipes/xbgoose_hubert-large-speech-emotion-recognition-russian-dusha-finetuned/cpu/cpu/audio-classification_fp32_config.json index 6ec243e96..f5bdf11cb 100644 --- a/examples/recipes/xbgoose_hubert-large-speech-emotion-recognition-russian-dusha-finetuned/cpu/cpu/audio-classification_fp32_config.json +++ b/examples/recipes/xbgoose_hubert-large-speech-emotion-recognition-russian-dusha-finetuned/cpu/cpu/audio-classification_fp32_config.json @@ -6,6 +6,9 @@ "do_constant_folding": true, "verbose": false, "dynamo": false, + "compatibility": { + "transformers_attention": "eager" + }, "enable_hierarchy_tags": true, "clean_onnx": false, "hierarchy_tag_format": "full",