atomashevic / transforEmotion

Sentiment Analysis for Text, Image and Video Using Transformer Models
GNU General Public License v3.0
24 stars 2 forks source link

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

Closed atomashevic closed 6 months ago

atomashevic commented 6 months ago

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"
  )