mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 19:21:31 +06:00
fix: Fixed wrong argument passed to convert_blip_checkpoint
function call (#32262)
Removed one wrong argument passed to convert_blip_checkpoint function call.
This commit is contained in:
parent
5019aabfac
commit
a2ad9d5ad5
@ -188,4 +188,4 @@ if __name__ == "__main__":
|
||||
parser.add_argument("--config_path", default=None, type=str, help="Path to hf config.json of model to convert")
|
||||
args = parser.parse_args()
|
||||
|
||||
convert_blip_checkpoint(args.checkpoint_path, args.pytorch_dump_folder_path, args.config_path)
|
||||
convert_blip_checkpoint(args.pytorch_dump_folder_path, args.config_path)
|
||||
|
Loading…
Reference in New Issue
Block a user