Skip to content
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

Build, rather than download, dependencies #5212

Closed
rgov opened this issue Jan 23, 2025 · 2 comments
Closed

Build, rather than download, dependencies #5212

rgov opened this issue Jan 23, 2025 · 2 comments

Comments

@rgov
Copy link

rgov commented Jan 23, 2025

The llm submodule, and probably others, download binaries from SourceForge:

BigDL/python/llm/setup.py

Lines 160 to 161 in 610c479

def obtain_lib_urls():
base_url = "https://sourceforge.net/projects/analytics-zoo/files/bigdl-llm/"

It is not clear how these dependencies are built, and it would be good for users to be able to recompile them, e.g., for different platforms, for debugging, to apply custom build options or patches, for security review, etc.

@brmarkus
Copy link

You might want to move this issue to the new repo, see top of README file:

Important

bigdl-llm has now become ipex-llm, and our future development will move to the IPEX-LLM project.

@rgov
Copy link
Author

rgov commented Jan 23, 2025

Sure. Thanks.

@rgov rgov closed this as completed Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants