-
Notifications
You must be signed in to change notification settings - Fork 193
[Doc Review 25.09] Huy - Video Concepts + Text Advanced #1270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 4 commits
a941555
f8bdf55
9c5124d
ce6cedc
b50dce7
c5e123c
810945b
52967c2
0029e44
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
huvunvidia marked this conversation as resolved.
Show resolved
Hide resolved
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| --- | ||
| description: "Identify and remove exact duplicates using MD5 hashing in a Ray-based workflow" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I personally haven't tested |
||
| categories: ["how-to-guides"] | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This page still needs more updates imo. |
||
| tags: ["exact-dedup", "hashing", "md5", "gpu", "ray"] | ||
|
|
@@ -110,6 +111,8 @@ exact_workflow = ExactDeduplicationWorkflow( | |
| exact_workflow.run() | ||
| ``` | ||
|
|
||
| **Note**: `perform_removal` is reserved for future feature, always set to `False`. Exact removal is performed with `TextDuplicatesRemovalWorkflow`. | ||
|
|
||
| ::: | ||
|
|
||
| :::: | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Have we confirmed cloud storage works with the deduplication modules?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I haven't tested with cloud storage due to it's require more complicated settings. |
Uh oh!
There was an error while loading. Please reload this page.