toto10's picture
Upload folder using huggingface_hub (#1)
34097e9
raw
history blame
No virus
194 Bytes
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
import torch
unsafe_torch_load = torch.load
else:
from modules.safe import unsafe_torch_load