darglein / ADOP

MIT License
2.02k stars 196 forks source link

If you REALLY want to run this code #95

Open amoazeni75 opened 1 year ago

amoazeni75 commented 1 year ago

Hello all,

I want to recount my frustrating experience with this source code. After dedicating almost four days to struggling with the complexities of building and running this code across four different machines, I'm compelled to share the necessary configurations and the myriad of errors you'll likely encounter during the build process. I intend to spare you unnecessary frustration and compensate for the potential lack of helpful responses in the repository's issue section.

Okay, let's start with the Anaconda Environment:

You must use GGC V9 and CUDA-ToolKit 11.3

Good luck with this source code :)

Slicons496 commented 10 months ago

this is probably designed for pro users, but I really wish they included an already compiled version for windows, installing all sorts of things to only maybe get this running is kinda ruining the user experience for this. but well... this is guthub afterall

lfranke commented 8 months ago

I have updated the install instructions and updated to a new torch version. Setup should be way smoother now.

If you encounter the GLIBCXX not found issue, then your linker is confusing the standard libraries of c++. I found this can be solved by removing the one in the conda environment:

cd ADOP

conda activate adop

export CONDA=${CONDA_PREFIX:-"$(dirname $(which conda))/../"}

rm $CONDA/lib/libstdc++.so*
zzttzz commented 6 months ago

I've built a docker with ADOP built : https://hub.docker.com/r/zhzt/adop