Commit 6b250c99 authored by fengzch-das's avatar fengzch-das
Browse files

update: adjust the format of readme

parent 11a7b9a7
...@@ -44,6 +44,7 @@ python -c “import fastpt;print(fastpt.__version__)” ...@@ -44,6 +44,7 @@ python -c “import fastpt;print(fastpt.__version__)”
source /usr/local/bin/fastpt -C source /usr/local/bin/fastpt -C
``` ```
初始化FastPT编译环境,然后按照组件或应用的官方指导编译方法处理即可。 初始化FastPT编译环境,然后按照组件或应用的官方指导编译方法处理即可。
执行模式:编译好组件通过whl包在有FastPT的新环境下使用时,需要确保环境下已执行过执行模式的初始化操作,否则可能会报错找不到CUDA相关的动态库。执行命令: 执行模式:编译好组件通过whl包在有FastPT的新环境下使用时,需要确保环境下已执行过执行模式的初始化操作,否则可能会报错找不到CUDA相关的动态库。执行命令:
``` ```
source /usr/local/bin/fastpt -E source /usr/local/bin/fastpt -E
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment