Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: suminlunit/CLIP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: openai/CLIP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 9 files changed
  • 14 contributors

Commits on Apr 10, 2022

  1. 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
    chajath authored Apr 10, 2022
    Configuration menu
    Copy the full SHA
    7ef63f2 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jongwook authored Apr 10, 2022
    Configuration menu
    Copy the full SHA
    c0065a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3482bb6 View commit details
    Browse the repository at this point in the history
  4. 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>
    neverix and jongwook authored Apr 10, 2022
    Configuration menu
    Copy the full SHA
    e58d494 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. ViT-L/14@336px (openai#234)

    jongwook authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    b4ae449 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    b46f5ac View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    4d120f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Remove inefficient computation from AttentionPool2d Module (openai#271

    )
    
    * fix inefficient attention computation
    
    * remove erroneous formatting
    
    * simplified flatten
    
    Co-authored-by: Jong Wook Kim <jongwook@nyu.edu>
    jenkspt and jongwook authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f69a9bc View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    c5478aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d50d76d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    3702849 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    a9b1bf5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. 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.
    jamt9000 authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    a1d0717 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. 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>
    3 people authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    dcba3cb View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. Update setup.py (openai#529)

    removed (unnecessary) deprecated pkg_resources
    StarTwi authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    ded190a View commit details
    Browse the repository at this point in the history
Loading