Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-
|
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 |
)
|