diff --git a/setup.py b/setup.py index 6dea124dd06bbcde9d15a17b282b62a00bb6d2f2..01d5a775d2f5345ce37e630d59e4b9cce8727011 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def get_sha(pytorch_root: Union[str, Path]) -> str: return "Unknown" BASE_DIR = os.path.dirname(os.path.realpath(__file__)) -VERSION = "1.0-" + torch.__version__[0:6] +VERSION = torch.__version__[0:6] torch_npu_root = Path(__file__).parent sha = get_sha(torch_npu_root) if not os.getenv("BUILD_WITHOUT_SHA"):