Removing filelock import from ORTModule (#8722)

This commit is contained in:
baijumeswani 2021-08-12 21:19:49 -07:00 committed by GitHub
parent f00933c41a
commit 217b2c9f93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@
# _onnx_models.py
from dataclasses import dataclass
from filelock import SoftFileLock
import onnx
import os
import torch