mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[SGD v2] Reduce time for HF smoke test (#17623)
* reduce * switch back model * Update python/ray/util/sgd/v2/BUILD
This commit is contained in:
parent
a06d71477f
commit
f0cca063ad
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ py_test(
|
|||
deps = [":sgd_v2_lib"],
|
||||
args = ["--model_name_or_path=bert-base-cased", "--task_name=mrpc",
|
||||
"--max_length=32", "--per_device_train_batch_size=64",
|
||||
"--num_train_epochs=1", "--start_local", "--num_workers=2"]
|
||||
"--max_train_steps=2", "--start_local", "--num_workers=2"]
|
||||
)
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue