Spaces:
Build error
Build 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-4-Pile-14B-20230313-ctx8192-test1050"
|
| 10 |
desc = f'''Links:
|
| 11 |
<a href='https://github.com/BlinkDL/ChatRWKV' target="_blank" style="margin:0 0.5em">ChatRWKV</a>
|
|
|
|
| 5 |
from pynvml import *
|
| 6 |
nvmlInit()
|
| 7 |
gpu_h = nvmlDeviceGetHandleByIndex(0)
|
| 8 |
+
ctx_limit = 1024
|
| 9 |
title = "RWKV-4-Pile-14B-20230313-ctx8192-test1050"
|
| 10 |
desc = f'''Links:
|
| 11 |
<a href='https://github.com/BlinkDL/ChatRWKV' target="_blank" style="margin:0 0.5em">ChatRWKV</a>
|