-
Notifications
You must be signed in to change notification settings - Fork 733
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
release bigdl-llm #5169
release bigdl-llm #5169
Conversation
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
@@ -168,7 +168,8 @@ def get_date_urls(base_url): | |||
except Exception as e: | |||
print("error - > ", base_url, e) | |||
pass | |||
reg = "https://sourceforge.net/projects/analytics-zoo/files/bigdl-llm/[0-9]{4}-[0-9]{1,2}-[0-9]{1,2}/" | |||
# reg = "https://sourceforge.net/projects/analytics-zoo/files/bigdl-llm/[0-9]{4}-[0-9]{1,2}-[0-9]{1,2}/" | |||
reg = "https://sourceforge.net/projects/analytics-zoo/files/bigdl-llm/2024-03-24/" |
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.
Why we fix the version here?
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.
The code of bigdl-llm has not been updated since 20240324, there may be problems if the core-xe or binary version is not fixed.
Description
1. Why the change?
This submission creates a workflow for nightly releases of bigdl-llm, we have just migrated to ipex-llm, we need to continue releasing bigdl-llm a few days.