Clean up import vllm in quantization/__init__.py (#4834)
This commit is contained in:
12
.github/workflows/pr-test.yml
vendored
12
.github/workflows/pr-test.yml
vendored
@@ -4,19 +4,15 @@ on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- "python/pyproject.toml"
|
||||
- "python/sglang/**"
|
||||
- "test/**"
|
||||
- "docs/**"
|
||||
- "python/**"
|
||||
- "scripts/**"
|
||||
- "test/**"
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- "python/pyproject.toml"
|
||||
- "python/sglang/**"
|
||||
- "test/**"
|
||||
- "docs/**"
|
||||
- "python/**"
|
||||
- "scripts/**"
|
||||
- "test/**"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
|
||||
12
.github/workflows/vllm-dependency-test.yml
vendored
12
.github/workflows/vllm-dependency-test.yml
vendored
@@ -4,19 +4,15 @@ on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- "python/pyproject.toml"
|
||||
- "python/sglang/**"
|
||||
- "test/**"
|
||||
- "docs/**"
|
||||
- "python/**"
|
||||
- "scripts/**"
|
||||
- "test/**"
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- "python/pyproject.toml"
|
||||
- "python/sglang/**"
|
||||
- "test/**"
|
||||
- "docs/**"
|
||||
- "python/**"
|
||||
- "scripts/**"
|
||||
- "test/**"
|
||||
|
||||
concurrency:
|
||||
group: vllm-dependency-test-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user