From f88d5ad829ccc3903482f6353d6050b4b8ce0649 Mon Sep 17 00:00:00 2001 From: mudler Date: Tue, 21 Mar 2023 22:03:20 +0100 Subject: [PATCH] Update MODEL_URL --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 2c79875..308cbd4 100644 --- a/Earthfile +++ b/Earthfile @@ -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: