mingyuan commited on
Commit
a69208b
·
1 Parent(s): 19bda5d

change_loading_options

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -104,6 +104,7 @@ else:
104
  load_file_list = {}
105
  for key in src_file_list.keys():
106
  load_file_list[key] = load_large_files(src_file_list[key])
 
107
 
108
  model_lmm = create_lmm()
109
  model_imagebind = imagebind_huge(pretrained=True, ckpt_path=load_file_list["imagebind"])
 
104
  load_file_list = {}
105
  for key in src_file_list.keys():
106
  load_file_list[key] = load_large_files(src_file_list[key])
107
+ print(load_file_list)
108
 
109
  model_lmm = create_lmm()
110
  model_imagebind = imagebind_huge(pretrained=True, ckpt_path=load_file_list["imagebind"])