Spaces:
Runtime error
Runtime error
testing
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ useGPU = torch.cuda.is_available() # False
|
|
33 |
async def on_ready():
|
34 |
print(f'We have logged in as {bot.user}')
|
35 |
global model
|
36 |
-
model = RWKV("https://huggingface.co/
|
37 |
**quantized)
|
38 |
|
39 |
|
|
|
33 |
async def on_ready():
|
34 |
print(f'We have logged in as {bot.user}')
|
35 |
global model
|
36 |
+
model = RWKV(path="https://huggingface.co/BlinkDL/rwkv-4-pile-1b5/resolve/main/RWKV-4-Pile-1B5-Instruct-test1-20230124.pth",
|
37 |
**quantized)
|
38 |
|
39 |
|