Skip to content

Commit

Permalink
Merge pull request #26 from asapdiscovery/llm_llamaindex
Browse files Browse the repository at this point in the history
Llm llamaindex
  • Loading branch information
hmacdope authored Sep 19, 2024
2 parents 7c0520b + c5ddc63 commit d899c95
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 577 deletions.
25 changes: 8 additions & 17 deletions devtools/conda-envs/falcbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ dependencies:
- pydantic<2.0a0
- biopython

# llm
- llama-index


# ml
- pytorch
Expand All @@ -36,17 +39,6 @@ dependencies:
- mtenn >=0.5.1
- wandb
- semver


# alchemy
- numpy
- gufe =>0.9.5
- httpx
- perses >=0.10.2
- kartograf
- rich
- alchemiscale-client
- cinnabar >=0.4.1
- openeye-toolkits

# other asapdiscovery deps
Expand All @@ -59,11 +51,10 @@ dependencies:

# Pip-only installs
- pip:
- git+https://github.com/choderalab/asapdiscovery@cdd_download#egg=asapdiscovery-alchemy&subdirectory=asapdiscovery-alchemy
- git+https://github.com/choderalab/asapdiscovery@cdd_download#egg=asapdiscovery-data&subdirectory=asapdiscovery-data
- git+https://github.com/choderalab/asapdiscovery@cdd_download#egg=asapdiscovery-modeling&subdirectory=asapdiscovery-modeling
- git+https://github.com/choderalab/asapdiscovery@cdd_download#egg=asapdiscovery-docking&subdirectory=asapdiscovery-docking
- git+https://github.com/choderalab/asapdiscovery@cdd_download#egg=asapdiscovery-ml&subdirectory=asapdiscovery-ml

- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-alchemy&subdirectory=asapdiscovery-alchemy
- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-data&subdirectory=asapdiscovery-data
- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-modeling&subdirectory=asapdiscovery-modeling
- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-docking&subdirectory=asapdiscovery-docking
- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-ml&subdirectory=asapdiscovery-ml


Loading

0 comments on commit d899c95

Please sign in to comment.