Spaces:
Running
Running
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 = "meta-llama/Llama-2-7b-chat-hf"
|
13 |
customGen = False
|
14 |
gpt2based = False
|
15 |
|