d1933da
1
2
3
4
5
6
7
8
import open_clip for m in open_clip.list_pretrained(): print(m) # Save the output to list_models.txt, for convenience