commit 2941b81b5345edcf9609fe54cb4f968e3ee2629c Author: bel Date: Sat Jun 17 08:25:18 2023 -0600 vicuna taught me a lot diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd971c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/vicuna-tools.d/llama.cpp diff --git a/vicuna-tools.d/install.sh b/vicuna-tools.d/install.sh new file mode 100644 index 0000000..8e3c6a2 --- /dev/null +++ b/vicuna-tools.d/install.sh @@ -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 diff --git a/vicuna-tools.d/src.txt b/vicuna-tools.d/src.txt new file mode 100644 index 0000000..1b4dde0 --- /dev/null +++ b/vicuna-tools.d/src.txt @@ -0,0 +1 @@ +https://github.com/vicuna-tools/vicuna-installation-guide