Skip to content

mtrottie/RecommenderSystems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recommender Systems

Repo for my personal learning of Recommender Systems. Take anything in this repo with a grain of salt. :)

Setup

  1. python3 -m venv .env
  2. source .env/bin/activate
  3. pip install -r requirements.txt

Running

  1. source .env/bin/activate
  2. jupyter lab

Errors

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.

About

Repo for learning Recommender Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published