Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ cd motionagent

# Install dependencies
pip3 install -r requirements.txt
pip3 install audiocraft==1.0.0

# Note: you can specify the pypi source to speed up the installation:
pip3 install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

# Run the application
python3 app.py
Expand Down
4 changes: 4 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ cd motionagent

# 安装依赖
pip3 install -r requirements.txt
pip3 install audiocraft==1.0.0

# 备注:你可以指定pypi源来加速安装过程,例如:
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt

# 运行应用
python3 app.py
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ opencv-python-headless
opencv-python
einops>=0.4
rotary-embedding-torch
fairscale
# fairscale
scipy
imageio
audiocraft
# audiocraft
easydict
pytorch_lightning
fairseq
# fairseq
unicodedata2
zhconv
rapidfuzz
Expand Down