Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions zero/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@ def get_env_file_path(workspace_path: Optional[Path]):


class DockerRepository(StrEnum):
# kompress
NYUN_KOMPRESS = "nyunadmin/nyun_kompress"

# adapt
NYUN_ADAPT = "nyunadmin/adapt"

# public
NYUN_ZERO_VISION = "nyunadmin/nyunzero_kompress_vision"
NYUN_ZERO_TEXT_GENERATION = "nyunadmin/nyunzero_text_generation"
Expand Down
3 changes: 1 addition & 2 deletions zero/core/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@ class AdaptExtension(BaseExtension):
extension_type = WorkspaceExtension.ADAPT
docker_images = {
# public
NyunDocker(DockerRepository.NYUN_ZERO_ADAPT, DockerTag.PUBLIC_LATEST),
NyunDocker(DockerRepository.NYUN_ADAPT, DockerTag.ADAPT),
NyunDocker(DockerRepository.NYUN_ZERO_ADAPT, DockerTag.PUBLIC_LATEST)
}
extension_metadata = {
# huggingface - 'text_classification'
Expand Down