We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a4a34 commit c1735e4Copy full SHA for c1735e4
ci/dcu_test.sh
@@ -75,6 +75,7 @@ function hybrid_paddlex() {
75
function main(){
76
cd ${PADDLE_ROOT}/build
77
pip install hypothesis
78
+ pip install -r ${PADDLE_ROOT}/python/unittest_py/requirements.txt
79
/opt/py310/bin/pip install safetensors
80
if ls ${PADDLE_ROOT}/build/python/dist/*whl >/dev/null 2>&1; then
81
pip install ${PADDLE_ROOT}/build/python/dist/*whl
0 commit comments