icashwave commited on
Commit
01e471a
1 Parent(s): 5839066

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ ctx_limit = 2000
13
  #model_file = "RWKV-5-World-1B5-v2-20231025-ctx4096"
14
 
15
  title = "RWKV-4-World"
16
- model_file = "RWKV-4-World-7B-v1-20230626-ctx4096"
17
 
18
  # Get the GPU count
19
  try:
 
13
  #model_file = "RWKV-5-World-1B5-v2-20231025-ctx4096"
14
 
15
  title = "RWKV-4-World"
16
+ model_file = "RWKV-4-World-1.5B-v1-fixed-20230612-ctx4096"
17
 
18
  # Get the GPU count
19
  try: