You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ def get_nightly_version():
209
209
ifsys.version_info< (3, 7):
210
210
sys.exit("python >= 3.7 required for multipy")
211
211
212
-
name="multipy"
212
+
name="torchdeploy"
213
213
NAME_ARG="--override-name"
214
214
ifNAME_ARGinsys.argv:
215
215
idx=sys.argv.index(NAME_ARG)
@@ -233,12 +233,12 @@ def get_nightly_version():
233
233
author="MultiPy Devs",
234
234
# TODO: @sahanp create email for MultiPy
235
235
author_email="sahanp@fb.com",
236
-
description="package + torch::deploy",
236
+
description="torch::deploy (multipy) is a C++ library that makes it easier to run eager PyTorch models in production by using independent python interpreters to avoid the GIL.",
0 commit comments