Skip to content

Commit 0dcddd6

Browse files
committed
Add tensorflow assets
1 parent 358870f commit 0dcddd6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

tensorflow/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Tensorflow configuration and build command
2+
3+
Version 0.1.0
4+
----
5+
6+
Released on 2020-03-04
7+
8+
- Build on `debian:stretch, GLIBC~2.24, python==3.7.6, Keras-Preprocessing==1.1.0, numpy==1.18.1`
9+
- Main `bazel build` parameters:
10+
```
11+
$ bazel build --config=noaws //tensorflow/tools/pip_package:build_pip_package --define=tensorflow_mkldnn_contraction_kernel=0 --copt=-mxgot --copt=-mlong-calls --linkopt=-lstdc++
12+
```
13+
About disable MKL-DNN, see: https://git.codingcafe.org/Mirrors/tensorflow/tensorflow/commit/7c9323bedc48c98be3c07b72ec1d6f4dccdefb35
14+
- Reference:
15+
- https://github.com/tensorflow/tensorflow/issues/36896
16+
- MD5
17+
```
18+
4108e7846633005a4bfa256e82615c40 tensorflow-1.14.0-cp37-cp37m-linux_mips64.whl
19+
8c02a5da6cb80f552c7fd5a76bfd9075 tensorflow-2.0.0-cp37-cp37m-linux_mips64.whl
20+
```

0 commit comments

Comments
 (0)