File size: 347 Bytes
35cdf53
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This model repository does not upload the AlphaFold3 dataset payload.

Download the required dataset separately:

```bash
modelscope download --dataset OneScience/AlphaFold3_dataset
```

Then link the dataset package data directory into this model package:

```bash
mkdir -p data
ln -s /path/to/AlphaFold3_dataset/data data/alphafold3_dataset
```