Unverified Commit 384cd263 authored by HELSON's avatar HELSON Committed by GitHub
Browse files

[zero] fix testing parameters (#2042)

parent 17a3c685
......@@ -44,7 +44,7 @@ TEST_MODELS = ['gpt2', 'bert']
EXAMPLE_MODELS = ['simple_net']
@parameterize('placement_policy', ['cuda'])
@parameterize('placement_policy', ['cuda', 'cpu', 'auto', 'const'])
@parameterize('model_name', TEST_MODELS)
def exam_model_step(placement_policy, model_name: str):
set_seed(42)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment