mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
fix typo output not ouput in bitsandbytes trainer test (#20839)
fix typo output not ouput typo was causing an error on pytest collection
This commit is contained in:
parent
bdb84e2bad
commit
7ef3f19c3c
@ -2332,7 +2332,7 @@ if is_torch_available():
|
||||
|
||||
optim_test_params.append(
|
||||
(
|
||||
TrainingArguments(optim=OptimizerNames.ADAMW_BNB, ouput_dir="None"),
|
||||
TrainingArguments(optim=OptimizerNames.ADAMW_BNB, output_dir="None"),
|
||||
bnb.optim.Adam8bit,
|
||||
default_adam_kwargs,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user