Spaces:
Runtime error
Runtime error
testing
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ useGPU = torch.cuda.is_available() # False
|
|
34 |
async def on_ready():
|
35 |
print(f'We have logged in as {bot.user}')
|
36 |
global model
|
37 |
-
model = RWKV(path="
|
38 |
**quantized)
|
39 |
|
40 |
|
|
|
34 |
async def on_ready():
|
35 |
print(f'We have logged in as {bot.user}')
|
36 |
global model
|
37 |
+
model = RWKV(path="RWKV-4-Pile-3B-Instruct-test2-20230209.pth",
|
38 |
**quantized)
|
39 |
|
40 |
|