Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Jan 29, 2025
1 parent 2b73129 commit dea98a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion optimum/exporters/onnx/_traceable_cache.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import logging
from typing import Any, Dict, Optional, Tuple

import torch
from transformers.cache_utils import logger


logger = logging.getLogger(__name__)


# Simply removing the nn.Module, same as in https://github.com/huggingface/transformers/pull/35873
Expand Down

0 comments on commit dea98a0

Please sign in to comment.