mirror of https://github.com/llvm/torch-mlir
6 lines
116 B
INI
6 lines
116 B
INI
|
try:
|
||
|
import onnx
|
||
|
except ModuleNotFoundError:
|
||
|
print("Skipping onnx tests.. no onnx")
|
||
|
config.unsupported = True
|