Advertisement
Aitrepreneur

Runpod Text Gen Webui

May 26th, 2023
5,644
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 1 0
  1. git pull
  2. pip install -r requirements.txt
  3.  
  4. mkdir repositories
  5. cd repositories
  6. git clone https://github.com/oobabooga/GPTQ-for-LLaMa.git -b cuda
  7. cd GPTQ-for-LLaMa && python setup_cuda.py install
  8.  
  9.  
  10. cd /text-generation-webui
  11.  
  12. pip install scipy
  13.  
  14. python server.py --share --chat --auto-devices --model llama
Tags: runpod
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement