Merge branch 'main' into refactor/model_manager_instantiate

This commit is contained in:
Kevin Turner
2023-08-01 11:09:43 -07:00
committed by GitHub
63 changed files with 2665 additions and 595 deletions

View File

@ -277,7 +277,7 @@ class ModelInfo:
hash: str
location: Union[Path, str]
precision: torch.dtype
_cache: ModelCache = None
_cache: Optional[ModelCache] = None
def __enter__(self):
return self.context.__enter__()