Skip to content

Commit

Permalink
Merge branch 'main' into triton_fp8_kv
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs authored Sep 1, 2024
2 parents b2c65ef + 761b2ce commit 948aa6c
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 233 deletions.
74 changes: 0 additions & 74 deletions .github/workflows/accuracy-test.yml

This file was deleted.

96 changes: 0 additions & 96 deletions .github/workflows/e2e-test.yml

This file was deleted.

11 changes: 7 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
name: Lint

on: [push, pull_request]
on: [pull_request]

jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8

- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9

- name: Install pre-commit hook
run: |
python -m pip install pre-commit
pre-commit install
- name: Linting
run: pre-commit run --all-files
Loading

0 comments on commit 948aa6c

Please sign in to comment.