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

Freeze python package versions to prevent dependency/compatibility issues #17

Merged
merged 4 commits into from
May 18, 2024

Conversation

atomashevic
Copy link
Owner

This PR introduces fixed package versions.

Standard libraries

  modules <- c(
    "accelerate==0.29.3", "llama-index==0.10.30", "nltk==3.8.1",
    "opencv-python", "pandas==2.1.3", "pypdf==4.0.1",
    "pytube==15.0.0", "pytz==2024.1", "qdrant-client==1.8.2",
    "sentencepiece==0.2.0", "tensorflow==2.14.1", "torch==2.1.1",
    "transformers==4.35.0"
  )

GPU libriaries

  modules <- c(
    "autoawq==0.2.5", "auto-gptq==0.7.1", "optimum==1.19.1"
  )

@atomashevic atomashevic linked an issue May 18, 2024 that may be closed by this pull request
@atomashevic atomashevic merged commit 1ce8519 into main May 18, 2024
5 checks passed
@atomashevic atomashevic deleted the dev branch May 18, 2024 18:19
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.

Keras 3, but this is not yet supported
1 participant