Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kenkit/23f27e4a7dfb479fe4e1b97bd018b1aa to your computer and use it in GitHub Desktop.
Save kenkit/23f27e4a7dfb479fe4e1b97bd018b1aa to your computer and use it in GitHub Desktop.
LLaMA 2 13b chat fp16 Install Instructions
conda create -n textgen python=3.10.9
conda activate textgen
install pytorch: pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
git clone https://github.com/oobabooga/text-generation-webui
cd text-generation-webui
pip install -r requirements.txt
python server.py
# download model
# refresh model list
# load model
# switch to chat mode
#https://www.youtube.com/watch?v=k2FHUP0krqg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment