Skip to content
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

Datacomp submission improvement #586

Merged
merged 8 commits into from
Nov 3, 2023

Conversation

PhilippeMoussalli
Copy link
Contributor

PR that updates the datacomp pipeline setting to be reusable. After this PR is merged, I will move the datacomp to a separate repo

@@ -11,7 +11,7 @@ RUN pip3 install --no-cache-dir -r requirements.txt

# Install Fondant
# This is split from other requirements to leverage caching
ARG FONDANT_VERSION=main
ARG FONDANT_VERSION=0.6.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we really change the Dockerfile? I think we can fix the version by using the fondant build command, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right I just saw the build args command, I will revert it back

@@ -1,6 +1,6 @@
name: Filter CLIP score
description: Component that filters out bad captions (Empty captions, Captions with weird characters, Captions that are dates)
image: fndnt/filter_clip_score:dev
image: fndnt/filter_clip_score:0.6.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll have to check if we still want to use the fndnt registry for the custom components in the examples.

@PhilippeMoussalli PhilippeMoussalli merged commit 1c67f54 into main Nov 3, 2023
6 checks passed
@PhilippeMoussalli PhilippeMoussalli deleted the datacomp-submission-improvement branch November 3, 2023 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants