Skip to content

Commit

Permalink
add alexnet_7be5be79 to models (#1223)
Browse files Browse the repository at this point in the history
Co-authored-by: AutoJenkins <[email protected]>
  • Loading branch information
kvfairchild and AutoJenkins authored Sep 11, 2024
1 parent 4e0ca0c commit 07c835c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions brainscore_vision/models/alexnet_7be5be79/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

from setuptools import setup, find_packages

requirements = [ "torchvision",
"torch"
]
requirements = ["torchvision",
"torch",
"fire"
]

setup(
packages=find_packages(exclude=['tests']),
Expand Down

0 comments on commit 07c835c

Please sign in to comment.