Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Jan 10, 2025
1 parent 6f3a784 commit b18ba5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/sam/segment_anything.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def main(
x_point=250,
y_point=200,
):
with volume.batch_upload(force=True) as batch:
with video_vol.batch_upload(force=True) as batch:
batch.put_file(input_video, "input.mp4")

model = Model()
Expand Down
1 change: 0 additions & 1 deletion 06_gpu_and_ml/stable_diffusion/image_to_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from pathlib import Path

import modal
from synthetic_monitoring.benchmarks.image import CACHE_DIR

CACHE_DIR = "/cache"

Expand Down

0 comments on commit b18ba5b

Please sign in to comment.