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
torch-harmonics
Commits
dc133cd9
Commit
dc133cd9
authored
Aug 15, 2025
by
fengzch-das
Browse files
update Readme
parent
3ba58c6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
README.md
README.md
+3
-0
No files found.
README.md
View file @
dc133cd9
...
@@ -59,13 +59,16 @@ git clone http://developer.sourcefind.cn/codes/OpenDAS/torch-harmonics.git # 根
...
@@ -59,13 +59,16 @@ git clone http://developer.sourcefind.cn/codes/OpenDAS/torch-harmonics.git # 根
```
```
1. 设置不转码编译环境变量
1. 设置不转码编译环境变量
export FORCE_CUDA_EXTENSION=1
source /usr/local/bin/fastpt -C
source /usr/local/bin/fastpt -C
2. 编译whl包并安装
2. 编译whl包并安装
export FORCE_CUDA_EXTENSION=1
python3 setup.py bdist_wheel
python3 setup.py bdist_wheel
pip install dist/torch-harmonics* --no-deps
pip install dist/torch-harmonics* --no-deps
3. 源码编译安装
3. 源码编译安装
export FORCE_CUDA_EXTENSION=1
python3 setup.py install --no-deps
python3 setup.py install --no-deps
```
```
...
...
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