-
Couldn't load subscription status.
- Fork 2.2k
Enable uv installation and remove Anaconda dependency
#700
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
base: main
Are you sure you want to change the base?
Conversation
- Move all package metadata, dependencies, and build configuration to pyproject.toml - Add comprehensive project metadata including classifiers and URLs - Define optional dependency groups (notebooks, interactive-demo, dev, all) - Configure development tools (black, uv) in pyproject.toml - Add build_cuda_ext.py for CUDA extension compilation - Simplify setup.py to minimal implementation - Add uv.lock for dependency management
…_ext.py - Updated installation instructions in INSTALL.md and README.md to recommend using 'uv' for package management. - Removed setup.py and build_cuda_ext.py as CUDA extension building is now handled differently. - Adjusted demo and training README files to reflect changes in installation methods and dependencies.
|
Hi @nghorbani! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
…and sam2-train CLI; package configs; update docs Co-Authored-By: Nima Ghorbani <[email protected]>
…pdate imports; keep sam2.train CLI/API Co-Authored-By: Nima Ghorbani <[email protected]>
…ted path), keep CLI/API Co-Authored-By: Nima Ghorbani <[email protected]>
…training and uv usage Co-Authored-By: Nima Ghorbani <[email protected]>
…er relocation Co-Authored-By: Nima Ghorbani <[email protected]>
Co-Authored-By: Nima Ghorbani <[email protected]>
Description:
This PR updates the SAM2 codebase installation process:
[uv](https://github.com/astral-sh/uv)Why:
uvprovides a lightweight, bullet-fast, and reliable alternative to CondaImpact: