Spaces:
Runtime error
Runtime error
contenteaseAI
commited on
Commit
•
154bf62
1
Parent(s):
10c9e58
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,8 @@ import time
|
|
12 |
logging.basicConfig(level=logging.INFO)
|
13 |
logger = logging.getLogger(__name__)
|
14 |
|
15 |
-
repo_id = "
|
16 |
-
filename = "Meta-Llama-3-
|
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 |
"""
|