From 53ca3b4eb07a44762b0a481f553099a7ea980443 Mon Sep 17 00:00:00 2001 From: Michael Charles Aubrey Date: Mon, 3 Apr 2023 09:20:12 +0900 Subject: [PATCH] update alpaca 13B to 4.1 model --- alpaca.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpaca.js b/alpaca.js index 86e7d68..2cfd4e8 100644 --- a/alpaca.js +++ b/alpaca.js @@ -97,7 +97,7 @@ class Alpaca { path.resolve(dir, "ggml-model-q4_0.bin") ) */ - url = "https://huggingface.co/Pi3141/alpaca-13B-ggml/resolve/main/ggml-model-q4_0.bin" + url = "https://huggingface.co/Pi3141/alpaca-13B-ggml/resolve/main/ggml-model-q4_1.bin" await this.root.down(url, path.resolve(dir, "ggml-model-q4_0.bin")) break;