
TensorFlow-AARCH64: 适用于AARCH64 ARMv8 ARM64的TensorFlow WHL及Docker容器
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
TensorFlow-AARCH64提供了专为AARCH64 ARMv8架构优化的TensorFlow WHL文件和Docker镜像,助力开发者在ARM设备上高效部署机器学习应用。
要安装适用于aarch64/ARMv8/ARM64的TensorFlow版本,请使用以下命令:
```shell
pip install tensorflow -f https://tf.maku.ml/whl/stable.html
```
如果需要预构建依赖项(如grpcio和h5py)的轮子,可以添加另一个索引:
```shell
pip install tensorflow -f https://tf.maku.ml/whl/stable.html -f https://ext.maku.ml/whl/stable.html
```
若需手动选择`whl`文件,请运行以下命令以启动容器:
```shell
docker run -it kumatea/tensorflow
```
要拉取镜像,只需执行:
```shell
doc
```
全部评论 (0)
还没有任何评论哟~


