Spaces:
Runtime error
Runtime error
update model
Browse files
main.py
CHANGED
@@ -12,7 +12,7 @@ import json
|
|
12 |
# "TheBloke/Mistral-7B-Code-16K-qlora-GGUF" # "TheBloke/Mistral-7B-Instruct-v0.1-GGUF" # "TheBloke/Mistral-7B-OpenOrca-GGUF"
|
13 |
# "NousResearch/Yarn-Mistral-7b-128k" "JDWebProgrammer/custom_sft_adapter"
|
14 |
|
15 |
-
MODEL_HF = "TheBloke/
|
16 |
EMBEDDING_MODEL = "sentence-transformers/all-MiniLM-L6-v2"
|
17 |
|
18 |
class AppModel:
|
|
|
12 |
# "TheBloke/Mistral-7B-Code-16K-qlora-GGUF" # "TheBloke/Mistral-7B-Instruct-v0.1-GGUF" # "TheBloke/Mistral-7B-OpenOrca-GGUF"
|
13 |
# "NousResearch/Yarn-Mistral-7b-128k" "JDWebProgrammer/custom_sft_adapter"
|
14 |
|
15 |
+
MODEL_HF = "TheBloke/deepseek-coder-33B-instruct-GGUF"
|
16 |
EMBEDDING_MODEL = "sentence-transformers/all-MiniLM-L6-v2"
|
17 |
|
18 |
class AppModel:
|