Добавить Tensorflow
parent
98de7e4668
commit
030da6e288
21
Tensorflow.md
Normal file
21
Tensorflow.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Полезные ссылки:
|
||||||
|
|
||||||
|
- [Видео полной установки с комментариями](https://rutube.ru/video/56c43962f110a80ed6f874e9a5972fbf/?t=343)
|
||||||
|
- [Официальная документация по сборке](https://www.tensorflow.org/install/source?hl=ru)
|
||||||
|
|
||||||
|
# Версии ПО:
|
||||||
|
|
||||||
|
- Python 3.11.9
|
||||||
|
- [Tensorflow](https://github.com/tensorflow/tensorflow) v2.17.0
|
||||||
|
- llvm-17
|
||||||
|
- clang-17
|
||||||
|
- bazel [6.5.0](https://github.com/tensorflow/tensorflow/blob/master/.bazelversion)
|
||||||
|
|
||||||
|
# Команды (выполнять по одной)
|
||||||
|
```bash
|
||||||
|
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 bazel-bin/tensorflow/tools/pip_package/wheel_house/tensorflow_cpu-2.17.0-cp311-cp311-linux_x86_64.whl
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user