mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
remove triton
This commit is contained in:
parent
f81363d324
commit
bfb4ebeb83
@ -10,4 +10,4 @@ transformers>=4.37.0
|
|||||||
flash-attn
|
flash-attn
|
||||||
peft
|
peft
|
||||||
torchmetrics
|
torchmetrics
|
||||||
triton==3.3.0 # may be violate with openai-whisper
|
# triton==3.3.0 # may be violate with openai-whisper
|
||||||
|
@ -867,7 +867,7 @@ def run(rank, world_size, args):
|
|||||||
# You should use ../local/display_manifest_statistics.py to get
|
# You should use ../local/display_manifest_statistics.py to get
|
||||||
# an utterance duration distribution for your dataset to select
|
# an utterance duration distribution for your dataset to select
|
||||||
# the threshold
|
# the threshold
|
||||||
if c.duration < 1.0 or c.duration > 29.5:
|
if c.duration < 1.0 or c.duration > 29.0:
|
||||||
logging.warning(
|
logging.warning(
|
||||||
f"Exclude cut with ID {c.id} from training. Duration: {c.duration}"
|
f"Exclude cut with ID {c.id} from training. Duration: {c.duration}"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user