l1006986533 commited on
Commit
4178639
·
1 Parent(s): ab491fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ HAS_GPU = False
10
  # Model title and context size limit
11
  ctx_limit = 2000
12
  title = "RWKV-5-World-1B5-v2-20231025-ctx4096"
13
- model_file = "rwkv-5-h-world-1b5-30%-test"
14
 
15
  # Get the GPU count
16
  try:
 
10
  # Model title and context size limit
11
  ctx_limit = 2000
12
  title = "RWKV-5-World-1B5-v2-20231025-ctx4096"
13
+ model_file = "rwkv-5-h-world-1b5-60%-test"
14
 
15
  # Get the GPU count
16
  try: