Advertisement
Aitrepreneur

Falcon 40B runpod

May 28th, 2023
2,024
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. cd /text-generation-webui
  2. git clone https://github.com/Honkware/text-generation-webui.git
  3. pip install -r requirements.txt
  4.  
  5. git clone https://github.com/PanQiWei/AutoGPTQ
  6. cd AutoGPTQ
  7. pip install . # This step requires CUDA toolkit installed
  8.  
  9.  
  10. cd /text-generation-webui
  11.  
  12.  
  13. python server.py --share --chat --auto-devices --model llama --autogptq --trust-remote-code
  14.  
  15.  
  16. Edit text-generation-webui/modules/AutoGPTQ_loader.py add a new line after line 37:
  17. 'trust_remote_code': shared.args.trust_remote_code,
  18.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement