Skip to content

Commit

Permalink
update helpers for torch test
Browse files Browse the repository at this point in the history
  • Loading branch information
anzr299 committed Oct 29, 2024
1 parent 07f0a6b commit b298c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cross_fw/shared/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_cli_dict_args(args):


MAP_BACKEND_PACKAGES = {
"torch": ["torch"],
"torch": ["torch", "torchvision"],
"openvino": ["openvino"],
"onnx": ["onnx", "onnxruntime"],
"tf": ["tensorflow"],
Expand Down

0 comments on commit b298c62

Please sign in to comment.