BlinkDL commited on
Commit
4ae533d
1 Parent(s): 6cdf548

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ pipeline_v6 = PIPELINE(model_v6, "rwkv_vocab_v20230424")
33
 
34
  args = model_v6.args
35
  eng_name = 'rwkv-x060-eng_single_round_qa-3B-20240430-ctx1024'
36
- chn_name = 'rwkv-x060-chn_single_round_qa-3B-20240505-ctx1024'
37
 
38
  # state_eng_raw = torch.load(f'/mnt/e/RWKV-Runner/models/{eng_name}.pth', map_location=torch.device('cpu'))
39
  # state_chn_raw = torch.load(f'/mnt/e/RWKV-Runner/models/{chn_name}.pth', map_location=torch.device('cpu'))
 
33
 
34
  args = model_v6.args
35
  eng_name = 'rwkv-x060-eng_single_round_qa-3B-20240430-ctx1024'
36
+ chn_name = 'rwkv-x060-chn_single_round_qa-3B-20240511-ctx1024'
37
 
38
  # state_eng_raw = torch.load(f'/mnt/e/RWKV-Runner/models/{eng_name}.pth', map_location=torch.device('cpu'))
39
  # state_chn_raw = torch.load(f'/mnt/e/RWKV-Runner/models/{chn_name}.pth', map_location=torch.device('cpu'))