File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,16 @@ jobs:
35
35
- name : Download GGUF
36
36
run : |
37
37
mkdir gguf_files
38
- export GGUF_PATH=gguf_files/llama-2-7b .Q4_0.gguf
38
+ export GGUF_PATH=gguf_files/TinyLlama-1.1B-openorca .Q4_0.gguf
39
39
export TOKENIZER_PATH=gguf_files/tokenizer.model
40
- wget -O ${GGUF_PATH} "https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q4_0.gguf?download=true"
40
+
41
+ wget -O ${GGUF_PATH} "https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q4_0.gguf?download=true"
41
42
wget -O ${TOKENIZER_PATH} https://github.com/karpathy/llama2.c/raw/master/tokenizer.model
42
43
- name : Run inference
43
44
run : |
44
- export GGUF_PATH=gguf_files/llama-2-7b .Q4_0.gguf
45
+ export GGUF_PATH=gguf_files/TinyLlama-1.1B-openorca .Q4_0.gguf
45
46
export TOKENIZER_PATH=gguf_files/tokenizer.model
46
- export MODEL_NAME=llama-2-7b .Q4_0.gguf
47
+ export MODEL_NAME=TinyLlama-1.1B-openorca .Q4_0.gguf
47
48
export MODEL_DIR=/tmp
48
49
49
50
echo "******************************************"
You can’t perform that action at this time.
0 commit comments