update hf
This commit is contained in:
parent
9bc44c56f8
commit
d18cb39ecd
@ -18,7 +18,7 @@ RUN chmod 0777 /code/.pm2
|
||||
|
||||
RUN chmod 0777 /.pm2
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt install wget python3 python3-pip -y
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt install wget python3 python3-pip -y
|
||||
|
||||
WORKDIR /code
|
||||
|
||||
@ -33,6 +33,6 @@ ENV PORT 7860
|
||||
ENV MODEL=/code/ggml-vic7b-q4_0.bin
|
||||
ENV CACHE=1
|
||||
ENV PM2_HOME=/code/.pm2
|
||||
RUN wget https://huggingface.co/eachadea/ggml-vicuna-7b-1.1/resolve/main/ggml-vic7b-q4_0.bin
|
||||
RUN wget -q https://huggingface.co/eachadea/ggml-vicuna-7b-1.1/resolve/main/ggml-vic7b-q4_0.bin
|
||||
|
||||
CMD /bin/bash /code/start.sh
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "AI-API",
|
||||
"name": "Discord-Bot",
|
||||
"script": "node /code/llamabot.js",
|
||||
"args" : ""
|
||||
},
|
||||
{
|
||||
"name": "DiscordBot",
|
||||
"name": "AI-API",
|
||||
"script": "python3 -m llama_cpp.server",
|
||||
"args" : ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user