Skip to content

Commit 2065fc0

Browse files
authored
[Docs] Update the download link of the library that Processor depends on. (#919)
Signed-off-by: chenbangduo.cbd <[email protected]>
1 parent 4af2db0 commit 2065fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/docs_en/Processor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ First, directly [dlopen](https://linux.die.net/man/3/dlopen) in the user framewo
3131

3232
Second, use the header files "**serving/processor/serving/processor.h**" and "**libserving_processor.so**".
3333

34-
**Attention**: If you are not using DeepRec docker, then some additional .so dependencies may be required, including: libiomp5.so,libmklml_intel.so,libstdc++.so.6.
34+
**Attention**: If you are not using DeepRec docker, then some additional .so dependencies may be required, including: libiomp5.so,libmklml_intel.so,libstdc++.so.6. You can download them directly from [here](https://deeprec-dataset.oss-cn-beijing.aliyuncs.com/library/serving_processor_so.tar.gz).
3535

3636
#### C API
3737
Processor provides the following C API interfaces, and users need to call the following interfaces in their Serving framework.

Diff for: docs/docs_zh/Processor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Processor的产出是一个独立的so,用户可以很方便的对接到自己
3030

3131
第二,可以结合头文件“**serving/processor/serving/processor.h**”使用,头文件中将Processor相关的API暴露了,通过头文件和“**libserving_processor.so**”来调用serving API也比较方便。
3232

33-
**需要注意**:如果不是使用DeepRec docker,那么可能需要一些额外的so依赖,包括:libiomp5.so,libmklml_intel.so,libstdc++.so.6,用户可以[直接下载](http://tfsmoke1.cn-hangzhou.oss.aliyun-inc.com/deeprec/serving_processor_so.tar.gz),然后在执行时候Preload这些so。
33+
**需要注意**:如果不是使用DeepRec docker,那么可能需要一些额外的so依赖,包括:libiomp5.so,libmklml_intel.so,libstdc++.so.6,用户可以[直接下载](https://deeprec-dataset.oss-cn-beijing.aliyuncs.com/library/serving_processor_so.tar.gz),然后在执行时候Preload这些so。
3434

3535
#### API接口
3636
Processor提供以下几组C API接口,用户在自己的Serving框架中需要调用下列接口。

0 commit comments

Comments
 (0)