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

修复benchmark中的case执行报错问题 #882

Open
wants to merge 1 commit into
base: develop
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ python -m pip install --upgrade paddlenlp pybind11 regex sentencepiece tqdm visu
pip install -r ../paddlemix/appflow/requirements.txt
pip install -U ppdiffusers
python -m pip install ../../paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
python -m pip install paddlenlp==3.0.0b0
# python -m pip install paddlenlp==3.0.0b0
python -m pip install huggingface_hub==0.23.0
python -m pip list
cd -
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ python -m pip install --upgrade pip -i https://mirror.baidu.com/pypi/simple
python -m pip install einops -i https://mirror.baidu.com/pypi/simple
python -m pip install -r ../requirements.txt
python -m pip install --upgrade pybind11 regex sentencepiece tqdm visualdl attrdict easydict pyyaml paddlesde -i https://mirror.baidu.com/pypi/simple
python -m pip install paddlenlp
# python -m pip install paddlenlp
python -m pip install huggingface-hub==0.23.0

# uninstall ppdiffusers and install develop paddlemix
Expand Down