Skip to content

Commit

Permalink
update alpaca 13B to 4.1 model
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCharles committed Apr 3, 2023
1 parent e4f678e commit 53ca3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 53ca3b4

Please sign in to comment.