-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into server_release_process_doc
- Loading branch information
Showing
47 changed files
with
116 additions
and
10 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -27,4 +27,4 @@ swap: | |
what is: what's | ||
when is: when's | ||
where is: where's | ||
will not: won't | ||
will not: won't |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 9 additions & 3 deletions
12
styles/Vocab/Docs/accept.txt → .github/styles/Vocab/Docs/accept.txt
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,16 +1,22 @@ | ||
CLI | ||
Autogenerate | ||
[Cc]heckpointing | ||
CLI | ||
Colab | ||
[Cc]onfig | ||
CTAButtons | ||
[Dd]ataframe | ||
[Dd]equeue | ||
[Dd]equeues | ||
Dockerfile | ||
[Ee]nqueued | ||
GPUs | ||
[Hh]ostname | ||
[Hh]yperparameters | ||
[Hh]yperparameter | ||
GPUs | ||
Kaniko | ||
Kubeflow | ||
[Nn]amespace | ||
Optuna | ||
[Ww]alkthrough | ||
[Pp]seudocode | ||
[Ww]alkthrough | ||
W&B Server |
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 @@ | ||
wandb |
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,10 @@ | ||
name: reviewdog | ||
on: [pull_request] | ||
|
||
jobs: | ||
vale: | ||
name: runner / vale | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: errata-ai/vale-action@reviewdog |
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,15 +1,24 @@ | ||
# Specifies where Vale should look for its external resources (e.g., styles) | ||
StylesPath = styles | ||
StylesPath = .github/styles | ||
|
||
# Specifies the minimum alert severity that Vale will report. | ||
MinAlertLevel = suggestion | ||
|
||
# By default, `code` and `tt` are ignored. | ||
IgnoredScopes = code, tt | ||
|
||
# To do: Remove CTAButtons from accept.txt | ||
|
||
# By default, `script`, `style`, `pre`, and `figure` are ignored. | ||
SkippedScopes = script, style, pre, figure | ||
|
||
# Folder in ./styles where we specify terms that we accept and reject. | ||
Vocab=Docs | ||
|
||
Packages = Google, Readability | ||
|
||
## Format-specific settings | ||
[*.md] | ||
BasedOnStyles = Vale, Google, Readability | ||
BasedOnStyles = Vale, Google | ||
|
||
Google.Contractions = No |
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