AI: Add libtensorflow-avx512 to default targets in Makefile #222 #4922

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-04-06 09:39:21 +02:00
parent 96fdd1a41a
commit efe36603f8

View file

@ -1,4 +1,4 @@
all: libtensorflow libtensorflow-avx libtensorflow-avx2 libtensorflow-vnni
all: libtensorflow libtensorflow-avx libtensorflow-avx2 libtensorflow-vnni libtensorflow-avx512
# Downloads the TensorFlow source code from GitHub and extracts it to a subdirectory:
download:
wget https://github.com/tensorflow/tensorflow/archive/v$(TF_VERSION).tar.gz