Skip to content

Commit

Permalink
Update examples titles for SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
yirenlu92 committed Nov 26, 2024
1 parent e30cff0 commit eaf111a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 05_scheduling/hackernews_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# lambda-test: false
# tags: ["featured"]
# ---
# # Hacker News Slackbot
# # Cron job in the Cloud to search Hacker News

# In this example, we use Modal to deploy a cron job that periodically queries Hacker News for
# new posts matching a given search term, and posts the results to Slack.
Expand Down
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/llm-serving/vllm_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# tags: ["use-case-lm-inference", "featured"]
# ---

# # Run an OpenAI-Compatible vLLM Server
# # Fast LLM inference with Llama 3.1-8B and vLLM

# LLMs do more than just model language: they chat, they produce JSON and XML, they run code, and more.
# This has complicated their interface far beyond "text-in, text-out".
Expand Down
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/llm-structured/jsonformer_generate.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ---
# lambda-test: false
# ---
# # Generate synthetic data with Jsonformer
# # Structured output generation with JSONFormer
#
# [Jsonformer](https://github.com/1rgs/jsonformer) is a tool that generates structured synthetic data using LLMs.
# You provide a JSON spec and it generates a JSON object following the spec. It's a
Expand Down
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/obj_detection_webcam/webcam.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# deploy: true
# tags: ["use-case-image-video-3d", "featured"]
# ---
# # Machine learning model inference endpoint that uses the webcam
# # Real-time object detection via webcam
#
# This example creates a web endpoint that uses a Huggingface model for object detection.
#
Expand Down
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/stable_diffusion/flux.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# tags: ["use-case-image-video-3d", "featured"]
# ---

# # Run Flux fast with `torch.compile` on Hopper GPUs
# # Run Flux fast on H100s

# In this guide, we'll run Flux as fast as possible on Modal using open source tools.
# We'll use `torch.compile` and NVIDIA H100 GPUs.
Expand Down
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/text-to-video/mochi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# cmd: ["modal", "run", "--detach", "06_gpu_and_ml/text-to-video/mochi.py", "--num-inference-steps", "64"]
# ---

# # Generate videos from text prompts with Mochi
# # Text-to-video AI with Mochi

# This example demonstrates how to run the [Mochi 1](https://github.com/genmoai/models)
# video generation model by [Genmo](https://www.genmo.ai/) on Modal.
Expand Down
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/yolo/finetune_yolo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# args: ["--no-quick-check"]
# tags: ["use-case-image-video-3d", "use-case-finetuning"]
# ---
# # Fine-Tuning and Inference for Computer Vision with YOLO
# # Object detection with YOLO open source model
#
# Example by [@Erik-Dunteman](https://github.com/erik-dunteman) and [@AnirudhRahul](https://github.com/AnirudhRahul/).

Expand Down

0 comments on commit eaf111a

Please sign in to comment.