Removal of deprecated maps (#30576)

* [test_all] Remove all imports

Remove remaining ARCHIVE MAPS

Remove remaining PRETRAINED maps

* review comments

* [test_all] empty commit to trigger tests
This commit is contained in:
Lysandre Debut
2024-05-09 14:15:56 +02:00
committed by GitHub
parent 8c5b3c19cf
commit 297b732bdf
723 changed files with 584 additions and 7268 deletions

View File

@@ -38,9 +38,6 @@ _CONFIG_FOR_DOC = "SamConfig"
_CHECKPOINT_FOR_DOC = "facebook/sam-vit-huge"
from ..deprecated._archive_maps import SAM_PRETRAINED_MODEL_ARCHIVE_LIST # noqa: F401, E402
@dataclass
class SamVisionEncoderOutput(ModelOutput):
"""