We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9beae4c + a1ffe42 commit 5057ad6Copy full SHA for 5057ad6
.github/CODEOWNERS
@@ -1,8 +1 @@
1
-* @mmankal
2
-* @atrivedi-tsavoritesi
3
-* @dmpatra
4
-* @mikeuhler
5
-* @akapoor3518
6
-* @dineshReddy6381
7
-* @gkethamallax
8
-* @Nithyanand-G
+* @mmankal @atrivedi-tsavoritesi @dmpatra @mikeuhler @akapoor3518 @dineshReddy6381 @gkethamallax @Nithyanand-G
tsi-pkg-build.sh
@@ -89,6 +89,7 @@ cat > ./${TSI_GGML_BUNDLE_INSTALL_DIR}/ggml.sh << EOL
89
#!/bin/bash
90
# Set up library paths for GCC 13.3.0 compatibility
91
export LD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:\$(pwd)
92
+
93
tsi_kernels=("add" "sub" "mult" "div" "abs" "inv" "neg" "sin" "sqrt" "sqr" "sigmoid" "silu" "rms_norm)
94
95
for kernel in "\${tsi_kernels[@]}"; do
0 commit comments