We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File "/home/anaconda3/envs/qxm_cogv_080/lib/python3.10/site-packages/vbench2_beta_i2v/init.py", line 36, in evaluate results = evaluate_func(cur_full_info_path, self.device, submodules_list, **kwargs) File "/home/anaconda3/envs/qxm_cogv_080/lib/python3.10/site-packages/vbench2_beta_i2v/i2v_background.py", line 70, in compute_i2v_background dream_model, preprocess = dreamsim(pretrained=True) File "/home/anaconda3/envs/qxm_cogv_080/lib/python3.10/site-packages/dreamsim/model.py", line 293, in dreamsim ours_model = PeftModel.from_pretrained(ours_model.base_model.model, load_dir).to(device) File "/home/anaconda3/envs/qxm_cogv_080/lib/python3.10/site-packages/peft/peft_model.py", line 323, in from_pretrained config = PEFT_TYPE_TO_CONFIG_MAPPING[ File "/home/anaconda3/envs/qxm_cogv_080/lib/python3.10/site-packages/peft/config.py", line 139, in from_pretrained config = config_cls(**kwargs) TypeError: LoraConfig.init() got an unexpected keyword argument 'layer_replication' [ERROR] 2025-03-07-18:04:49 (PID:1120966, Device:0, RankID:-1) ERR99999 UNKNOWN application exception
dreamsim==0.2.1 peft==0.7.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
File "/home/anaconda3/envs/qxm_cogv_080/lib/python3.10/site-packages/vbench2_beta_i2v/init.py", line 36, in evaluate
results = evaluate_func(cur_full_info_path, self.device, submodules_list, **kwargs)
File "/home/anaconda3/envs/qxm_cogv_080/lib/python3.10/site-packages/vbench2_beta_i2v/i2v_background.py", line 70, in compute_i2v_background
dream_model, preprocess = dreamsim(pretrained=True)
File "/home/anaconda3/envs/qxm_cogv_080/lib/python3.10/site-packages/dreamsim/model.py", line 293, in dreamsim
ours_model = PeftModel.from_pretrained(ours_model.base_model.model, load_dir).to(device)
File "/home/anaconda3/envs/qxm_cogv_080/lib/python3.10/site-packages/peft/peft_model.py", line 323, in from_pretrained
config = PEFT_TYPE_TO_CONFIG_MAPPING[
File "/home/anaconda3/envs/qxm_cogv_080/lib/python3.10/site-packages/peft/config.py", line 139, in from_pretrained
config = config_cls(**kwargs)
TypeError: LoraConfig.init() got an unexpected keyword argument 'layer_replication'
[ERROR] 2025-03-07-18:04:49 (PID:1120966, Device:0, RankID:-1) ERR99999 UNKNOWN application exception
dreamsim==0.2.1
peft==0.7.1
The text was updated successfully, but these errors were encountered: