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 #12740

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

Build, rather than download, dependencies #12740

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

Comments

@rgov
Copy link

rgov commented Jan 23, 2025

The python/llm/setup.py file downloads binaries from SourceForge:

https://github.com/intel-analytics/ipex-llm/blob/69f13c78b8d078b9e0beadcda5e3583a8db65fed/python/llm/setup.py#L153-L154

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.

@Oscilloscope98
Copy link
Contributor

Oscilloscope98 commented Jan 24, 2025

Hi @rgov,

Currently, building these dependencies through setup.py is not supported.

@rgov
Copy link
Author

rgov commented Jan 24, 2025

Do you support users building dependencies in any other way? It's unclear whether there are Intel-specific patches to these projects. If there are patches, are they open source?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants