llama-cpp-python-djs-bot/huggingface-config/README.md

479 B

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.