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

Where is requirements.txt ? #2

Open
ChaoYue97 opened this issue Dec 10, 2024 · 3 comments
Open

Where is requirements.txt ? #2

ChaoYue97 opened this issue Dec 10, 2024 · 3 comments

Comments

@ChaoYue97
Copy link

Where is requirements.txt ?

@mabaorui
Copy link
Collaborator

Thank you for the reminder, I have updated it. You can also refer to #1

@Zonghui-Liu0128
Copy link

Hello,

I can use this environment with Python 3.12 and CUDA 12.2 on V100 for inference. Hope it could be helpful :)

name: see3d
channels:

  • defaults
    dependencies:
  • _libgcc_mutex=0.1=main
  • _openmp_mutex=5.1=1_gnu
  • bzip2=1.0.8=h5eee18b_6
  • ca-certificates=2024.11.26=h06a4308_0
  • expat=2.6.3=h6a678d5_0
  • ld_impl_linux-64=2.40=h12ee557_0
  • libffi=3.4.4=h6a678d5_1
  • libgcc-ng=11.2.0=h1234567_1
  • libgomp=11.2.0=h1234567_1
  • libstdcxx-ng=11.2.0=h1234567_1
  • libuuid=1.41.5=h5eee18b_0
  • ncurses=6.4=h6a678d5_0
  • openssl=3.0.15=h5eee18b_0
  • pip=24.2=py312h06a4308_0
  • python=3.12.7=h5148396_0
  • readline=8.2=h5eee18b_0
  • setuptools=75.1.0=py312h06a4308_0
  • sqlite=3.45.3=h5eee18b_0
  • tk=8.6.14=h39e8969_0
  • tzdata=2024b=h04d1e81_0
  • wheel=0.44.0=py312h06a4308_0
  • xz=5.4.6=h5eee18b_1
  • zlib=1.2.13=h5eee18b_1
  • pip:
    • accelerate==1.2.0
    • certifi==2024.8.30
    • charset-normalizer==3.4.0
    • contourpy==1.3.1
    • cycler==0.12.1
    • diffusers==0.31.0
    • einops==0.8.0
    • executing==2.1.0
    • filelock==3.16.1
    • fire==0.7.0
    • fontmeta==1.6.1
    • fonttools==4.55.3
    • fsspec==2024.10.0
    • huggingface-hub==0.26.5
    • idna==3.10
    • importlib-metadata==8.5.0
    • jinja2==3.1.4
    • joblib==1.4.2
    • kiui==0.2.14
    • kiwisolver==1.4.7
    • lazy-loader==0.4
    • markupsafe==3.0.2
    • matplotlib==3.9.3
    • mplfonts==0.0.10
    • mpmath==1.3.0
    • networkx==3.4.2
    • numpy==2.2.0
    • nvidia-cublas-cu12==12.4.5.8
    • nvidia-cuda-cupti-cu12==12.4.127
    • nvidia-cuda-nvrtc-cu12==12.4.127
    • nvidia-cuda-runtime-cu12==12.4.127
    • nvidia-cudnn-cu12==9.1.0.70
    • nvidia-cufft-cu12==11.2.1.3
    • nvidia-curand-cu12==10.3.5.147
    • nvidia-cusolver-cu12==11.6.1.9
    • nvidia-cusparse-cu12==12.3.1.170
    • nvidia-nccl-cu12==2.21.5
    • nvidia-nvjitlink-cu12==12.4.127
    • nvidia-nvtx-cu12==12.4.127
    • objprint==0.3.0
    • opencv-python-headless==4.10.0.84
    • packaging==24.2
    • pillow==11.0.0
    • psutil==6.1.0
    • pyparsing==3.2.0
    • python-dateutil==2.9.0.post0
    • pyyaml==6.0.2
    • regex==2024.11.6
    • requests==2.32.3
    • safetensors==0.4.5
    • scikit-learn==1.6.0
    • scipy==1.14.1
    • six==1.17.0
    • sympy==1.13.1
    • termcolor==2.5.0
    • threadpoolctl==3.5.0
    • tokenizers==0.21.0
    • torch==2.5.1
    • torchvision==0.20.1
    • tqdm==4.67.1
    • transformers==4.47.0
    • triton==3.1.0
    • typing-extensions==4.12.2
    • urllib3==2.2.3
    • varname==0.13.5
    • xformers==0.0.28.post3
    • zipp==3.21.0

