Verified Environments
To use the TensorFlow Serving ANNC feature smoothly and securely, ensure that your environment is one of the verified environments.
Hardware Requirements
Table 1 describes the verified hardware environment.
OS Requirements
Table 2 describes the verified OSs.
Software Requirements
Table 3 describes the verified software environments.
Item |
Version |
Description |
Download URL |
|---|---|---|---|
Python |
3.9.9 |
Python is an auxiliary tool used during the build of TF Serving. It is used to automatically download dependencies and configure the environment. |
Install it using a Yum repository. |
CMake |
3.22.0 |
CMake is the build tool of TF Serving. The CMake version must be 3.22.0 or later. |
Install it using a Yum repository. |
GCC/G++ |
12.3.1 |
GNU Compiler Collection (GCC) serves as the compiler for building TF Serving into an executable file. |
Install it using a Yum repository. |
Bazel |
6.5.0 |
Bazel is a powerful build system that enables fast and scalable building. The Bazel version must be 6.4.0 or later. |
|
TensorFlow |
2.15.1 |
TensorFlow, developed by Google, is an open source machine learning framework. It supports end-to-end AI model development and deployment from research to production. |
Install it using the pip repository. |