-
Notifications
You must be signed in to change notification settings - Fork 325
A few Python fixes #1471
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
A few Python fixes #1471
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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,97 @@ | ||
accelerate==0.30.1 | ||
aiohttp==3.9.5 | ||
aiosignal==1.3.1 | ||
annotated-types==0.6.0 | ||
attrs==23.2.0 | ||
certifi==2024.2.2 | ||
charset-normalizer==3.3.2 | ||
colorama==0.4.6 | ||
dataclasses-json==0.6.6 | ||
datasets==2.19.1 | ||
dill==0.3.8 | ||
docstring_parser==0.16 | ||
evaluate==0.4.2 | ||
filelock==3.14.0 | ||
frozenlist==1.4.1 | ||
fsspec==2024.3.1 | ||
greenlet==3.0.3 | ||
huggingface-hub==0.23.0 | ||
idna==3.7 | ||
Jinja2==3.1.4 | ||
joblib==1.4.2 | ||
jsonpatch==1.33 | ||
jsonpointer==2.4 | ||
langchain==0.1.20 | ||
langchain-community==0.0.38 | ||
langchain-core==0.1.52 | ||
langchain-text-splitters==0.0.2 | ||
langsmith==0.1.59 | ||
lightgbm==4.3.0 | ||
lxml==5.2.2 | ||
markdown-it-py==3.0.0 | ||
MarkupSafe==2.1.5 | ||
marshmallow==3.21.2 | ||
mdurl==0.1.2 | ||
mpmath==1.3.0 | ||
multidict==6.0.5 | ||
multiprocess==0.70.16 | ||
mypy-extensions==1.0.0 | ||
networkx==3.3 | ||
numpy==1.26.4 | ||
nvidia-cublas-cu12==12.1.3.1 | ||
nvidia-cuda-cupti-cu12==12.1.105 | ||
nvidia-cuda-nvrtc-cu12==12.1.105 | ||
nvidia-cuda-runtime-cu12==12.1.105 | ||
nvidia-cudnn-cu12==8.9.2.26 | ||
nvidia-cufft-cu12==11.0.2.54 | ||
nvidia-curand-cu12==10.3.2.106 | ||
nvidia-cusolver-cu12==11.4.5.107 | ||
nvidia-cusparse-cu12==12.1.0.106 | ||
nvidia-nccl-cu12==2.20.5 | ||
nvidia-nvjitlink-cu12==12.4.127 | ||
nvidia-nvtx-cu12==12.1.105 | ||
orjson==3.10.3 | ||
packaging==23.2 | ||
pandas==2.2.2 | ||
peft==0.11.0 | ||
pillow==10.3.0 | ||
portalocker==2.8.2 | ||
psutil==5.9.8 | ||
pyarrow==16.1.0 | ||
pyarrow-hotfix==0.6 | ||
pydantic==2.7.1 | ||
pydantic_core==2.18.2 | ||
Pygments==2.18.0 | ||
python-dateutil==2.9.0.post0 | ||
pytz==2024.1 | ||
PyYAML==6.0.1 | ||
regex==2024.5.15 | ||
requests==2.31.0 | ||
rich==13.7.1 | ||
rouge==1.0.1 | ||
sacrebleu==2.4.2 | ||
safetensors==0.4.3 | ||
scikit-learn==1.4.2 | ||
scipy==1.13.0 | ||
sentence-transformers==2.7.0 | ||
setuptools==69.5.1 | ||
shtab==1.7.1 | ||
six==1.16.0 | ||
SQLAlchemy==2.0.30 | ||
sympy==1.12 | ||
tabulate==0.9.0 | ||
tenacity==8.3.0 | ||
threadpoolctl==3.5.0 | ||
tokenizers==0.19.1 | ||
torch==2.3.0 | ||
tqdm==4.66.4 | ||
transformers==4.40.2 | ||
trl==0.8.6 | ||
typing-inspect==0.9.0 | ||
typing_extensions==4.11.0 | ||
tyro==0.8.4 | ||
tzdata==2024.1 | ||
urllib3==2.2.1 | ||
xgboost==2.0.3 | ||
xxhash==3.4.1 | ||
yarl==1.9.4 |
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing these are linux python 3.12 requirements. Why not replace requirements.linux.txt with this, and document 3.12 as the Python version required, to avoid sprawling too much. These frozen requirements are for deployments/dockerfiles more than development.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't have to guess, it's in the PR description.
ray
doesn't run on Python 3.12 and above, which is required byvllm
andpgml.transform_stream()
. So we actually don't have full support for our extension in Python 3.12.Well, we have to start somewhere. I need this to run on Python 3.12 locally since I've seen the light and now am using Arch with latest available Python version. Arch users now officially outnumber Ubuntu users, so ...there you go.