Skip to content
Discussion options

You must be logged in to vote

@ethanguo-stack Ah I see. The instruction on readme described a generalized installation so that users can follow it easily. I would personally prefer solely pip installs.

Heres the dependency configuration from one of my in-dev package, in which you may find some hints using pip installs.

rfdiffusion_mps=[
    "biotite>=1.1.0",
    "pyrsistent",
    "torch<=2.3.0",
    # dgl must be installed from https://data.dgl.ai/wheels/repo.html
    "torchvision", 
    "torchdata==0.7.1",
    "torchaudio",
    "nvtx-mock", 
    "nvtx",
    "se3-transformer @ git+https://github.com/YaoYinYing/SE3Transformer.git@rfdiffusion-mps-test",
    "dllogger @ git+https://github.com/NVIDIA/dllogger#egg=dllogger",…

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@EthanGuo13
Comment options

@YaoYinYing
Comment options

Answer selected by YaoYinYing
@EthanGuo13
Comment options

@EthanGuo13
Comment options

@YaoYinYing
Comment options

@EthanGuo13
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants