Skip to content

Instantly share code, notes, and snippets.

View jakekara's full-sized avatar
💾

Jake jakekara

💾
View GitHub Profile
@jakekara
jakekara / textgenrnn_ubuntu2104.sh
Last active June 9, 2021 19:32 — forked from pleonard212/textgenrnn_ubuntu2104.sh
textgenrnn ubuntu 21.04
conda create --name textgenrnn python
conda activate textgenrnn
conda install cudatoolkit==10.2.89
# this special conda source is vital to get the correct 8.1.x version of cudnn:
conda install -c conda-forge cudnn
git clone https://github.com/minimaxir/textgenrnn.git
cd textgenrnn
pip install -r requirements.txt
@jakekara
jakekara / .gitignore
Last active January 5, 2021 20:49 — forked from duhaime/.gitignore
minhash
matches
ngrams
*.swp
*.pem
*.json
venv
*.pyc