Skip to content

Commit

Permalink
switch to stable paddlepaddle in testing, because of PaddlePaddle/Pad…
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Apr 27, 2024
1 parent 60b87de commit 2ab5c2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ def main():
"tensorflow": ["tensorflow"],
"chainer": ["chainer"],
"cupy": ["cupy"],
"paddle": ["paddlepaddle==0.0.0 -f https://www.paddlepaddle.org.cn/whl/linux/cpu-mkl/develop.html"],
# switch to stable paddlepaddle, because of https://github.com/PaddlePaddle/Paddle/issues/63927
# "paddle": ["paddlepaddle==0.0.0 -f https://www.paddlepaddle.org.cn/whl/linux/cpu-mkl/develop.html"],
"paddle": ["paddlepaddle"],
"oneflow": ["oneflow==0.9.0"],
}

Expand Down

0 comments on commit 2ab5c2a

Please sign in to comment.