-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathNOTICE
More file actions
87 lines (59 loc) · 2.92 KB
/
Copy pathNOTICE
File metadata and controls
87 lines (59 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
DISCO
Copyright 2026 Jarrid Rector-Brooks, Marta Skreta, Chenghao Liu, Xi Zhang, and Alexander Tong
This product includes software developed at and/or derived from the
following projects:
=======================================================================
Protenix (ByteDance)
=======================================================================
Copyright (c) 2024 Bytedance Ltd. and/or its affiliates
Licensed under the Apache License, Version 2.0
https://github.com/bytedance/Protenix
DISCO is built upon Protenix. Code in disco/ and runner/ is derived
from the Protenix codebase. Original copyright notices are retained in
individual source files.
=======================================================================
OpenFold (AlQuraishi Laboratory)
=======================================================================
Copyright 2021 AlQuraishi Laboratory
Copyright 2021 DeepMind Technologies Limited
Licensed under the Apache License, Version 2.0
https://github.com/aqlaboratory/openfold
Code in packages/openfold/ is derived from OpenFold. Original copyright
notices are retained in individual source files.
=======================================================================
FastFold (HPC-AI Technology Inc.)
=======================================================================
Copyright 2021- HPC-AI Technology Inc.
Licensed under the Apache License, Version 2.0
https://github.com/hpcaitech/FastFold
The LayerNorm implementation in disco/model/layer_norm/ includes code
derived from FastFold.
=======================================================================
OneFlow (OneFlow Inc.)
=======================================================================
Licensed under the Apache License, Version 2.0
https://github.com/Oneflow-Inc/oneflow
The LayerNorm implementation in disco/model/layer_norm/ includes code
derived from OneFlow.
=======================================================================
LigandMPNN (Justas Dauparas)
=======================================================================
Copyright (c) 2024 Justas Dauparas
Licensed under the MIT License
https://github.com/dauparas/LigandMPNN
Code in packages/LigandMPNN/ is from LigandMPNN. The full MIT license
text is included in packages/LigandMPNN/LICENSE.
=======================================================================
DPLM (ByteDance)
=======================================================================
Copyright (c) 2024 Bytedance Ltd. and/or its affiliates
Licensed under the Apache License, Version 2.0
https://github.com/bytedance/dplm
DISCO uses pretrained DPLM model weights via HuggingFace.
=======================================================================
ESM (Facebook, Inc.)
=======================================================================
Copyright (c) Facebook, Inc. and its affiliates.
Licensed under the MIT License
https://github.com/facebookresearch/esm
Used as a dependency for protein language model embeddings.