Skip to content

Commit

Permalink
feat: unsloth integrations
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <[email protected]>
  • Loading branch information
aarnphm committed Sep 7, 2024
1 parent 59693b0 commit a7c34de
Show file tree
Hide file tree
Showing 8 changed files with 173 additions and 567 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: monthly
autofix_commit_msg: "ci: auto fixes from pre-commit.ci\n\nFor more information, see https://pre-commit.ci"
autoupdate_commit_msg: 'ci: pre-commit autoupdate [skip ci]'
skip: # exceeds tier max size
skip: # exceeds tier max size
- buf-format
- buf-lint
exclude: '(.*\.(css|js|svg))|(.*/(snippets|grpc|proto)/.*)$'
Expand All @@ -13,9 +13,7 @@ repos:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
types_or: [python, pyi]
exclude: ^src/_bentoml_impl/frameworks/unsloth/train\.py$
- id: ruff-format
exclude: ^src/_bentoml_impl/frameworks/unsloth/train\.py$
types_or: [python, pyi]
files: '(src|tests|docs|examples|typings)/'
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
Loading

0 comments on commit a7c34de

Please sign in to comment.