Skip to content

Commit

Permalink
synmon fixes (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
thundergolfer authored Dec 22, 2023
1 parent ef7dee3 commit 98a7404
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 06_gpu_and_ml/embeddings/text_embeddings_inference.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# ---
# cmd: ["modal", "run", "06_gpu_and_ml/embeddings/text_embeddings_inference.py::embed_dataset"]
# ---
import json
import os
import socket
Expand Down
3 changes: 3 additions & 0 deletions 06_gpu_and_ml/stable_diffusion/stable_video_diffusion.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# ---
# cmd: ["modal", "serve", "06_gpu_and_ml/stable_diffusion/stable_video_diffusion.py"]
# ---
import os
import sys

Expand Down

0 comments on commit 98a7404

Please sign in to comment.