-
Notifications
You must be signed in to change notification settings - Fork 546
[feature]add fd whl version info #2698
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
Conversation
Thanks for your contribution! |
fastdeploy/__init__.py
Outdated
@@ -22,6 +22,7 @@ | |||
os.environ["GLOG_minloglevel"] = "2" | |||
# suppress log from aistudio | |||
os.environ["AISTUDIO_LOG"] = "critical" | |||
from .utils import version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from .utils import version | |
from fastdeploy.utils import version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
a204b39
to
af01776
Compare
scripts里面的build_wheel_pipeline_cu123.sh看下还要不要用,不用就删掉了,用的话也要加上 |
确认不用了,删掉了 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
add whl version info like this:
