Skip to content

Transformers 5.2.0 RISC-V

Choose a tag to compare

@github-actions github-actions released this 28 Feb 11:52
· 209 commits to main since this release
64986bb

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.whl

Requirements:

  • Python 3.12
  • RISC-V 64-bit Linux
  • PyTorch RISC-V (see link above)