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