mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-19 21:17:10 +08:00
Fix Python packaging edge cases (#17159)
Signed-off-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
43faa0461a
commit
65e262b93b
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
# vllm-flash-attn built from source
|
# vllm-flash-attn built from source
|
||||||
vllm/vllm_flash_attn/*
|
vllm/vllm_flash_attn/*
|
||||||
|
!vllm/vllm_flash_attn/__init__.py
|
||||||
!vllm/vllm_flash_attn/fa_utils.py
|
!vllm/vllm_flash_attn/fa_utils.py
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
|
|||||||
@ -46,8 +46,7 @@ vllm = "vllm.entrypoints.cli.main:main"
|
|||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["."]
|
where = ["."]
|
||||||
exclude = ["benchmarks", "csrc", "docs", "examples", "tests*"]
|
include = ["vllm*"]
|
||||||
namespaces = false
|
|
||||||
|
|
||||||
[tool.yapfignore]
|
[tool.yapfignore]
|
||||||
ignore_patterns = [
|
ignore_patterns = [
|
||||||
|
|||||||
0
vllm/benchmarks/__init__.py
Normal file
0
vllm/benchmarks/__init__.py
Normal file
0
vllm/vllm_flash_attn/__init__.py
Normal file
0
vllm/vllm_flash_attn/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user