Spaces:
Runtime error
Runtime error
testing
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ useGPU = torch.cuda.is_available() # False
|
|
25 |
async def on_ready():
|
26 |
print(f'We have logged in as {bot.user}')
|
27 |
global model
|
28 |
-
model = RWKV("
|
29 |
mode=TORCH,
|
30 |
useGPU=useGPU,
|
31 |
runtimedtype=runtimedtype,
|
|
|
25 |
async def on_ready():
|
26 |
print(f'We have logged in as {bot.user}')
|
27 |
global model
|
28 |
+
model = RWKV("RWKV-4-Pile-3B-Instruct-test2-20230209.pth",
|
29 |
mode=TORCH,
|
30 |
useGPU=useGPU,
|
31 |
runtimedtype=runtimedtype,
|