update to epoch 20
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ desc = f'''链接:<a href='https://colab.research.google.com/drive/1J1gLMMMA8G
|
|
12 |
|
13 |
parser = argparse.ArgumentParser(prog = 'ChatGal RWKV')
|
14 |
parser.add_argument('--share',action='store_true')
|
15 |
-
parser.add_argument('--ckpt',type=str,default="rwkv-chatgal-v1-3B-ctx4096-
|
16 |
args = parser.parse_args()
|
17 |
os.environ["RWKV_JIT_ON"] = '1'
|
18 |
|
|
|
12 |
|
13 |
parser = argparse.ArgumentParser(prog = 'ChatGal RWKV')
|
14 |
parser.add_argument('--share',action='store_true')
|
15 |
+
parser.add_argument('--ckpt',type=str,default="rwkv-chatgal-v1-3B-ctx4096-epoch20.pth")
|
16 |
args = parser.parse_args()
|
17 |
os.environ["RWKV_JIT_ON"] = '1'
|
18 |
|