Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Feb 27, 2024
1 parent 1d750f8 commit 0d51734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-and-upload:
runs-on: ubuntu-latest
container:
image: nvidia/cuda:11.0-base # Use an appropriate CUDA image
image: nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
options: --gpus all
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='featup',
version='0.1.1',
version='0.1.2',
packages=find_packages(),
install_requires=[
'torch',
Expand Down

0 comments on commit 0d51734

Please sign in to comment.