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: mhamilton723/FeatUp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: opipari/FeatUp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 28, 2024

  1. Copy the full SHA
    6913e76 View commit details
Showing with 2 additions and 0 deletions.
  1. +1 −0 manifest.in → MANIFEST.in
  2. +1 −0 setup.py
1 change: 1 addition & 0 deletions manifest.in → MANIFEST.in
Original file line number Diff line number Diff line change
@@ -3,3 +3,4 @@ recursive-include featup/adaptive_conv_cuda *.cpp *.cu *.h
recursive-include featup/configs *.yaml
recursive-include featup/featurizers *.py
recursive-include sample-images *
include featup/featurizers/maskclip/bpe_simple_vocab_16e6.txt.gz
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
name='featup',
version='0.1.2',
packages=find_packages(),
include_package_data=True,
install_requires=[
'torch',
'kornia',