COCOM2 / install_dependencies.sh
PlasmarineXD
Add installation scripts to handle dependencies
91ffa75
raw
history blame
129 Bytes
#!/bin/bash
# Install torch first
pip install torch
# Install other dependencies
pip install streamlit transformers flash-attn