2 changes: 1 addition & 1 deletion 2 config/modelpool/CLIPVisionModelPool/clip-vit-base-patch16_TA8_lora.yaml Original file line numberDiff line numberDiff line change @@ -9,7 +9,7 @@ models: base_model_name: openai/clip-vit-base-patch16 peft_name: tanganke/clip-vit-base-patch16...
CLIPVisionModel errors on trying to load openai/clip-vit-base-patch16, which was added to HF (using CLIPModel for loading patch16 as the documentation example for that repo works without error) It appears that the model is architected as...
RuntimeError: Node-image-text-embedding/clip-1runs failed, error msg: Create image-text-embedding/clip-1operator image-text-embedding/clip:main with args None and kws {'model_name': 'clip_vit_base_patch16', 'modality': 'image'} failed, err: Load operator failed, Traceback (most recent ...