Tristan Guérand

Results 1 comments of Tristan Guérand

Hi again, Thanks for your help, I can build it with the snippet: ```bash $ export CUDA_HOME=/usr/local/cuda-12.1 $ export PATH=$CUDA_HOME/bin:$PATH $ export LD_LIBRARY_PATH=$CUDA_HOME/lib64:$LD_LIBRARY_PATH ``` and afterwards `poetry install`. So all...