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
lietorch
Commits
039385ed
Commit
039385ed
authored
May 09, 2025
by
Zach Teed
Browse files
add --no-build-isolation
parent
ffdcdc2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
039385ed
...
@@ -42,7 +42,7 @@ pip install torch torchvision torchaudio wheel
...
@@ -42,7 +42,7 @@ pip install torch torchvision torchaudio wheel
export
TORCH_CUDA_ARCH_LIST
=
"7.5;8.6;8.9;9.0"
export
TORCH_CUDA_ARCH_LIST
=
"7.5;8.6;8.9;9.0"
# install lietorch
# install lietorch
pip
install
-
e
.
pip
install
-
-no-build-isolation
.
```
```
### Installing (with pip)
### Installing (with pip)
...
@@ -50,7 +50,7 @@ pip install -e .
...
@@ -50,7 +50,7 @@ pip install -e .
# optional: specify GPU architectures
# optional: specify GPU architectures
export
TORCH_CUDA_ARCH_LIST
=
"7.5;8.6;8.9;9.0"
export
TORCH_CUDA_ARCH_LIST
=
"7.5;8.6;8.9;9.0"
pip
install
git+https://github.com/princeton-vl/lietorch.git
pip
install
git+https://github.com/princeton-vl/lietorch.git
--no-build-isolation
```
```
...
...
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