howard-hou commited on
Commit
f5edc96
·
verified ·
1 Parent(s): a309a6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -112,8 +112,10 @@ Edward:''', 333, 1, 0.3, 0, 1],
112
 
113
  ########################## visual rwkv ################################################################
114
  visual_title = 'ViusualRWKV-v5'
115
- rwkv_remote_path = "rwkv1b5-vitl336p14-577token_mix665k_rwkv.pth"
116
- vision_remote_path = "rwkv1b5-vitl336p14-577token_mix665k_visual.pth"
 
 
117
  vision_tower_name = 'openai/clip-vit-large-patch14-336'
118
 
119
  model_path = hf_hub_download(repo_id="howard-hou/visualrwkv-5", filename=rwkv_remote_path)
 
112
 
113
  ########################## visual rwkv ################################################################
114
  visual_title = 'ViusualRWKV-v5'
115
+ #rwkv_remote_path = "rwkv1b5-vitl336p14-577token_mix665k_rwkv.pth"
116
+ #vision_remote_path = "rwkv1b5-vitl336p14-577token_mix665k_visual.pth"
117
+ rwkv_remote_path = "rwkv3b-vitl336p14-577token_mix665k_8gpu_rwkv.pth"
118
+ vision_remote_path = "rwkv3b-vitl336p14-577token_mix665k_8gpu_visual.pth"
119
  vision_tower_name = 'openai/clip-vit-large-patch14-336'
120
 
121
  model_path = hf_hub_download(repo_id="howard-hou/visualrwkv-5", filename=rwkv_remote_path)