Skip to content

Commit

Permalink
update dlrover version
Browse files Browse the repository at this point in the history
  • Loading branch information
乙划 committed Jan 22, 2025
1 parent ab75931 commit 96aeb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/atorch-python-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
args:
- "/bin/bash"
- "-c"
- "pip install dlrover[torch]==0.3.8 --no-deps \
- "pip install dlrover[torch]==0.4.0 --no-deps \
&& echo -e 'import math\ninf = math.inf\nnan = math.nan\nstring_classes = \
(str, bytes)' > /opt/conda/lib/python3.8/site-packages/torch/_six.py \
&& PYTHONPATH=. pytest atorch/tests/common_tests \
Expand Down

0 comments on commit 96aeb3f

Please sign in to comment.