-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update python-language-text-encoder to newer pyarrow
and specify python3.12 Signed-off-by: Nick Mitchell <nickm@us.ibm.com>
- Loading branch information
Showing
10 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
python3.12 main.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
docker.io/python:3.12 |
3 changes: 1 addition & 2 deletions
3
tests/tests/python-language-text-encoder/pail/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
sentence-transformers==3.0.1 | ||
|
||
# we can probably update to 18+, but we will have to re-generate expected output as pyarrow 18 seems to have resulted in a binary format change | ||
pyarrow<18 | ||
pyarrow | ||
|
7 changes: 7 additions & 0 deletions
7
tests/tests/python-language-text-encoder/pail/requirements_linux_ci.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
sentence-transformers==3.0.1 | ||
|
||
pyarrow | ||
|
||
# TODO this is only for CI, github actions runs out of disk space installing nvidia pips | ||
--extra-index-url https://download.pytorch.org/whl/cpu | ||
torch==2.5.1+cpu |
Binary file modified
BIN
-15 Bytes
(100%)
tests/tests/python-language-text-encoder/pail/test-data/expected/test1.parquet.gz
Binary file not shown.
Binary file removed
BIN
-1.03 KB
tests/tests/python-language-text-encoder/pail/test-data/input/test1.parquet
Binary file not shown.
Binary file added
BIN
+603 Bytes
tests/tests/python-language-text-encoder/pail/test-data/input/test1.parquet.gz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters