kevinkokalari commited on
Commit
dad1936
·
verified ·
1 Parent(s): 22dfa98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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