Spaces:
Runtime error
Runtime error
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,
|