ML610 commited on
Commit
de651f6
1 Parent(s): 619dda9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ config = AutoConfig.from_pretrained(
39
  "teknium/Replit-v2-CodeInstruct-3B", context_length=2048
40
  )
41
  llm = AutoModelForCausalLM.from_pretrained(
42
- os.path.abspath("replit-v2-codeinstruct-3b.q4_1.bin"),
43
  model_type="replit",
44
  config=config,
45
  )
 
39
  "teknium/Replit-v2-CodeInstruct-3B", context_length=2048
40
  )
41
  llm = AutoModelForCausalLM.from_pretrained(
42
+ os.path.abspath("replit-code-instruct-glaive.ggmlv1.q4_1.bin"),
43
  model_type="replit",
44
  config=config,
45
  )