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
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=7git clone https://github.com/facebookresearch/detectron2.git python -m pip wheel -e detectron2Thank you,
FM