Skip to content

Commit

Permalink
Update PR
Browse files Browse the repository at this point in the history
  • Loading branch information
CannotBeFatAnyMore committed Jun 27, 2024
1 parent 09280a4 commit 116bc5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion paddleapex/accuracy/framework_cmp/launch_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"python",
"run_torch.py",
"-json",
json_prefix[:-5] + "_torch.json",
json_prefix + "_torch.json",
"-o",
out_dir_paddle,
"-enforce",
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
paddlepaddle-gpu==2.6.1
tqdm==4.66.4
numpy==1.23.5
torch==2.3.1+cu121
rich==13.7.1
paddlepaddle-gpu>=2.6.1
tqdm>=4.66.4
numpy>=1.23.5
torch>=2.3.1+cu121
rich>=13.7.1
pyyaml
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

setuptools.setup(
name="PaddleAPEX",
version="0.0.0",
version="1.0.0",
description="Paddle Accuracy and Performance EXpansion pack",
author="Jinming Xu",
author_email="[email protected]",
author="Jinming Xu, Gexiao Tian",
author_email="xujinming,tiangexiao@baidu.com",
)

0 comments on commit 116bc5a

Please sign in to comment.