13 lines
479 B
Markdown
13 lines
479 B
Markdown
|
# How to Deploy on Hugging Face
|
||
|
|
||
|
1) Put all of the bots files within your HuggingFace Git Repo.
|
||
|
|
||
|
2) Move the files Dockerfile - start.sh - startServices.json. (Overwrite the docker file found in the root of the project)
|
||
|
|
||
|
3) Edit Docker file as you need, the dockerfile is set to automatically download Vicuna 1.1 7B
|
||
|
|
||
|
4) Push the changes
|
||
|
|
||
|
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.
|