Skip to content

Commit

Permalink
feat: ✨ PyTorch Recognition Model Multi-GPU support (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
odulcy-mindee authored Mar 31, 2023
1 parent 0f61524 commit 3b6649c
Show file tree
Hide file tree
Showing 2 changed files with 410 additions and 7 deletions.
8 changes: 1 addition & 7 deletions doctr/models/factory/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@
from pathlib import Path
from typing import Any

from huggingface_hub import ( # type: ignore[attr-defined]
HfApi,
HfFolder,
Repository,
hf_hub_download,
snapshot_download,
)
from huggingface_hub import HfApi, HfFolder, Repository, hf_hub_download, snapshot_download

from doctr import models
from doctr.file_utils import is_tf_available, is_torch_available
Expand Down
Loading

0 comments on commit 3b6649c

Please sign in to comment.