File size: 199 Bytes
8b16bae | 1 2 3 4 5 | #!/bin/bash
# Download files larger than 1MB, excluding .sh .py .md .yaml .yml
# Total large files: 1
modelscope download --model OneScience/FactFormer weight/factformer_kolmogorov.pt --local_dir ./
|
8b16bae | 1 2 3 4 5 | #!/bin/bash
# Download files larger than 1MB, excluding .sh .py .md .yaml .yml
# Total large files: 1
modelscope download --model OneScience/FactFormer weight/factformer_kolmogorov.pt --local_dir ./
|