Spaces:
Runtime error
Runtime error
Commit
Β·
296db4e
1
Parent(s):
80350f8
requiremet update & app update
Browse files- app.py +0 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -14,7 +14,6 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, StoppingCriteria,
|
|
14 |
|
15 |
|
16 |
import config
|
17 |
-
import textwrap
|
18 |
|
19 |
INSTRUCTION_KEY = "### Instruction:"
|
20 |
RESPONSE_KEY = "### Response:"
|
|
|
14 |
|
15 |
|
16 |
import config
|
|
|
17 |
|
18 |
INSTRUCTION_KEY = "### Instruction:"
|
19 |
RESPONSE_KEY = "### Response:"
|
requirements.txt
CHANGED
@@ -2,3 +2,4 @@ gradio
|
|
2 |
transformers
|
3 |
einops
|
4 |
torch
|
|
|
|
2 |
transformers
|
3 |
einops
|
4 |
torch
|
5 |
+
config
|