Skip to content

Update deps for pipe test fetcher #7838

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

Merged
merged 2 commits into from
May 2, 2024
Merged

Update deps for pipe test fetcher #7838

merged 2 commits into from
May 2, 2024

Conversation

DN6
Copy link
Collaborator

@DN6 DN6 commented May 2, 2024

What does this PR do?

Update so that we install transformers in the workflow so that we can properly fetch pipelines.

Fixes # (issue)

Before submitting

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@DN6 DN6 requested a review from sayakpaul May 2, 2024 08:30
Comment on lines +40 to +41
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test]
Copy link
Member

Choose a reason for hiding this comment

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

Why do we have to rely on a full-fledged installation to fetch pipeline usage numbers?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We need transformers and torch installed so that we can get the correct pipeline modules and not dummies. I just reverted it back to what it was before.

@DN6 DN6 merged commit 0d7c479 into main May 2, 2024
sayakpaul added a commit that referenced this pull request Dec 23, 2024
update

Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
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.

2 participants