Skip to content

Commit d40f920

Browse files
authored
Fix load local config for non-A100 setup (#100)
1 parent ceaae4b commit d40f920

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

segment_anything_fast/flash_4.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ def _load_best_configs():
234234
saved_configs = cwd / "flash_4_configs.p"
235235
print(f"We will try to read previously created kernel configurations from {saved_configs}.")
236236
print("You can disable this kernel by setting SEGMENT_ANYTHING_FAST_USE_FLASH_4=0")
237-
return None
238237
if saved_configs.is_file():
239238
import pickle
240239
with open(saved_configs, 'rb') as f:

0 commit comments

Comments
 (0)