Skip to content

Instantly share code, notes, and snippets.

View ullahsamee's full-sized avatar
💭
🧬

Samee Ullah ullahsamee

💭
🧬
View GitHub Profile
import modal
def download_boltz2():
from mosaic.models.boltz2 import Boltz2
Boltz2()
### Build modal image: install mosaic + deps and download boltz2 model.
image = (
modal.Image.debian_slim(python_version="3.12")