RootYuan commited on
Commit
06bbb43
·
1 Parent(s): 9b21da5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/RootYuan-RedLing-7B-v0.1"
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