We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceaae4b commit d40f920Copy full SHA for d40f920
segment_anything_fast/flash_4.py
@@ -234,7 +234,6 @@ def _load_best_configs():
234
saved_configs = cwd / "flash_4_configs.p"
235
print(f"We will try to read previously created kernel configurations from {saved_configs}.")
236
print("You can disable this kernel by setting SEGMENT_ANYTHING_FAST_USE_FLASH_4=0")
237
- return None
238
if saved_configs.is_file():
239
import pickle
240
with open(saved_configs, 'rb') as f:
0 commit comments