From ee47531d2f8662f339d66fa6a95902e5b89d6298 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sat, 6 May 2023 01:49:21 +0200 Subject: [PATCH] HuggingFace Deploy Instructions --- huggingface-config/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/huggingface-config/README.md b/huggingface-config/README.md index 3448dad..1ad165b 100644 --- a/huggingface-config/README.md +++ b/huggingface-config/README.md @@ -6,12 +6,12 @@ 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 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. -Correct directory and file structure: - -assets Dockerfile llama.js package.json README.md startServices.json start.sh +PLEASE NOTE: Your hugging face repo should remain private!