Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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-
|
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)
|