BlinkDL commited on
Commit
95831ab
·
verified ·
1 Parent(s): 9d43aa1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ pipeline = PIPELINE(model, "rwkv_vocab_v20230424")
24
 
25
  args = model.args
26
  eng_name = 'rwkv-x060-eng_single_round_qa-7B-20240430-ctx1024'
27
- chn_name = 'rwkv-x060-chn_single_round_qa-7B-20240505-ctx1024'
28
  eng_file = hf_hub_download(repo_id="BlinkDL/temp-latest-training-models", filename=f"{eng_name}.pth")
29
  chn_file = hf_hub_download(repo_id="BlinkDL/temp-latest-training-models", filename=f"{chn_name}.pth")
30
  state_eng_raw = torch.load(eng_file)
 
24
 
25
  args = model.args
26
  eng_name = 'rwkv-x060-eng_single_round_qa-7B-20240430-ctx1024'
27
+ chn_name = 'rwkv-x060-chn_single_round_qa-7B-20240511-ctx1024'
28
  eng_file = hf_hub_download(repo_id="BlinkDL/temp-latest-training-models", filename=f"{eng_name}.pth")
29
  chn_file = hf_hub_download(repo_id="BlinkDL/temp-latest-training-models", filename=f"{chn_name}.pth")
30
  state_eng_raw = torch.load(eng_file)