BlinkDL commited on
Commit
b454fd9
1 Parent(s): 8ee86ed

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 = 1024
9
  title = "RWKV-4-Raven-7B-v11x-Eng99%-Other1%-20230429-ctx8192"
10
 
11
  os.environ["RWKV_JIT_ON"] = '1'
 
5
  from pynvml import *
6
  nvmlInit()
7
  gpu_h = nvmlDeviceGetHandleByIndex(0)
8
+ ctx_limit = 1536
9
  title = "RWKV-4-Raven-7B-v11x-Eng99%-Other1%-20230429-ctx8192"
10
 
11
  os.environ["RWKV_JIT_ON"] = '1'