#78·point-e

使用 MPS 时出现类型错误

作者: hyperswine创建于 2023年3月5日更新于 2024年3月23日

我使用的是 Apple M2 系统版本 12.3.1,当我尝试使用 `device = torch.device("mps")` 运行 `texttopointcloud.ipynb` 时,我收到了以下错误。我尝试将一些 float64(大多数似乎是 Gaussian)更改为 float32,但无效。我猜测这可能是依赖项之一。