Skip to content

Commit

Permalink
fix: up the vram requirement for nn_laser label studio
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 13, 2024
1 parent 7d1a8b4 commit 708a2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fishsense_lite/commands/label_studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from fishsense_lite.utils import get_output_file, get_root, uint16_2_uint8


@ray.remote(vram_mb=768)
@ray.remote(vram_mb=900)
def execute_nn_laser(
input_file: Path,
lens_calibration: LensCalibration,
Expand Down

0 comments on commit 708a2ce

Please sign in to comment.