habulaj commited on
Commit
c1b201d
·
verified ·
1 Parent(s): fffe646

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ model_config = {
106
 
107
  # Carrega modelo com configurações otimizadas
108
  model = AutoPeftModelForCausalLM.from_pretrained(
109
- "huelax/filterinstruct180",
110
  **model_config
111
  )
112
 
 
106
 
107
  # Carrega modelo com configurações otimizadas
108
  model = AutoPeftModelForCausalLM.from_pretrained(
109
+ "habulaj/filterinstruct180",
110
  **model_config
111
  )
112