mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
support FastDeploy version setting (#2725)
Some checks failed
Deploy GitHub Pages / deploy (push) Has been cancelled
Some checks failed
Deploy GitHub Pages / deploy (push) Has been cancelled
This commit is contained in:
3
setup.py
3
setup.py
@@ -169,10 +169,11 @@ def get_name():
|
||||
|
||||
cmdclass_dict = {'bdist_wheel': CustomBdistWheel}
|
||||
cmdclass_dict['build_ext'] = CMakeBuild
|
||||
FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.0.0")
|
||||
|
||||
setup(
|
||||
name=get_name(),
|
||||
version="2.0.0",
|
||||
version=FASTDEPLOY_VERSION,
|
||||
author="PaddlePaddle",
|
||||
author_email="dltp@baidu.com",
|
||||
description="FastDeploy: Large Language Model Serving.",
|
||||
|
||||
Reference in New Issue
Block a user