Skip to content

Commit

Permalink
Add support for CUDA11
Browse files Browse the repository at this point in the history
  • Loading branch information
relativityhd committed Aug 31, 2024
1 parent 3da154c commit 1f38229
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ train = "thaw_slump_segmentation.scripts.train:main"
thaw-slump-segmentation = "thaw_slump_segmentation.main:cli"

[project.optional-dependencies]
cuda = [
cuda11 = [
"cupy-cuda11x>=13.3.0",
"cucim-cu11>=24.8.0",
]
cuda12 = [
"cupy-cuda12x>=13.3.0",
"cucim-cu12==24.8.*",
]
Expand Down

0 comments on commit 1f38229

Please sign in to comment.