RISCie

Results 1 comments of RISCie

Simple fix for Blackwell/50 series is changing the torch version now that [PyTorch 2.7.0](https://pytorch.org/get-started/locally/#start-locally) is live: 1. **Modify the pyproject.toml:** ``` ... [project.optional-dependencies] gpu = [ "torch==2.7.0+cu128", ] cpu =...