BlinkDL commited on
Commit
e19e888
1 Parent(s): 8e885f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from huggingface_hub import hf_hub_download
5
  from pynvml import *
6
  nvmlInit()
7
  gpu_h = nvmlDeviceGetHandleByIndex(0)
8
- ctx_limit = 2000
9
  title = "RWKV-5-World-1B5-v2-20231025-ctx4096"
10
 
11
  os.environ["RWKV_JIT_ON"] = '1'
 
5
  from pynvml import *
6
  nvmlInit()
7
  gpu_h = nvmlDeviceGetHandleByIndex(0)
8
+ ctx_limit = 3500
9
  title = "RWKV-5-World-1B5-v2-20231025-ctx4096"
10
 
11
  os.environ["RWKV_JIT_ON"] = '1'