vicuna taught me a lot

master
bel 2023-06-17 08:25:18 -06:00
commit 2941b81b53
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/vicuna-tools.d/llama.cpp

View File

@ -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

1
vicuna-tools.d/src.txt Normal file
View File

@ -0,0 +1 @@
https://github.com/vicuna-tools/vicuna-installation-guide