https://github.com/itdaniher/aarch64-tensorflow
tensorflow and bazel for aarch64: binaries at...
https://github.com/itdaniher/aarch64-tensorflow
aarch64 armv8 binaries python3 python35 tensorflow
Last synced: 12 months ago
JSON representation
tensorflow and bazel for aarch64: binaries at...
- Host: GitHub
- URL: https://github.com/itdaniher/aarch64-tensorflow
- Owner: itdaniher
- Created: 2017-11-20T00:00:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T14:08:03.000Z (about 8 years ago)
- Last Synced: 2025-04-14T16:14:22.971Z (12 months ago)
- Topics: aarch64, armv8, binaries, python3, python35, tensorflow
- Homepage: https://github.com/itdaniher/aarch64-tensorflow/releases
- Size: 1000 Bytes
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
step 1: build bazel (and weep)
steps N:
```bash
./configure # disable everything
bazel build -c opt --local_resources 2000,3.0,2.0 --verbose_failures tensorflow/tools/pip_package:build_pip_package
bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg
```
should print something akin to:
```
Target //tensorflow/tools/pip_package:build_pip_package up-to-date:
bazel-bin/tensorflow/tools/pip_package/build_pip_package
INFO: Elapsed time: 33645.503s, Critical Path: 2176.93s
```
and you're done!