-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: suminlunit/CLIP
base: main
head repository: openai/CLIP
compare: main
- 15 commits
- 9 files changed
- 14 contributors
Commits on Apr 10, 2022
-
Patch clip model for ONNX compatibility (openai#219)
* Patch clip model for ONNX compatibility Changes to use INT32 for tokenization, since ONNX doesn't yet support ArgMax(INT64) Use explicit dimension for norm * Add compatibility fix for torch 1.7
Configuration menu - View commit details
-
Copy full SHA for 7ef63f2 - Browse repository at this point
Copy the full SHA 7ef63f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0065a2 - Browse repository at this point
Copy the full SHA c0065a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3482bb6 - Browse repository at this point
Copy the full SHA 3482bb6View commit details -
use pkg_resources for PyTorch version checks in notebooks (openai#191)
* use pkg_resources for PyTorch version checks in notebooks * remove version checking in notebook code cell Co-authored-by: Jong Wook Kim <jongwook@nyu.edu>
Configuration menu - View commit details
-
Copy full SHA for e58d494 - Browse repository at this point
Copy the full SHA e58d494View commit details
Commits on Apr 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b4ae449 - Browse repository at this point
Copy the full SHA b4ae449View commit details
Commits on May 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b46f5ac - Browse repository at this point
Copy the full SHA b46f5acView commit details
Commits on Jul 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4d120f3 - Browse repository at this point
Copy the full SHA 4d120f3View commit details
Commits on Jul 21, 2022
-
Remove inefficient computation from
AttentionPool2dModule (openai#271Configuration menu - View commit details
-
Copy full SHA for f69a9bc - Browse repository at this point
Copy the full SHA f69a9bcView commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c5478aa - Browse repository at this point
Copy the full SHA c5478aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d50d76d - Browse repository at this point
Copy the full SHA d50d76dView commit details
Commits on Jan 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3702849 - Browse repository at this point
Copy the full SHA 3702849View commit details
Commits on Feb 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a9b1bf5 - Browse repository at this point
Copy the full SHA a9b1bf5View commit details
Commits on Jul 8, 2023
-
Fix torch._C.Node attribute access (openai#372)
Attribute access with subscripting would previously work due to patching in pytorch/pytorch#82511 but this has been removed. This commit uses the fix proposed in pytorch/pytorch#82628 to define a helper method to call the appropriate access method.
Configuration menu - View commit details
-
Copy full SHA for a1d0717 - Browse repository at this point
Copy the full SHA a1d0717View commit details
Commits on Jun 4, 2024
-
import packaging to be compatible with setuptools==70.0.0 (openai#449)
* import packaging to be compatible with setuptools==70.0.0 * importing the version module --------- Co-authored-by: Jamie <Jamie@Alexandras-MacBook-Pro.local> Co-authored-by: Jong Wook Kim <jongwook@nyu.edu>
Configuration menu - View commit details
-
Copy full SHA for dcba3cb - Browse repository at this point
Copy the full SHA dcba3cbView commit details
Commits on Feb 18, 2026
-
removed (unnecessary) deprecated pkg_resources
Configuration menu - View commit details
-
Copy full SHA for ded190a - Browse repository at this point
Copy the full SHA ded190aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main