COCOM2 / install_dependencies.sh
PlasmarineXD
Add installation script to app.py and change install_dependencies
b7b9b8e
raw
history blame
183 Bytes
#!/bin/bash
# Ensure pip is up to date
pip install --upgrade pip
# Install torch first
pip install torch
# Install other dependencies
pip install streamlit transformers flash-attn