Sethblocks commited on
Commit
4cde753
1 Parent(s): 85e4c9e

modified: app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  randtxt = ""
7
  print("downloading!")
8
  os.system("wget https://huggingface.co/QuantFactory/Meta-Llama-3-8B-Instruct-GGUF/resolve/main/Meta-Llama-3-8B-Instruct.Q3_K_L.gguf")
9
- llama = llama_cpp.Llama("Meta-Llama-3-8B-Instruct.Q3_K_S.gguf", chat_format="llama-3")
10
 
11
  def randomize():
12
  global randtxt
 
6
  randtxt = ""
7
  print("downloading!")
8
  os.system("wget https://huggingface.co/QuantFactory/Meta-Llama-3-8B-Instruct-GGUF/resolve/main/Meta-Llama-3-8B-Instruct.Q3_K_L.gguf")
9
+ llama = llama_cpp.Llama("Meta-Llama-3-8B-Instruct.Q3_K_L.gguf", chat_format="llama-3")
10
 
11
  def randomize():
12
  global randtxt