Skip to content

Commit b640841

Browse files
skip cuda windows fail on softformer (#18594) (#18629)
Summary: Pull Request resolved: #18594 Differential Revision: D98804228 Co-authored-by: Gasoonjia <gasoonjia@icloud.com>
1 parent 8f64bc2 commit b640841

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/cuda-windows.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ jobs:
4141
- model_repo: "nvidia"
4242
model_name: "parakeet-tdt"
4343
quant: "quantized-int4-weight-only"
44-
- model_repo: "nvidia"
45-
model_name: "diar_streaming_sortformer_4spk-v2"
46-
quant: "non-quantized"
44+
# TODO: sortformer produces 0 segments on Windows after D97788666.
45+
# Temporarily disabled until root cause is debugged.
46+
# - model_repo: "nvidia"
47+
# model_name: "diar_streaming_sortformer_4spk-v2"
48+
# quant: "non-quantized"
4749
- model_repo: "mistralai"
4850
model_name: "Voxtral-Mini-4B-Realtime-2602"
4951
quant: "quantized-int4-tile-packed"
@@ -116,9 +118,11 @@ jobs:
116118
- model_repo: "nvidia"
117119
model_name: "parakeet-tdt"
118120
quant: "quantized-int4-weight-only"
119-
- model_repo: "nvidia"
120-
model_name: "diar_streaming_sortformer_4spk-v2"
121-
quant: "non-quantized"
121+
# TODO: sortformer produces 0 segments on Windows after D97788666.
122+
# Temporarily disabled until root cause is debugged.
123+
# - model_repo: "nvidia"
124+
# model_name: "diar_streaming_sortformer_4spk-v2"
125+
# quant: "non-quantized"
122126
- model_repo: "mistralai"
123127
model_name: "Voxtral-Mini-4B-Realtime-2602"
124128
quant: "quantized-int4-tile-packed"

0 commit comments

Comments
 (0)