Skip to content

Commit

Permalink
Add ViT-L/14.
Browse files Browse the repository at this point in the history
  • Loading branch information
nshepperd committed Jan 26, 2022
1 parent 7abbd61 commit a858a7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions clip_jax/clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# "RN50": "https://openaipublic.azureedge.net/clip/models/afeb0e10f9e5a86da6080e35cf09123aca3b358a0c3e3b6c78a7b63bc04b6762/RN50.pt",
"ViT-B/32": "https://openaipublic.azureedge.net/clip/models/40d365715913c9da98579312b702a82c18be219cc2a73407c4526f58eba950af/ViT-B-32.pt",
"ViT-B/16": "https://openaipublic.azureedge.net/clip/models/5806e77cd80f8b59890b7e101eabd078d9fb84e6937f9e85e4ecb61988df416f/ViT-B-16.pt",
"ViT-L/14": "https://openaipublic.azureedge.net/clip/models/b8cca3fd41ae0c99ba7e8951adf17d267cdb84cd88be6f7c2e0eca1737a03836/ViT-L-14.pt",
}


Expand Down
3 changes: 2 additions & 1 deletion tests/test_consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ def test_model(model_name):
print(f"{model_name}: done!")

test_model("ViT-B/32")
test_model("ViT-B/16")
test_model("ViT-B/16")
test_model("ViT-L/14")

0 comments on commit a858a7e

Please sign in to comment.