Skip to content

Commit

Permalink
Merge pull request #41 from fcakyon/patch-2
Browse files Browse the repository at this point in the history
fix a typo in run_benchmarks script
  • Loading branch information
LemurPwned authored Nov 11, 2024
2 parents 25b2e71 + a93928c commit 7e8a6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from tabulate import tabulate
from tqdm import tqdm

from video_sampler.worker import SamplerConfig, VideoSampler
from video_sampler.sampler import SamplerConfig, VideoSampler

clip_gate = dict(
type="clip",
Expand Down

0 comments on commit 7e8a6f2

Please sign in to comment.