vicuna taught me a lot
commit
2941b81b53
|
|
@ -0,0 +1 @@
|
||||||
|
/vicuna-tools.d/llama.cpp
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
git clone https://github.com/fredi-python/llama.cpp.git
|
||||||
|
cd llama.cpp
|
||||||
|
make -j
|
||||||
|
cd models
|
||||||
|
wget -c https://huggingface.co/eachadea/ggml-vicuna-7b-1.1/resolve/main/ggml-vic7b-uncensored-q5_1.bin
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
https://github.com/vicuna-tools/vicuna-installation-guide
|
||||||
Loading…
Reference in New Issue