govisi commited on
Commit
f1128b9
1 Parent(s): 7df36c9
Files changed (1) hide show
  1. app.py +1 -1
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("https://huggingface.co/BlinkDL/rwkv-4-pile-3b/blob/main/RWKV-4-Pile-3B-Instruct-test2-20230209.pth",
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,