Skip to content

Commit 768122c

Browse files
committed
spelling
1 parent 24acfb8 commit 768122c

File tree

5 files changed

+260
-33
lines changed

5 files changed

+260
-33
lines changed

.github/spellcheck-settings.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
matrix:
2+
- name: Markdown
3+
expect_match: false
4+
apsell:
5+
lang: en
6+
d: en_US
7+
dictionary:
8+
wordlists:
9+
- .github/wordlist.txt
10+
output: wordlist.dic
11+
pipeline:
12+
- pyspelling.filters.markdown:
13+
markdown_extensions:
14+
- markdown.extensions.extra:
15+
- pyspelling.filters.html:
16+
comments: false
17+
attributes:
18+
- alt
19+
ignores:
20+
- ':matches(code, pre)'
21+
- code
22+
- pre
23+
- blockquote
24+
- img
25+
sources:
26+
- '*.md'
27+
- 'docs/*.md'

.github/wordlist.txt

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
acyclic
2+
addtwo
3+
ai
4+
AIBench
5+
aibench
6+
allocator
7+
AnimalRecognitionDemo
8+
anonymized
9+
AOF
10+
APIs
11+
ARGS
12+
args
13+
BACKEND
14+
Backend
15+
backend
16+
Backends
17+
backends
18+
BACKENDSPATH
19+
bandwith
20+
BATCHSIZE
21+
benchmarked
22+
benchmarking
23+
bert
24+
bmatrix
25+
bool
26+
casted
27+
chatbot
28+
ChatBotDemo
29+
cli
30+
CMake
31+
cmake
32+
color
33+
Configurability
34+
configurability
35+
cpu
36+
CPUs
37+
creditcard
38+
ctionary
39+
CUDA
40+
cuDF
41+
cuDNN
42+
cuPy
43+
DAGEXECUTE
44+
DAGRUN
45+
Dani
46+
dengliming
47+
Dependancy
48+
DGL
49+
DL
50+
dlpack
51+
dockerfile
52+
durations
53+
eco
54+
EdgeRealtimeVideoAnalytics
55+
enqueuing
56+
erver
57+
exmaple
58+
Fortran
59+
gaussian
60+
Github
61+
github
62+
GPUs
63+
Gunicorn
64+
https
65+
hyperloglogs
66+
INITIALIZERS
67+
INTRA
68+
io
69+
iss
70+
Javascript
71+
jinja
72+
JRedisAI
73+
js
74+
Kaggle
75+
Keras
76+
keyspace
77+
latencies
78+
lcov
79+
libtensorflow
80+
libtorch
81+
linux
82+
LOADBACKEND
83+
loopback
84+
Memcache
85+
memtier
86+
metodology
87+
MINBATCHSIZE
88+
MINBATCHTIMEOUT
89+
Misspelled words:
90+
mnist
91+
MobileNet
92+
MODELDEL
93+
MODELEXECUTE
94+
MODELGET
95+
MODELRUN
96+
MODELSCAN
97+
MODELSET
98+
MODELSTORE
99+
mul
100+
MxNet
101+
mymodel
102+
myscript
103+
mytensor
104+
netperf
105+
Netron
106+
NoSQL
107+
Nvidia
108+
nvidia
109+
ONNX
110+
onnx
111+
ONNXRuntime
112+
Onnxruntime
113+
onnxruntime
114+
OSS
115+
pb
116+
performant
117+
persistency
118+
pipelining
119+
pre
120+
prediciting
121+
prepending
122+
Protobuf
123+
protobuf
124+
py
125+
pytest
126+
Quickstart
127+
RAI
128+
RDB
129+
Realtime
130+
redisai
131+
RedisAI's
132+
RedisTimeSeries
133+
RESETSTAT
134+
ResNet
135+
RLTest
136+
RO
137+
SCRIPTDEL
138+
SCRIPTEXECUTE
139+
SCRIPTGET
140+
SCRIPTRUN
141+
SCRIPTSCAN
142+
SCRIPTSET
143+
scripts's
144+
SCRIPTSTORE
145+
sdk
146+
smartredis
147+
stdout
148+
str
149+
submodules
150+
tA
151+
tB
152+
TCP
153+
templating
154+
Tensorflow
155+
tensorflow
156+
TENSORGET
157+
TensorRT
158+
tensor's
159+
TENSORSET
160+
Tensorwerk
161+
testbed
162+
TF
163+
tf
164+
TFLITE
165+
TFLite
166+
TGL
167+
th
168+
tModel
169+
tmpl
170+
TorchScript
171+
TorchServe
172+
TPUs
173+
Tseitlin
174+
TypeScript
175+
ubuntu
176+
usr
177+
utf
178+
variadic
179+
venv
180+
virtualenv
181+
wget
182+
WSGI
183+
xyz

.github/workflows/spellcheck.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Spellcheck
2+
on:
3+
push:
4+
branches: [master]
5+
pull_request:
6+
branches: [master]
7+
jobs:
8+
spellcheck:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
- name: Spellcheck
13+
uses: rojopolis/[email protected]
14+
with:
15+
config_path: .github/spellcheck-settings.yml
16+
task_name: Markdown

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ venv*/
1515
*.tgz
1616
*.tar.gz
1717
/VARIANT
18+
wordlist.dic
1819

19-
# Docs API reference
20+
# Docs API reference
2021
docs/api_reference.md
2122

2223
### Cmake auto tools

0 commit comments

Comments
 (0)