Tonic commited on
Commit
fc4a83f
·
1 Parent(s): cdf8511

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,11 +63,11 @@ tokenizer.padding_side = 'left'
63
 
64
  peft_config = PeftConfig.from_pretrained("Tonic/GaiaMiniMed")
65
 
 
 
66
  # Using Optimum
67
 
68
  peft_model = peft_model.to_bettertransformer("tiiuae/falcon-7b-instruct")
69
- peft_model = PeftModel.from_pretrained(peft_model, "Tonic/GaiaMiniMed")
70
-
71
 
72
 
73
  # Specify the configuration class for the model
 
63
 
64
  peft_config = PeftConfig.from_pretrained("Tonic/GaiaMiniMed")
65
 
66
+ peft_model = PeftModel.from_pretrained(peft_model, "Tonic/GaiaMiniMed")
67
+
68
  # Using Optimum
69
 
70
  peft_model = peft_model.to_bettertransformer("tiiuae/falcon-7b-instruct")
 
 
71
 
72
 
73
  # Specify the configuration class for the model