pandas==2.3.3 gradio==5.49.1 transformers==4.56.0 spaces==0.42.1 boto3==1.40.48 pyarrow==21.0.0 openpyxl==3.1.5 markdown==3.7 tabulate==0.9.0 lxml==5.3.0 google-genai==1.33.0 openai==2.2.0 html5lib==1.1 beautifulsoup4==4.12.3 rapidfuzz==3.13.0 python-dotenv==1.1.0 # Torch/Unsloth # Latest compatible with CUDA 12.4 torch==2.6.0 --extra-index-url https://download.pytorch.org/whl/cu124 unsloth[cu124-torch260]==2025.9.4 unsloth_zoo==2025.9.5 # Additional for Windows and CUDA 12.4 older GPUS (RTX 3x or similar): #triton-windows<3.3 timm==1.0.19 # Llama CPP Python llama-cpp-python==0.3.16 -C cmake.args="-DGGML_CUDA=on" # If below doesn't work, try specific wheels for your system: # For Linux: # See files in https://github.com/abetlen/llama-cpp-python/releases/tag/v0.3.16-cu124 for different python versions # Python 3.11 compatible wheel: # https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.16-cu124/llama_cpp_python-0.3.16-cp311-cp311-linux_x86_64.whl # For Windows, not available at above link. I have made a GPU Windows wheel for Python 3.11: # https://github.com/seanpedrick-case/llama-cpp-python-whl-builder/releases/download/v0.1.0/llama_cpp_python-0.3.16-cp311-cp311-win_amd64.whl