wormcode commited on
Commit
41047cd
·
1 Parent(s): 23c4c2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -65,8 +65,7 @@ def main(
65
  )
66
  model = PeftModel.from_pretrained(
67
  model,
68
- "./adapter_config.json",
69
- adapter_name=lora_weights,
70
  device_map={"": device},
71
  )
72
 
 
65
  )
66
  model = PeftModel.from_pretrained(
67
  model,
68
+ lora_weights,
 
69
  device_map={"": device},
70
  )
71