Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Detectron2 build for ppc64le with Pytorch 1.14 #248

Open
ticlazau opened this issue May 1, 2020 · 3 comments
Open

Detectron2 build for ppc64le with Pytorch 1.14 #248

ticlazau opened this issue May 1, 2020 · 3 comments

Comments

@ticlazau
Copy link

ticlazau commented May 1, 2020

Hello,

@hartb please include Detectron2 on the powerai channel. Please find bellow instruction to get this build with Pytorch 1.14

conda config --prepend channels https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda-early-access/ conda install pytorch=1.4.0=23447.g18a1a27 cudatoolkit-dev gxx_linux-ppc64le=7 gcc_linux-ppc64le=7

git clone https://github.com/facebookresearch/detectron2.git python -m pip wheel -e detectron2

Thank you,
FM

@hartb
Copy link
Member

hartb commented May 4, 2020

Working on a conda recipe for this.

@hartb
Copy link
Member

hartb commented Jun 9, 2020

I'm afraid I won't be able to finish this recipe. If others are interested in picking it up, please feel free.

@hartb
Copy link
Member

hartb commented Jun 10, 2020

The start of a recipe is available in a branch in my fork:

https://github.com/hartb/powerai/tree/hartb-detectron2

I think it was to the point where it was building locally, but some of the unit tests were failing.

Note one of the patches included there has been accepted upstream, so can eventually be dropped if the recipe is bumped to a newer version: facebookresearch/detectron2#1357

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants