88Ocelot

Results 3 issues of 88Ocelot

### Example Code ```python class Employee(SQLModel, table=True): id: uuid.UUID | None = Field(default=uuid.uuid4, primary_key=True) username: str first_name: str last_name: str email: str = Field(regex=r"^[a-zA-Z0-9_.]+@\w+\.\w+$") is_active: bool departments: List["Department"] = Relationship(...

question

The current size of the ROCm PyTorch Docker image, particularly [rocm/pytorch:latest](https://hub.docker.com/layers/rocm/pytorch/latest/images/sha256-56ea92985c9445fe524fcb2a6b657994599a5b81b69ed36559c3eb2724cee864), is significantly large, consuming approximately 54 GB on disk when uncompressed. A more streamlined version, [rocm-torch-slim](https://hub.docker.com/layers/ocelot88/rocm-pytorch-slim/rocm-5.7.1-dev-torch-2.3/images/sha256-101f2d92a4a37c4e0c4a2e62d037d4666222f129f6ac070cb80ef4ca044fb942), has been created...

Initial support for ROCm