Skip to content

Commit

Permalink
fix ks4 GPU with container
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Mar 15, 2024
1 parent db49738 commit 6cbe4c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spikeinterface/sorters/external/kilosort4.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Kilosort4Sorter(BaseSorter):

sorter_name: str = "kilosort4"
requires_locations = True
gpu_capability = "nvidia-optional"

_default_params = {
"nblocks": 1,
Expand Down

0 comments on commit 6cbe4c5

Please sign in to comment.