Update app.py
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ global_data = {
|
|
235 |
model_configs = [
|
236 |
{"repo_id": "Hjgugugjhuhjggg/testing_semifinal-Q2_K-GGUF", "filename": "testing_semifinal-q2_k.gguf", "name": "testing"},
|
237 |
{"repo_id": "bartowski/Llama-3.2-3B-Instruct-uncensored-GGUF", "filename": "Llama-3.2-3B-Instruct-uncensored-Q2_K.gguf", "name": "Llama-3.2-3B-Instruct"},
|
238 |
-
{"repo_id": "Ffftdtd5dtft/Meta-Llama-3.1-70B", "filename": "Meta-Llama-3.1-
|
239 |
]
|
240 |
|
241 |
def normalize_input(input_text):
|
|
|
235 |
model_configs = [
|
236 |
{"repo_id": "Hjgugugjhuhjggg/testing_semifinal-Q2_K-GGUF", "filename": "testing_semifinal-q2_k.gguf", "name": "testing"},
|
237 |
{"repo_id": "bartowski/Llama-3.2-3B-Instruct-uncensored-GGUF", "filename": "Llama-3.2-3B-Instruct-uncensored-Q2_K.gguf", "name": "Llama-3.2-3B-Instruct"},
|
238 |
+
{"repo_id": "Ffftdtd5dtft/Meta-Llama-3.1-70B-Q2_K-GGUF", "filename": "Meta-Llama-3.1-70B-Q2_K.gguf", "name": "Meta-Llama-3.1-13B"}
|
239 |
]
|
240 |
|
241 |
def normalize_input(input_text):
|