sndid/sndid

12 lines
266 B
Plaintext
Raw Normal View History

2023-09-24 09:59:40 -06:00
#!/bin/bash
#
# STFU Tensorflow
# https://spacecruft.org/deepcrayon/sndid/issues/12
#
# Temporary workaround to silence Tensorflow
python3 sndid.py "$@" {tmp}>&1 1>&2 2>&$tmp {tmp}>&- | \
grep -v \
-e 'INFO: Created TensorFlow Lite XNNPACK delegate for CPU.'