ITADN

MPS nightly installation

#42Closedexdysa 创建于 2025-06-01
E
exdysacommented
### Feature Idea Hullo! Add the following lines to your `pyproject.toml`: ``` nightly = ["torch", "torchvision", "torchaudio"] ``` ``` conflicts =[ ... { extra = "nightly" }, ... ] ``` ``` torch <and torchvision and torchaudio> ... = [ { index = "pytorch-nightly", marker = "python_version >= '3.13' and sys_platform == 'darwin' " }, ... ``` ``` [[tool.uv.index]] name = "pytorch-nightly" url = "https://download.pytorch.org/whl/nightly/cpu" explicit = true ``` ### Existing Solutions type COMMANDS into CLI?!?!?! (I need to ask a chatbot how to do this :( :( :( ) ### Other You will get nightly support for MPS devices, which is *much* better than normal cpu and will result in fewer people asking you why operations are not supported 🤍
关闭于 2025-07-17 0 条评论