Commit 7cb50ca
authored
Merge pull request #84 from AdaWorldAPI/claude/setup-embedding-pipeline-Fa65C
Fix upper camel case warnings: allow non_camel_case_types for SIMD aliases and GGML variants
- #[allow(non_camel_case_types)] on f32x16/f64x8/u8x64 etc (std::simd convention)
- #[allow(non_camel_case_types)] on GgmlType enum (GGML naming convention)
https://claude.ai/code/session_01ChLvBfpJS8dQhHxRD4pYNp2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
919 | 919 | | |
920 | 920 | | |
921 | 921 | | |
922 | | - | |
| 922 | + | |
| 923 | + | |
923 | 924 | | |
| 925 | + | |
924 | 926 | | |
| 927 | + | |
925 | 928 | | |
| 929 | + | |
926 | 930 | | |
| 931 | + | |
927 | 932 | | |
| 933 | + | |
928 | 934 | | |
| 935 | + | |
929 | 936 | | |
930 | 937 | | |
931 | 938 | | |
| |||
0 commit comments