[Whisper] Reduce batch size in tests (#23736)
This commit is contained in:
@@ -94,7 +94,7 @@ class WhisperModelTester:
|
|||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
parent,
|
parent,
|
||||||
batch_size=13,
|
batch_size=2,
|
||||||
seq_length=1500,
|
seq_length=1500,
|
||||||
is_training=True,
|
is_training=True,
|
||||||
use_labels=False,
|
use_labels=False,
|
||||||
@@ -1537,7 +1537,7 @@ class WhisperEncoderModelTester:
|
|||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
parent,
|
parent,
|
||||||
batch_size=13,
|
batch_size=2,
|
||||||
seq_length=3000,
|
seq_length=3000,
|
||||||
is_training=True,
|
is_training=True,
|
||||||
use_labels=True,
|
use_labels=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user