Skip to content

Commit 5057ad6

Browse files
authored
Merge branch 'master' into FIR-980
2 parents 9beae4c + a1ffe42 commit 5057ad6

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
* @mmankal
2-
* @atrivedi-tsavoritesi
3-
* @dmpatra
4-
* @mikeuhler
5-
* @akapoor3518
6-
* @dineshReddy6381
7-
* @gkethamallax
8-
* @Nithyanand-G
1+
* @mmankal @atrivedi-tsavoritesi @dmpatra @mikeuhler @akapoor3518 @dineshReddy6381 @gkethamallax @Nithyanand-G

tsi-pkg-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ cat > ./${TSI_GGML_BUNDLE_INSTALL_DIR}/ggml.sh << EOL
8989
#!/bin/bash
9090
# Set up library paths for GCC 13.3.0 compatibility
9191
export LD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:\$(pwd)
92+
9293
tsi_kernels=("add" "sub" "mult" "div" "abs" "inv" "neg" "sin" "sqrt" "sqr" "sigmoid" "silu" "rms_norm)
9394
9495
for kernel in "\${tsi_kernels[@]}"; do

0 commit comments

Comments
 (0)