Skip to content

Commit

Permalink
put back local
Browse files Browse the repository at this point in the history
  • Loading branch information
eljandoubi committed Nov 5, 2024
1 parent 8cbe6e8 commit 87174b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/modeling_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from contextlib import contextmanager
from dataclasses import dataclass
from functools import partial, wraps
from threading import Thread
from threading import Thread, local
from typing import Any, Callable, Dict, List, Optional, Set, Tuple, Union
from zipfile import is_zipfile

Expand Down

0 comments on commit 87174b9

Please sign in to comment.