Spaces:
Sleeping
Sleeping
BeveledCube
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -9,7 +9,7 @@ from transformers import GPT2LMHeadModel, GPT2Tokenizer, AutoModelForCausalLM, A
|
|
9 |
import torch
|
10 |
|
11 |
app = FastAPI()
|
12 |
-
name = "
|
13 |
customGen = False
|
14 |
gpt2based = False
|
15 |
|
|
|
9 |
import torch
|
10 |
|
11 |
app = FastAPI()
|
12 |
+
name = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
|
13 |
customGen = False
|
14 |
gpt2based = False
|
15 |
|