Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade PyTorch version to 1.13.1 #561

Draft
wants to merge 3 commits into
base: mainline
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
change marqo version to pep 440 compliant
  • Loading branch information
vicilliar committed Aug 2, 2023
commit 970ec29e1c55b68ae6648d0422ca65f91e5d329f
2 changes: 1 addition & 1 deletion src/marqo/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.0-torch1-13-1"
__version__ = "1.1.0+torch1.13.1"


def get_version() -> str:
Expand Down