UIUC-ChenLab / scalehls

A scalable High-Level Synthesis framework on MLIR
Other
215 stars 45 forks source link

pip install error #54

Open Dhushyanths opened 1 year ago

Dhushyanths commented 1 year ago

pip install --pre torch-mlir torchvision -f https://github.com/llvm/torch-mlir/releases --extra-index-url https://download.pytorch.org/whl/nightly/cpu

Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu Looking in links: https://github.com/llvm/torch-mlir/releases

ERROR: Could not find a version that satisfies the requirement torch-mlir (from versions: none) ERROR: No matching distribution found for torch-mlir

HahaLan97 commented 3 months ago

Hello from 2024. I had a similar issue, but I installed the pre-built torch-mlir by following the instructions from the official repo. Just to notice that I have to use the installation command in the reversed order.