wormcode commited on
Commit
23c4c2a
·
1 Parent(s): 61f3cc3

Update app.py

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