Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dixyes/musa-pkgbuild
MooreThreads MUSA archlinux PKGBUILD
https://github.com/dixyes/musa-pkgbuild
archlinux moorethreads musa
Last synced: 11 days ago
JSON representation
MooreThreads MUSA archlinux PKGBUILD
- Host: GitHub
- URL: https://github.com/dixyes/musa-pkgbuild
- Owner: dixyes
- Created: 2023-12-27T06:41:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-30T08:26:18.000Z (10 months ago)
- Last Synced: 2024-10-16T04:50:50.300Z (4 months ago)
- Topics: archlinux, moorethreads, musa
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# MooreThreads MUSA archlinux PKGBUILD
## Usage
1. download source/objects from mthreads: https://developer.mthreads.com/sdk/download/musa?equipment=&os=&driverVersion=&version=
2. put the zip at this dir
3. `makepkg -Cf`
4. `pacman -U ./mtgpu-dkms-...`
5. `pacman -U ./musa-userspace-...`## Pytorch
1. download wheels from https://github.com/MooreThreads/torch_musa/releases
2. prepare python3.9: (just from AUR)
3. make venv
4. install downloaded wheels and pytest, packaging
5. `python -c "import torch; import torch_musa; print(torch.musa.is_available())"`