Spaces:
Runtime error
Runtime error
harpreetsahota
commited on
Commit
•
dfae8f1
1
Parent(s):
0e00b39
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ description = """
|
|
10 |
"""
|
11 |
|
12 |
|
13 |
-
checkpoint = "Deci
|
14 |
|
15 |
model = AutoModelForCausalLM.from_pretrained(checkpoint,
|
16 |
trust_remote_code=True,
|
|
|
10 |
"""
|
11 |
|
12 |
|
13 |
+
checkpoint = "Deci/DeciCoder-6B"
|
14 |
|
15 |
model = AutoModelForCausalLM.from_pretrained(checkpoint,
|
16 |
trust_remote_code=True,
|