"Could not install torch-mlir" error on regular CI runs
See original GitHub issueThe test_shark_model_suite
job on IREE’s CI is failing, sample: https://github.com/iree-org/iree/actions/runs/3144865881/jobs/5111621410
https://github.com/iree-org/iree/commits/main
Error logs include
ERROR: Could not find a version that satisfies the requirement torch-mlir (from versions: none)
ERROR: No matching distribution found for torch-mlir
Could not install torch-mlir
I suspect that https://github.com/nod-ai/SHARK/blob/9035a2eed3bee1e8afc5afb82690f5dcceadd775/setup_venv.sh#L74-L79 should be updated following https://github.com/llvm/torch-mlir/commit/1dfe5efe9ee8f58deabf9382b58894a00b2d440c / https://github.com/llvm/torch-mlir/commit/8d3ca887df5ac5126fa3fc2ec3546c6322a4d066
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Packages can't be fetched from releases page automatically
As far as I know, this issue did not affect IREE's releases page. ... "Could not install torch-mlir" error on regular CI runs...
Read more >Could not install packages due to an OSError [FIX] - YouTube
This video we'll talk about how to fix the following error : “ Could not install packages due to an OSError”. I had...
Read more >torch-mlir eager mode, OPT and blowing away the main git repo
My spring internship – torch-mlir eager mode, OPT and blowing away the ... it enables PyTorch users to target hardware platforms that aren't...
Read more >runtimeerror: layernormkernelimpl not implemented for 'half'
Bug. After following the Roberta pretraining documentation with the exact same steps and data. When running fairseq-train I get an error. To Reproduce....
Read more >torch.utils.cpp_extension — PyTorch 1.13 documentation
By default the extension will be compiled to run on all archs of the cards ... Note that CUDA-11.5 nvcc will hit internal...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for handling this. @dan-garvey @monorimet
PR to re-enable: https://github.com/iree-org/iree/pull/10587