mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +00:00
Update MODEL_URL
This commit is contained in:
parent
c7119a2882
commit
f88d5ad829
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ go-deps:
|
|||
alpaca-model:
|
||||
FROM alpine
|
||||
# This is the alpaca.cpp model https://github.com/antimatter15/alpaca.cpp
|
||||
ARG MODEL_URL=https://ipfs.io/ipfs/QmQ1bf2BTnYxq73MFJWu1B7bQ2UD6qG7D7YDCxhTndVkPC
|
||||
RUN wget -O model.bin -c https://ipfs.io/ipfs/QmQ1bf2BTnYxq73MFJWu1B7bQ2UD6qG7D7YDCxhTndVkPC
|
||||
ARG MODEL_URL=https://ipfs.io/ipfs/QmUp1UGeQFDqJKvtjbSYPBiZZKRjLp8shVP9hT8ZB9Ynv1
|
||||
RUN wget -O model.bin -c $MODEL_URL
|
||||
SAVE ARTIFACT model.bin AS LOCAL model.bin
|
||||
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue