AICallCenter2 / make_env
jerry f
port
ec2398c
raw
history blame contribute delete
446 Bytes
pip uninstall torch torchvision torchaudio
pip install torch==2.7.0 --index-url https://download.pytorch.org/whl/cu126
pip install torchaudio==2.7.0 --index-url https://download.pytorch.org/whl/cu126
pip install torchvision==0.22.0 --index-url https://download.pytorch.org/whl/cu126
pip install -r requirements.txt
git config --global user.email "jerryf31415@gmail.com"
git config --global user.name "jerry flynn"
streamlit run ./src/app.py