govisi commited on
Commit
d25c199
1 Parent(s): 94d3885
Files changed (1) hide show
  1. app.py +1 -1
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="https://huggingface.co/BlinkDL/rwkv-4-pile-3b/resolve/main/RWKV-4a-Pile-3B-20230110-8020.pth",
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