Skip to content

Commit

Permalink
adjust timeout for compilation of flux (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye authored Oct 3, 2024
1 parent 85665a6 commit 1647b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 06_gpu_and_ml/stable_diffusion/flux.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
@app.cls(
gpu="H100", # FA3 is tuned for Hopper
container_idle_timeout=20 * MINUTES,
timeout=60 * MINUTES, # leave plenty of time for compilation
volumes={ # add Volumes to store serializable compilation artifacts
"/root/.nv": modal.Volume.from_name("nv-cache", create_if_missing=True),
"/root/.triton": modal.Volume.from_name(
Expand Down

0 comments on commit 1647b06

Please sign in to comment.