Repo for my personal learning of Recommender Systems. Take anything in this repo with a grain of salt. :)
python3 -m venv .envsource .env/bin/activatepip install -r requirements.txt
- source .env/bin/activate
- jupyter lab
If you get an error regarding Cuda not available this is due to suspend on Ubuntu with Nvidia. You need to run the following command:
sudo modprobe -r nvidia_uvm && sudo modprobe nvidia_uvm
If you get FATAL: Module nvidia_uvm is in use you need remove the usage:
sudo lsof /dev/nvidia*
I found that ollamma was calling all sorts of issues in my environment, I removed this application.