Skip to content

Commit efea91f

Browse files
authored
add pre-commit-ci codespell check (intel#1188)
1 parent 6038861 commit efea91f

File tree

334 files changed

+622
-3126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

334 files changed

+622
-3126
lines changed

.github/workflows/py-spelling.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

.github/workflows/sample_data/alpaca_data_sample_45.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"instruction": "Evaluate this sentence for spelling and grammar mistakes",
49-
"input": "He finnished his meal and left the resturant",
49+
"input": "He finished his meal and left the restaurant",
5050
"output": "He finished his meal and left the restaurant."
5151
},
5252
{
@@ -122,7 +122,7 @@
122122
{
123123
"instruction": "Who is the world's most famous painter?",
124124
"input": "",
125-
"output": "The world's most famous painter is generally considered to be the Italian renaissance artist Leonardo da Vinci. His work includes the Mona Lisa and The Last Supper, both of which are considered masterpieces. Da Vinci was also a master of science, inventing the helicopter and the tank, among other inventions. He was also a prolific musician, sculptor, and architect. His work has inspired generations of artists and continues to be revered today."
125+
"output": "The world's most famous painter is generally considered to be the Italian renaissance artist Leonardo da Vinci. His work includes the Mona Lisa and The Last Supper, both of which are considered masterpieces. Da Vinci was also a master of science, inventing the helicopter and the tank, among other inventions. He was also a prolific musician, sculptor, and architect. His work has inspired generations of artists and continues to be reversed today."
126126
},
127127
{
128128
"instruction": "Explain the concept of cogging torque.",

.github/workflows/script/SparseLibCI/generate_sparse_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def sync_idx_name(df_target: pd.DataFrame, df_source: pd.DataFrame):
9494
print(
9595
f"<div class='summary-wrapper {name_no_ext}'>{table_repr}{geo_mean_repr}</div>")
9696

97-
# ouput regression message via stderr
97+
# output regression message via stderr
9898
min_gflops_pct = df_comp.loc[:, ("gflops", PCT_COL_NAME)].min(skipna=True)
9999
if (min_gflops_pct < THRESHOLD_REGRESSION):
100100
print(

0 commit comments

Comments
 (0)