Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, TextIteratorStream
|
|
7 |
from theme_dropdown import create_theme_dropdown
|
8 |
|
9 |
|
10 |
-
model_name = "RootYuan/
|
11 |
max_new_tokens = 2048
|
12 |
device = 'cuda' if torch.cuda.is_available() else 'cpu'
|
13 |
|
|
|
7 |
from theme_dropdown import create_theme_dropdown
|
8 |
|
9 |
|
10 |
+
model_name = "RootYuan/RedLing-7B-v0.1"
|
11 |
max_new_tokens = 2048
|
12 |
device = 'cuda' if torch.cuda.is_available() else 'cpu'
|
13 |
|