Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ torch.set_num_threads(4)
|
|
| 11 |
# Configuration
|
| 12 |
# -------------------------
|
| 13 |
BASE_MODEL_ID = "unsloth/Llama-3.2-1B-Instruct"
|
| 14 |
-
ADAPTER_ID = "greenie-sweden/chatbot-for-fine-tuned-llm # <-- your LoRA repo
|
| 15 |
DEVICE = "cpu" # "cuda" if you have GPU in the environment
|
| 16 |
|
| 17 |
|
|
|
|
| 11 |
# Configuration
|
| 12 |
# -------------------------
|
| 13 |
BASE_MODEL_ID = "unsloth/Llama-3.2-1B-Instruct"
|
| 14 |
+
ADAPTER_ID = "greenie-sweden/chatbot-for-fine-tuned-llm" # <-- your LoRA repo
|
| 15 |
DEVICE = "cpu" # "cuda" if you have GPU in the environment
|
| 16 |
|
| 17 |
|