recommenders-team / recommenders

Best Practices on Recommendation Systems
https://recommenders-team.github.io/recommenders/intro.html
MIT License
18.83k stars 3.07k forks source link

[FEATURE] Improve setup for developers with GPU and Spark details #1958

Open miguelgfierro opened 1 year ago

miguelgfierro commented 1 year ago

Description

For GPU:

#!/bin/sh
RECO_ENV=$(conda env list | grep recommenders | awk '{print $NF}')
export LD_LIBRARY_PATH=$RECO_ENV/lib:$LD_LIBRARY_PATH

outputs in an Azure VM: /opt/intel/compilers_and_libraries_2018.1.163/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2018.1.163/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2018.1.163/linux/mkl/lib/intel64_lin::/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64/

Expected behavior with the suggested feature

Other Comments