contenteaseAI commited on
Commit
154bf62
1 Parent(s): 10c9e58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ import time
12
  logging.basicConfig(level=logging.INFO)
13
  logger = logging.getLogger(__name__)
14
 
15
- repo_id = "QuantFactory/Meta-Llama-3-8B-Instruct-GGUF"
16
- filename = "Meta-Llama-3-8B-Instruct.Q8_0.gguf"
17
 
18
  def chunk_text(text, chunk_size=5000):
19
  """
 
12
  logging.basicConfig(level=logging.INFO)
13
  logger = logging.getLogger(__name__)
14
 
15
+ repo_id = "MaziyarPanahi/Meta-Llama-3.1-70B-Instruct-GGUF"
16
+ filename = "Meta-Llama-3.1-70B-Instruct.IQ1_M.gguf"
17
 
18
  def chunk_text(text, chunk_size=5000):
19
  """