Skip to content

Commit

Permalink
target and dev fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Valery Chernov committed Jan 19, 2023
1 parent 8ef65a9 commit 63c2bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/frontend/onnx/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -6673,8 +6673,8 @@ def verify_bernoulli_with_ort(
out_dtype="int32",
seed=None,
out_shape=None,
target=None,
dev=None,
target=target,
dev=dev,
use_vm=False,
opset=None,
freeze_params=False,
Expand Down

0 comments on commit 63c2bc9

Please sign in to comment.