File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206
206
CCACHE_DIR : /root/.ccache
207
207
CCACHE_MAXSIZE : 150G
208
208
CCACHE_LIMIT_MULTIPLE : 0.8
209
- IF_KUNLUN3 : " OFF "
209
+ IF_KUNLUN3 : " ON "
210
210
GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
211
211
home_dir : ${{ github.workspace }}/../../../..
212
212
FLAGS_use_stride_kernel : " 0"
Original file line number Diff line number Diff line change @@ -159,9 +159,10 @@ set +x
159
159
git clone --depth 1000 https://gitee.com/paddlepaddle/PaddleX.git
160
160
cd PaddleX
161
161
pip install -e .
162
+ pip install numpy==1.24.4 pypdfium2
162
163
163
164
# install paddle x dependency
164
- paddlex --install PaddleClas
165
+ paddlex --install PaddleClas -y
165
166
166
167
# download paddle dataset
167
168
wget -q https://paddle-model-ecology.bj.bcebos.com/paddlex/data/cls_flowers_examples.tar -P ./dataset
You can’t perform that action at this time.
0 commit comments