Skip to content

Commit

Permalink
Update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanbin Hu committed May 15, 2021
1 parent b4c81d1 commit 58a28da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluefog/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.2'
__version__ = '0.3.0'

2 comments on commit 58a28da

@cp333333333
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does bluefog 0.3.0 support a version of pytorch higher than 1.4.0? When I installed bluefog0.3.0, I encountered this error:
ERROR: Could not find a version that satisfies the requirement torch==1.4.0 (from versions: 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0)
ERROR: No matching distribution found for torch==1.4.0

@cp333333333
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: Could not find a version that satisfies the requirement torch==1.4.0 (from bluefog) (from versions: 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0)
ERROR: No matching distribution found for torch==1.4.0

Please sign in to comment.