help installing torchmeta (for ppc64le IBM architecture)
See original GitHub issueI got the following error:
ERROR: Could not find a version that satisfies the requirement torch<1.7.0,>=1.4.0 (from torchmeta) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)
ERROR: No matching distribution found for torch<1.7.0,>=1.4.0 (from torchmeta)
unfortunately, the cluster I use has only 1.3.1 and I believe it’s due to hardware stuff. They don’t use x86 basically.
what are solutions for me?
SO: https://stackoverflow.com/questions/64049603/how-does-one-install-torchmeta-for-a-ppc64le-architecture-in-pytorch SO: https://stackoverflow.com/questions/64033543/force-installing-torchvision-0-4-2-when-i-am-forced-to-use-pytorch-1-3-1-due-to ibm issue: https://github.com/IBM/powerai/issues/268
Issue Analytics
- State:
- Created 3 years ago
- Comments:23 (4 by maintainers)
Top Results From Across the Web
How does one install torchmeta for a ppc64le architecture in ...
I was trying to use torchmeta in a ppc64le architecture. ... (that prepend the right ibm channel with the conda binaries, plus installs...
Read more >Getting started with PyTorch - IBM
One way to install the correct compiler is to run, depending on your architecture, either gxx_linux-ppc64le or gxx_linux-64 version 7 with conda. If...
Read more >Force installing torchvision (on IBM ppc64le) - PyTorch Forums
I am in a weird scenario were I am forced to use torch 1.3.1 (due to hardware see: ...
Read more >Installing Pytorch and Transformers on IBM Power 9 architecture
To install pytorch and related components on the power 9 architecture follow these steps. The first step is to setup conda by ...
Read more >Package List — Spack 0.20.0.dev0 documentation
This is a list of things you can install using Spack. ... charge density and electronic structure of systems made of electrons and...
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 FreeTop 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
Top GitHub Comments
No unfortunately, h5py is a hard requirement because all the dataloaders are based on HDF5. You could probably still use some features of Torchmeta (such as the MetaModules and utility functions), but you would be missing out on all the dataloaders (which is one of the main features of the library).
Isn’t
torchmeta==1.3.1
compatible with PyTorch 1.3 & Torchvision 0.4? I haven’t tried it yet, but the requirements insetup.py
seem to match https://github.com/tristandeleu/pytorch-meta/blob/5bc8638f1f640724a6f03aafd3b7606595d308d8/setup.py#L33-L34