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