Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
65e262b9
Unverified
Commit
65e262b9
authored
Apr 26, 2025
by
Christian Heimes
Committed by
GitHub
Apr 26, 2025
Browse files
Fix Python packaging edge cases (#17159)
Signed-off-by:
Christian Heimes
<
christian@python.org
>
parent
43faa046
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
.gitignore
.gitignore
+1
-0
pyproject.toml
pyproject.toml
+1
-2
vllm/benchmarks/__init__.py
vllm/benchmarks/__init__.py
+0
-0
vllm/vllm_flash_attn/__init__.py
vllm/vllm_flash_attn/__init__.py
+0
-0
No files found.
.gitignore
View file @
65e262b9
...
...
@@ -3,6 +3,7 @@
# vllm-flash-attn built from source
vllm/vllm_flash_attn/*
!vllm/vllm_flash_attn/__init__.py
!vllm/vllm_flash_attn/fa_utils.py
# Byte-compiled / optimized / DLL files
...
...
pyproject.toml
View file @
65e262b9
...
...
@@ -46,8 +46,7 @@ vllm = "vllm.entrypoints.cli.main:main"
[tool.setuptools.packages.find]
where
=
["."]
exclude
=
[
"benchmarks"
,
"csrc"
,
"docs"
,
"examples"
,
"tests*"
]
namespaces
=
false
include
=
["vllm*"]
[tool.yapfignore]
ignore_patterns
=
[
...
...
vllm/benchmarks/__init__.py
0 → 100644
View file @
65e262b9
vllm/vllm_flash_attn/__init__.py
0 → 100644
View file @
65e262b9
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment