Spaces:
Runtime error
Runtime error
File size: 380 Bytes
385ac9b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Install pytorch for cpu "torch" # or get the latest gpu version from: https://pytorch.org/get-started/locally/ pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 transformers>=4.36.2 diffusers>=0.25.0 ctransformers[cuda]>=0.2.24 Pillow>=9.3.0 gradio streamlit>=1.29.0 accelerate>=0.25.0 pypdf peft >= 0.6.0 matplotlib pandas openpyxl |