-
Notifications
You must be signed in to change notification settings - Fork 14
fix install build file lack #45
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
Changes from 7 commits
4c639d8
074c72f
ae84aed
83a3378
29dcdec
b0fbd78
bcf1783
9c2db58
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -6,10 +6,11 @@ requires = [ | |||||||
| "packaging>=24.2", | ||||||||
| "setuptools>=77.0.3,<80.0.0", | ||||||||
| "setuptools-scm>=8.0", | ||||||||
| "torch == 2.7.0", | ||||||||
| "torch == 2.8.0+xpu", | ||||||||
| "wheel", | ||||||||
| "regex", | ||||||||
| "jinja2", | ||||||||
| "build" | ||||||||
| ] | ||||||||
| build-backend = "setuptools.build_meta" | ||||||||
|
|
||||||||
|
|
@@ -42,9 +43,8 @@ Documentation="https://docs.vllm.ai/en/latest/" | |||||||
| [tool.setuptools_scm] | ||||||||
| # no extra settings needed, presence enables setuptools-scm | ||||||||
|
|
||||||||
| [tool.setuptools.packages.find] | ||||||||
| where = ["."] | ||||||||
| include = ["vllm_xpu_kernels*"] | ||||||||
| [tool.setuptools] | ||||||||
| packages = ["vllm_xpu_kernels"] | ||||||||
|
||||||||
| packages = ["vllm_xpu_kernels"] | |
| packages = "find:" | |
| include-package-data = true |
Uh oh!
There was an error while loading. Please reload this page.