-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.typos.toml
More file actions
53 lines (51 loc) · 1.42 KB
/
.typos.toml
File metadata and controls
53 lines (51 loc) · 1.42 KB
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
[files]
extend-exclude = [
".git/",
"calibration_data/",
"examples/server/phi3_duckduckgo_mistral.rs.ipynb",
"mistralrs-web-chat/static/"
]
ignore-hidden = false
[default]
extend-ignore-re = [
"cudaDevAttrMaxSharedMemoryPerBlockOptin",
'"tese"',
"setp\\.ne\\.b32",
# metal_kernels
"out uneeded values",
"copy_gg_dynamic_nd1",
"copy_gg_dynamic_nd2",
"copy_gg_dynamic_nd3",
"copy_g_nd1",
"copy_g_nd2",
"copy_g_nd3",
"copy_gg_nd1",
"copy_gg_nd2",
"copy_gg_nd3",
"elem_to_loc_2_nd",
"elem_to_loc_3_nd",
"thr_reduce",
]
[type.rust.extend-identifiers]
"arange" = "arange"
"arange_step" = "arange_step"
"cna" = "cna"
"from_mmaped_safetensors" = "from_mmaped_safetensors"
"MmapedSafetensors" = "MmapedSafetensors"
"nin_shortcut" = "nin_shortcut"
"EmbedNd" = "EmbedNd"
"gather_nd" = "gather_nd"
"i_thw" = "i_thw"
"cached_img_thw" = "cached_img_thw"
"cached_vid_thw" = "cached_vid_thw"
"video_grid_thw" = "video_grid_thw"
"image_grid_thw" = "image_grid_thw"
"grid_thw" = "grid_thw"
"vision_grid_thw" = "vision_grid_thw"
"video_grid_thw_accum" = "video_grid_thw_accum"
"image_grid_thw_accum" = "image_grid_thw_accum"
"image_thw" = "image_thw"
"video_thw" = "video_thw"
"depthwise_seperable_out_channel" = "depthwise_seperable_out_channel"
"default_depthwise_seperable_out_channel" = "default_depthwise_seperable_out_channel"
"DepthWiseSeperableConv1d" = "DepthWiseSeperableConv1d"