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

feat: allow filesystem apps to specify a ci-only requirements.txt #605

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

starpit
Copy link
Member

@starpit starpit commented Dec 1, 2024

Updates python-language-text-encoder to leverage this. Also updates that test with:

  • newer pyarrow
  • specify python3.12 (sentence_transformers doesn't seem to support python3.13)
  • use torch +cpu on linux+ci

This is an attempt to improve the stability of this test. Without the torch +cpu, github actions runs out of disk space. And this sometimes causes odd hangs in pip install.

@starpit starpit force-pushed the text-encoder branch 5 times, most recently from 0235280 to 321fb2f Compare December 1, 2024 01:02
@starpit starpit changed the title test: update python-language-text-encoder to newer pyarrow feat: allow filesystem apps to specify a ci-only requirements.txt Dec 1, 2024
…#605

Updates python-language-text-encoder to leverage this. Also updates that test with:
- newer pyarrow
- specify python3.12 (sentence_transformers doesn't seem to support python3.13)
- use torch +cpu on linux+ci

This is an attempt to improve the stability of this test. Without the torch +cpu, github actions runs out of disk space. And this sometimes causes odd hangs in pip install.
Signed-off-by: Nick Mitchell <nickm@us.ibm.com>
@starpit starpit merged commit 483a73d into IBM:main Dec 1, 2024
21 checks passed
@starpit starpit deleted the text-encoder branch December 1, 2024 01:37
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.

1 participant