jason-moore commited on
Commit
5e8cb6b
·
1 Parent(s): b72c9d3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def load_model():
18
  )
19
 
20
  # Load the LoRA adapter from HuggingFace
21
- lora_model_id = "your-username/your-model-repo" # Replace with your HF model path
22
  model = PeftModel.from_pretrained(base_model, lora_model_id)
23
 
24
  # Optimize for inference
 
18
  )
19
 
20
  # Load the LoRA adapter from HuggingFace
21
+ lora_model_id = "jason-moore/deepseek-soap" # Replace with your HF model path
22
  model = PeftModel.from_pretrained(base_model, lora_model_id)
23
 
24
  # Optimize for inference