Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 =
|
| 9 |
title = "RWKV-5-World-3B-v2-20231113-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-3B-v2-20231113-ctx4096"
|
| 10 |
|
| 11 |
os.environ["RWKV_JIT_ON"] = '1'
|