You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,8 @@ Also, there are many features that has already embedded in the testing script, s
78
78
79
79
### TensorFlow C API Library Installation
80
80
81
-
Perfect-TensorFlow is based on TensorFlow C API, i.e., `libtensorflow.so` on runtime.
82
-
This project contains an express CPU version installation script for this module on both macOS / Ubuntu Linux, and will install the dynamic library into path `/usr/local/lib/libtensorflow.so`. You can download & run [`install.sh`](https://github.com/PerfectlySoft/Perfect-TensorFlow/blob/master/install.sh). Before running this script, please make sure that `curl` has been installed onto your computer.
81
+
Perfect-TensorFlow is based on TensorFlow C API, i.e., `libtensorflow.so`and `libtensorflow_framework.so`on runtime.
82
+
This project contains an express CPU version installation script for this module on both macOS / Ubuntu Linux, and will install both dynamic libraries into path `/usr/local/lib`. You can download & run [`install.sh`](https://github.com/PerfectlySoft/Perfect-TensorFlow/blob/master/install.sh). Before running this script, please make sure that `curl` has been installed onto your computer.
83
83
84
84
For more installation options, such as GPU/CPU and multiple versions on the same machine, please check TensorFlow website: [Installing TensorFlow for C](https://www.tensorflow.org/install/install_c)
85
85
@@ -88,7 +88,13 @@ For more installation options, such as GPU/CPU and multiple versions on the same
88
88
To use this library, add dependencies to your project's Package.swift with the **LATEST TAG**:
本项目包含了一个用于快速安装该链接库 CPU 版本的脚本,默认安装路径为`/usr/local/lib/libtensorflow.so`。您可以根据平台要求下载并运行 [`install.sh`](https://github.com/PerfectlySoft/Perfect-TensorFlow/blob/master/install.sh)。运行该脚本之前请确定 `curl`已经安装到您的计算机上。
83
+
本项目包含了一个用于快速安装该链接库 CPU 版本的脚本,默认安装路径为`/usr/local/lib`。您可以根据平台要求下载并运行 [`install.sh`](https://github.com/PerfectlySoft/Perfect-TensorFlow/blob/master/install.sh)。运行该脚本之前请确定 `curl`已经安装到您的计算机上。
84
84
85
85
86
86
更多的安装选项,如需要在同一台计算机上同时安装CPU/GPU或者多个不同版本,请参考官网网站: [Installing TensorFlow for C](https://www.tensorflow.org/install/install_c)
0 commit comments