You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I try to read using the code tokenizer = open_clip.get_tokenizer("/data/openclip_tokenizer", direct_load=True), I have saved tokenizer.json under the path laion/CLIP-ViT-H-14-laion2B-s32B-b79K, but I cannot run it normally, showing an AssertionError: No valid model config found for /data/openclip_tokenizer. How can I solve this?
The text was updated successfully, but these errors were encountered:
Hi,
When I try to read using the code tokenizer = open_clip.get_tokenizer("/data/openclip_tokenizer", direct_load=True), I have saved tokenizer.json under the path laion/CLIP-ViT-H-14-laion2B-s32B-b79K, but I cannot run it normally, showing an AssertionError: No valid model config found for /data/openclip_tokenizer. How can I solve this?
The text was updated successfully, but these errors were encountered: