Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Changed lighter videos for demo purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
kyotoyx committed Dec 18, 2023
1 parent a87e418 commit 0d97839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecDP/tests/test_llmutils_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def test_url_load_ray(self):
ctx.show(op.process_rayds())

def test_youtube_load_ray(self):
urls = ["https://www.youtube.com/watch?v=EocDUxtPmN4", "https://www.youtube.com/watch?v=DLONB9Sy1Rk"]
urls = ["https://www.youtube.com/watch?v=J31r79uUi9M", "https://www.youtube.com/watch?v=w9kq1BjqrfE"]
op = YoutubeLoader(urls)
with RayContext("tests/data/llm_data/tiny_c4_sample.jsonl") as ctx:
ctx.show(op.process_rayds())
Expand Down Expand Up @@ -472,7 +472,7 @@ def test_audio_loader_spark(self):
ctx.show(op.process_spark(ctx.spark))

def test_youtube_load_spark(self):
urls = ["https://www.youtube.com/watch?v=EocDUxtPmN4", "https://www.youtube.com/watch?v=DLONB9Sy1Rk"]
urls = ["https://www.youtube.com/watch?v=J31r79uUi9M", "https://www.youtube.com/watch?v=w9kq1BjqrfE"]
op = YoutubeLoader(urls)
with SparkContext("tests/data/llm_data/tiny_c4_sample.jsonl") as ctx:
ctx.show(op.process_spark(ctx.spark))
Expand Down

0 comments on commit 0d97839

Please sign in to comment.