From 0fe97bb80b25841a5685b52053c823652c898010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A1=D0=BA=D0=B0=D0=BB?= =?UTF-8?q?=D0=BA=D0=B8=D0=BD?= Date: Tue, 13 Aug 2024 12:00:36 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Tensorflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tensorflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tensorflow.md b/Tensorflow.md index a6b392d..9a0c9de 100644 --- a/Tensorflow.md +++ b/Tensorflow.md @@ -17,5 +17,5 @@ git clone https://github.com/tensorflow/tensorflow.git # зафиксировать нужную версию-ветку ./configure # -march=native # -copt=-msse4.1 --copt=-msse4.2 --copt=-mavx --copt=-mavx2 --copt=-mfma bazel build //tensorflow/tools/pip_package:wheel --repo_env=WHEEL_NAME=tensorflow_cpu -pip install -U --force-reinstall --no-deps bazel-bin/tensorflow/tools/pip_package/wheel_house/tensorflow_cpu-2.17.0-cp311-cp311-linux_x86_64.whl # обновление с полной переустановкой +pip install -U --force-reinstall bazel-bin/tensorflow/tools/pip_package/wheel_house/tensorflow_cpu-2.17.0-cp311-cp311-linux_x86_64.whl # обновление с полной переустановкой ``` \ No newline at end of file