Transformers 5.2.0 RISC-V
Transformers RISC-V Build
Python wheel for Hugging Face Transformers compiled for RISC-V architecture.
Installation:
# Install PyTorch for RISC-V first
pip install https://github.com/alitariq4589/pytorch-riscv/releases/download/v2.10.0/torch-2.10.0a0+git449b176-cp312-cp312-linux_riscv64.whl
# Install Transformers
pip install transformers-5.2.0-py3-none-linux_riscv64.whlRequirements:
- Python 3.12
- RISC-V 64-bit Linux
- PyTorch RISC-V (see link above)