mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
Removing filelock import from ORTModule (#8722)
This commit is contained in:
parent
f00933c41a
commit
217b2c9f93
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@
|
|||
# _onnx_models.py
|
||||
|
||||
from dataclasses import dataclass
|
||||
from filelock import SoftFileLock
|
||||
import onnx
|
||||
import os
|
||||
import torch
|
||||
|
|
|
|||
Loading…
Reference in a new issue