Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions of installing dependencies using pip #156

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gongminmin
Copy link

  • Enable to support Windows and venv.
  • Simplify the installation.

@gongminmin
Copy link
Author

gongminmin commented Jan 23, 2025

The major inspiration is from #3 (comment). The commands are reorganized into requirements files. Due to dependencies, they have to be separated into 2 files.

Other than that, there are 3 differences between that post and this one.

  1. wheel is added to build the package in wheel mode. This fixes diffoctreerast and diff-gaussian-rasterization on Python 3.11 and 3.12.
  2. Select the whl of flash-attn based on Python version.
  3. Change spconv to cu124 to support Python 3.12.

* Enable to support Windows and venv.
* Simplify the installation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant