Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
fastpt
Commits
1692d234
Commit
1692d234
authored
May 14, 2025
by
zhanggezhong
Browse files
Update README.md
parent
3800662b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
README.md
README.md
+4
-0
No files found.
README.md
View file @
1692d234
...
@@ -4,10 +4,14 @@ FastPT是基于python的应用编译工具,借助FastPT,开发人员可以
...
@@ -4,10 +4,14 @@ FastPT是基于python的应用编译工具,借助FastPT,开发人员可以
# 安装
# 安装
工具安装使用pip方式,安装前请确保环境中已安装了torch,并从光源社区-DAS中下载此工具的安装包。注意与python版本匹配。
工具安装使用pip方式,安装前请确保环境中已安装了torch,并从光源社区-DAS中下载此工具的安装包。注意与python版本匹配。
```
cd path/to/whl
cd path/to/whl
pip install fastpt*.whl --no-deps
pip install fastpt*.whl --no-deps
```
安装完成之后,可通过以下指令验证是否安装成功,指令执行后会显示当前fastpt的版本号。
安装完成之后,可通过以下指令验证是否安装成功,指令执行后会显示当前fastpt的版本号。
```
python -c “import fastpt;print(fastpt.__version__)”
python -c “import fastpt;print(fastpt.__version__)”
```
# 使用
# 使用
关于fastpt的初始化使用可使用source /usr/local/bin /fastpt -H 来查看如何设置初始化的帮助信息
关于fastpt的初始化使用可使用source /usr/local/bin /fastpt -H 来查看如何设置初始化的帮助信息
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment