-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CONTRIBUTING.md post-repo-split (#1564)
* Cleanup outdated files * Cleanup more outdated files and directories * First draft of new setup instructions * Update a bunch more of the CONTRIBUTING.md, remove outdated examples dir to avoid confusion * Add direnv setup instructions * More wording improvements to CONTRIBUTING.md * Add link to sapling setup docs placeholder * Update README to point to CONTRIBUTING * Small wording fix * Add tracking issues for remaining TODOs * Fix markdown anchors in CONTRIBUTING * Update name to FlexFlow Train in README * Address review comments * Add fix to gpu env entry command * Remove clang-format CI matrix * Re-add protobuf formatting exclude
- Loading branch information
Showing
451 changed files
with
287 additions
and
43,201 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 |
---|---|---|
|
@@ -20,3 +20,7 @@ indent_size = 4 | |
[*.toml] | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
[*.md] | ||
indent_style = space | ||
indent_size = 2 |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: clang-format | ||
on: [push, pull_request, workflow_dispatch] | ||
jobs: | ||
formatting-check: | ||
name: Formatting Check | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Run clang-format style check for C/C++/Protobuf programs. | ||
uses: lockshaw/[email protected] | ||
with: | ||
clang-format-version: "16" | ||
exclude-regex: '\.proto$' |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.