Closed Qclover closed 8 months ago
This repo uses modal.Volume which is separate from NFS as specified in the title.
modal.Volume
For large models, the recommended action is to upload it to S3/GCS if you want to move the weights out of Modal.
To download it, you can set up a Python http.server with modal.Tunnel with the volume attached and download the files through there.
http.server
modal.Tunnel
Hope that solved your issue!
This repo uses
modal.Volume
which is separate from NFS as specified in the title.For large models, the recommended action is to upload it to S3/GCS if you want to move the weights out of Modal.
To download it, you can set up a Python
http.server
withmodal.Tunnel
with the volume attached and download the files through there.