Skip to content

[CI]Enable branch llama_fp8_12062024 for github actions for PR checks #355

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

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
@@ -4,13 +4,15 @@ on:
branches:
- "main"
- "develop"
- "llama_fp8_12062024"
paths:
- '.github/workflows/*.ya?ml'
- '.github/workflows/actionlint.*'
- '.github/workflows/matchers/actionlint.json'
pull_request:
branches:
- "main"
- "llama_fp8_12062024"
paths:
- '.github/workflows/*.ya?ml'
- '.github/workflows/actionlint.*'
2 changes: 2 additions & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024
paths:
- '**/*.h'
- '**/*.cpp'
@@ -17,6 +18,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024
paths:
- '**/*.h'
- '**/*.cpp'
2 changes: 2 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024
paths:
- "**/*.py"
- "**/*.md"
@@ -18,6 +19,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024
paths:
- "**/*.py"
- "**/*.md"
2 changes: 2 additions & 0 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024
paths:
- '**/*.py'
- '.github/workflows/mypy.yaml'
@@ -16,6 +17,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024
# This workflow is only relevant when one of the following files changes.
# However, we have github configured to expect and require this workflow
# to run and pass before github with auto-merge a pull request. Until github
2 changes: 2 additions & 0 deletions .github/workflows/png-lint.yml
Original file line number Diff line number Diff line change
@@ -3,12 +3,14 @@ on:
push:
branches:
- "main"
- "llama_fp8_12062024"
paths:
- '*.excalidraw.png'
- '.github/workflows/png-lint.yml'
pull_request:
branches:
- "main"
- "llama_fp8_12062024"
paths:
- '*.excalidraw.png'
- '.github/workflows/png-lint.yml'
1 change: 1 addition & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024
paths:
- "**/*.py"
- pyproject.toml
2 changes: 2 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -4,13 +4,15 @@ on:
branches:
- "main"
- "develop"
- "llama_fp8_12062024"
paths:
- '**/*.sh'
- '.github/workflows/shellcheck.yml'
pull_request:
branches:
- "main"
- "develop"
- "llama_fp8_12062024"
paths:
- '**/*.sh'
- '.github/workflows/shellcheck.yml'
2 changes: 2 additions & 0 deletions .github/workflows/sphinx-lint.yml
Original file line number Diff line number Diff line change
@@ -4,11 +4,13 @@ on:
push:
branches:
- main
- llama_fp8_12062024
paths:
- "docs/**"
pull_request:
branches:
- main
- llama_fp8_12062024
paths:
- "docs/**"

1 change: 1 addition & 0 deletions .github/workflows/yapf.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024

jobs:
yapf:

Unchanged files with check annotations Beta

torch.ops._moe_C.topk_softmax(topk_weights, topk_ids,
token_expert_indicies, gating_output)
def moe_sum(input: torch.Tensor, output: torch.Tensor):

Check failure on line 892 in vllm/_custom_ops.py

GitHub Actions / mypy (3.11)

Name "moe_sum" already defined on line 873 [no-redef]

Check failure on line 892 in vllm/_custom_ops.py

GitHub Actions / mypy (3.10)

Name "moe_sum" already defined on line 873 [no-redef]

Check failure on line 892 in vllm/_custom_ops.py

GitHub Actions / mypy (3.12)

Name "moe_sum" already defined on line 873 [no-redef]

Check failure on line 892 in vllm/_custom_ops.py

GitHub Actions / mypy (3.9)

Name "moe_sum" already defined on line 873 [no-redef]
torch.ops._moe_C.moe_sum(input, output)