Pr123 commited on
Commit
a521714
1 Parent(s): 1ea4428

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -6,7 +6,6 @@ import gradio as gr
6
 
7
  peft_model_id = "Pr123/TinyLlama-EA-Chat"
8
 
9
- # Load Model with PEFT adapter
10
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
11
  model = AutoPeftModelForCausalLM.from_pretrained(
12
  peft_model_id,
 
6
 
7
  peft_model_id = "Pr123/TinyLlama-EA-Chat"
8
 
 
9
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
10
  model = AutoPeftModelForCausalLM.from_pretrained(
11
  peft_model_id,