HuggingFace Deploy Instructions

This commit is contained in:
Raven Scott 2023-05-06 01:49:21 +02:00 committed by MrTuxedo
parent 9b4981c539
commit 6b739d2b80

View File

@ -6,12 +6,12 @@
3) Edit Docker file as you need, the dockerfile is set to automatically download Vicuna 1.1 7B 3) Edit Docker file as you need, the dockerfile is set to automatically download Vicuna 1.1 7B
3) Move default.env into your repo as .env and edit for your needs
4) Push the changes 4) Push the changes
You should then see the bot being built and deployed on HuggingFace You should then see the bot being built and deployed on HuggingFace
pm2 log will run automatically so you can see frontend and backend logs. pm2 log will run automatically so you can see frontend and backend logs.
Correct directory and file structure: PLEASE NOTE: Your hugging face repo should remain private!
assets Dockerfile llama.js package.json README.md startServices.json start.sh