-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add type hints * more type checks * tyoe check router * more type checking * restore sum * more tests * more type checking * more updates * add py.typed * git rid of stk type errors * remove icecream package * fix matrix import * add type hints * fix all torch.distibuted type errors * fix more torch.distibuted type errors * fix all gmm type errors * more type checking * comment out type checking * update
- Loading branch information
1 parent
bce5d7b
commit 5b2650a
Showing
31 changed files
with
324 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
# Copyright 2024 MosaicML MegaBlocks authors | ||
# Copyright 2024 Databricks authors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
default_language_version: | ||
python: python3 | ||
repos: | ||
# - repo: local | ||
# hooks: | ||
# - id: pyright | ||
# name: pyright | ||
# entry: pyright | ||
# language: node | ||
# types: [python] | ||
# pass_filenames: false | ||
# args: [--warnings] | ||
# additional_dependencies: ["[email protected]"] | ||
- repo: https://github.com/astral-sh/ruff-pre-commit | ||
rev: v0.2.2 | ||
hooks: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.