remove triton

This commit is contained in:
root 2025-05-15 14:32:49 +00:00
parent f81363d324
commit bfb4ebeb83
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ transformers>=4.37.0
flash-attn
peft
torchmetrics
triton==3.3.0 # may be violate with openai-whisper
# triton==3.3.0 # may be violate with openai-whisper

View File

@ -867,7 +867,7 @@ def run(rank, world_size, args):
# You should use ../local/display_manifest_statistics.py to get
# an utterance duration distribution for your dataset to select
# the threshold
if c.duration < 1.0 or c.duration > 29.5:
if c.duration < 1.0 or c.duration > 29.0:
logging.warning(
f"Exclude cut with ID {c.id} from training. Duration: {c.duration}"
)