(self)
| 61 | |
| 62 | @property |
| 63 | def dtype(self) -> torch.dtype: |
| 64 | return next(self.parameters()).dtype |
| 65 | |
| 66 | @classmethod |
| 67 | def from_pretrained(cls, pretrained_model_name_or_path: Union[str, Path, IO[bytes]], model_kwargs: Optional[Dict[str, Any]] = None, **hf_kwargs) -> 'MoGeModel': |
no outgoing calls
no test coverage detected