@Mordoal
Copy link

Mordoal commented Dec 13, 2024

Hello,

I can use this environment with Python 3.12 and CUDA 12.2 on V100 for inference. Hope it could be helpful :)

name: see3d channels:

  • defaults
    dependencies:

  • _libgcc_mutex=0.1=main

  • _openmp_mutex=5.1=1_gnu

  • bzip2=1.0.8=h5eee18b_6

  • ca-certificates=2024.11.26=h06a4308_0

  • expat=2.6.3=h6a678d5_0

  • ld_impl_linux-64=2.40=h12ee557_0

  • libffi=3.4.4=h6a678d5_1

  • libgcc-ng=11.2.0=h1234567_1

  • libgomp=11.2.0=h1234567_1

  • libstdcxx-ng=11.2.0=h1234567_1

  • libuuid=1.41.5=h5eee18b_0

  • ncurses=6.4=h6a678d5_0

  • openssl=3.0.15=h5eee18b_0

  • pip=24.2=py312h06a4308_0

  • python=3.12.7=h5148396_0

  • readline=8.2=h5eee18b_0

  • setuptools=75.1.0=py312h06a4308_0

  • sqlite=3.45.3=h5eee18b_0

  • tk=8.6.14=h39e8969_0

  • tzdata=2024b=h04d1e81_0

  • wheel=0.44.0=py312h06a4308_0

  • xz=5.4.6=h5eee18b_1

  • zlib=1.2.13=h5eee18b_1

  • pip:

    • accelerate==1.2.0
    • certifi==2024.8.30
    • charset-normalizer==3.4.0
    • contourpy==1.3.1
    • cycler==0.12.1
    • diffusers==0.31.0
    • einops==0.8.0
    • executing==2.1.0
    • filelock==3.16.1
    • fire==0.7.0
    • fontmeta==1.6.1
    • fonttools==4.55.3
    • fsspec==2024.10.0
    • huggingface-hub==0.26.5
    • idna==3.10
    • importlib-metadata==8.5.0
    • jinja2==3.1.4
    • joblib==1.4.2
    • kiui==0.2.14
    • kiwisolver==1.4.7
    • lazy-loader==0.4
    • markupsafe==3.0.2
    • matplotlib==3.9.3
    • mplfonts==0.0.10
    • mpmath==1.3.0
    • networkx==3.4.2
    • numpy==2.2.0
    • nvidia-cublas-cu12==12.4.5.8
    • nvidia-cuda-cupti-cu12==12.4.127
    • nvidia-cuda-nvrtc-cu12==12.4.127
    • nvidia-cuda-runtime-cu12==12.4.127
    • nvidia-cudnn-cu12==9.1.0.70
    • nvidia-cufft-cu12==11.2.1.3
    • nvidia-curand-cu12==10.3.5.147
    • nvidia-cusolver-cu12==11.6.1.9
    • nvidia-cusparse-cu12==12.3.1.170
    • nvidia-nccl-cu12==2.21.5
    • nvidia-nvjitlink-cu12==12.4.127
    • nvidia-nvtx-cu12==12.4.127
    • objprint==0.3.0
    • opencv-python-headless==4.10.0.84
    • packaging==24.2
    • pillow==11.0.0
    • psutil==6.1.0
    • pyparsing==3.2.0
    • python-dateutil==2.9.0.post0
    • pyyaml==6.0.2
    • regex==2024.11.6
    • requests==2.32.3
    • safetensors==0.4.5
    • scikit-learn==1.6.0
    • scipy==1.14.1
    • six==1.17.0
    • sympy==1.13.1
    • termcolor==2.5.0
    • threadpoolctl==3.5.0
    • tokenizers==0.21.0
    • torch==2.5.1
    • torchvision==0.20.1
    • tqdm==4.67.1
    • transformers==4.47.0
    • triton==3.1.0
    • typing-extensions==4.12.2
    • urllib3==2.2.3
    • varname==0.13.5
    • xformers==0.0.28.post3
    • zipp==3.21.0

could you tell me how you install the package showed in arthor's requirements.txt simple_knn and lightglue? I will appreciate that!

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

No branches or pull requests

4 participants