Skip to content

Environment setup clarification (API versions, pip vs source build, hardware dependencies)ย #33

@Tommy881003

Description

@Tommy881003

Hi, thank you for releasing this project! ๐Ÿ™ Iโ€™ve been trying to set up the environment following the provided installation.md, but Iโ€™ve run into some version conflicts and would appreciate clarification.

Specifically, could you help clarify the following points?

  1. Exact package versions
  • The requirements.txt lists only package names (e.g., opencv-python, transformers, timm), but many of these have breaking changes across versions.
  • Could you please share a pip list --format=freeze or conda env export from the environment you used to run your experiments? That would make it much easier to reproduce the setup.
  1. Non-pip dependencies
  • Some modules (e.g., libs/pointops, spconv, flash-attn, tiny-cuda-nn) need to be compiled or installed in special ways.
  • Could you clarify which ones require source builds and which ones can be installed directly via pip/conda?
  1. Hardware / CUDA dependency
  • The README mentions testing on a 24 GB RTX 4090 (Ada architecture).
  • Is the code known to work on other GPUs (e.g., 30-series or 50-series), or are there assumptions tied to the 40-series hardware/CUDA arch?

Thanks a lot for your help, and for sharing the code! ๐Ÿ™Œ I think this clarification would also help many other users avoid version mismatches and make the repo more accessible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions