vicuna taught me a lot
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/vicuna-tools.d/llama.cpp
|
||||||
9
vicuna-tools.d/install.sh
Normal file
9
vicuna-tools.d/install.sh
Normal 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
1
vicuna-tools.d/src.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
https://github.com/vicuna-tools/vicuna-installation-guide
|
||||||
Reference in New Issue
Block a user