torch-mlir icon indicating copy to clipboard operation
torch-mlir copied to clipboard

Fixed installation command in README.md

Open Hacker1337 opened this issue 1 year ago • 0 comments

Current pip installation command raises error

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

(checked on Ubuntu 22.04.2 LTS with venv and with conda)

Because it is trying to install torch-mlir from pytorch repository. The installation command was wrongly split into 2 in #3073. I just merged them back to 1 installation command with both pytorch and llvm/torch-mlir channels.

Hacker1337 avatar Jun 17 '24 08:06 Hacker1337