-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcspell.json
88 lines (88 loc) · 2.06 KB
/
cspell.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"dictionaryDefinitions": [
{
"name": "accelerated-platforms",
"path": ".github/workflows/dictionary/accelerated-platforms.txt"
},
{
"name": "flipkart",
"path": ".github/workflows/dictionary/flipkart.txt"
},
{
"name": "google-cloud",
"path": ".github/workflows/dictionary/google-cloud.txt"
},
{
"name": "huggingface",
"path": ".github/workflows/dictionary/huggingface.txt"
},
{
"name": "kubeflow",
"path": ".github/workflows/dictionary/kubeflow.txt"
},
{
"name": "kubernetes",
"path": ".github/workflows/dictionary/kubernetes.txt"
},
{
"name": "kueue",
"path": ".github/workflows/dictionary/kueue.txt"
},
{
"name": "nvidia",
"path": ".github/workflows/dictionary/nvidia.txt"
},
{
"name": "python",
"path": ".github/workflows/dictionary/python.txt"
},
{
"name": "ray",
"path": ".github/workflows/dictionary/ray.txt"
},
{
"name": "shell",
"path": ".github/workflows/dictionary/shell.txt"
},
{
"name": "svg",
"path": ".github/workflows/dictionary/svg.txt"
},
{
"name": "terraform",
"path": ".github/workflows/dictionary/terraform.txt"
},
{
"name": "use-case-federated-learning",
"path": ".github/workflows/dictionary/use-case-federated-learning.txt"
},
{
"name": "vllm",
"path": ".github/workflows/dictionary/vllm.txt"
}
],
"dictionaries": [
"accelerated-platforms",
"flipkart",
"google-cloud",
"huggingface",
"kubeflow",
"kubernetes",
"kueue",
"nvidia",
"python",
"ray",
"shell",
"svg",
"terraform",
"use-case-federated-learning",
"vllm"
],
"ignorePaths": [
"node_modules",
"use-cases/inferencing/batch-inference/example_predictions.txt",
"use-cases/model-fine-tuning-pipeline/model-eval/examples/"
]
}