Replies: 2 comments 7 replies
-
Hi @PT2727, looks like a CUDA related error. conda env create -f conda_gpu.yml |
Beta Was this translation helpful? Give feedback.
-
It should be fine, there was a misleading warning about not having a compiled version for GPU, that's why I asked. I never observed this error, but to me it seems to be an installation issue. It looks like you have a dynamic library with a missing symbol: ImportError: /home/pcpt3/.conda/envs/gt4sd/lib/python3.8/site-packages/fast_transformers/causal_product/causal_product_cpu.cpython-38-x86_64-linux-gnu.so: undefined symbol:
_ZTIN3c1021AutogradMetaInterfaceE I would recommend reinstalling the environment from scratch saving the output to test to check whether there are some error messages appearing during the installation. Something like this should do the trick: # first remove the existing env
rm -rf /home/pcpt3/.conda/envs/gt4sd/
# reinstall saving the build output to file
conda env create -f conda.yml > gt4sd-build.log |
Beta Was this translation helpful? Give feedback.
-
Dear community,
I just recently started trying to use GT4SD, especially I am interested in knowing more about the discovery-demo example. However, after installing gt4sd, I am unable to run the commands.
I attached the error that I received after running
gt4sd-error.docx
Could anyone help with solving this problem?
I am very much a beginner with correctly installing things on a linux computer.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions