Just block tflite noise, not all stderr. -list

main
Jeff Moe 2023-09-24 10:02:46 -06:00
parent 152f2eeb94
commit d0abd6bf7a
1 changed files with 3 additions and 1 deletions

View File

@ -5,5 +5,7 @@
#
# Temporary workaround to silence Tensorflow
python3 sndid-list.py "$@" 2>/dev/null
python3 sndid-list.py "$@" {tmp}>&1 1>&2 2>&$tmp {tmp}>&- | \
grep -v \
-e 'INFO: Created TensorFlow Lite XNNPACK delegate for CPU.'