Skip to content

Commit

Permalink
feat: Add modal.yaml file with Modal platform (#13)
Browse files Browse the repository at this point in the history
* Add modal.yaml file with Modal platform
information

* Remove pricing information from modal.yaml

* Refactor modal.yaml for improved readability and
clarity.
  • Loading branch information
NripeshN committed Nov 16, 2023
1 parent 9544573 commit 4c3a096
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions orchestration/modal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
modal:
name: "Modal"

image_url: https://modal.com/_app/immutable/assets/logotype.afd3fe89.svg

tags:
- container
- model-endpoint

url: https://modal.com/

description: "Modal specializes in running generative AI models and large-scale batch jobs. It offers a custom-built container system and infrastructure management, allowing scaling to hundreds of GPUs. Modal emphasizes rapid deployment without YAML, integrating container images and hardware specifications directly in code."

features:
- "Custom Container System: Built-in Rust for rapid scaling and quick cold-start times."
- "YAML-Free Deployment: Functions deploy quickly to the cloud with custom container images and hardware requirements."
- "Efficient Job Scheduling: Easily convert functions into cron jobs and handle compute-intensive jobs seamlessly."
- "Security and Compliance: Incorporates gVisor runtime for security and maintains SOC 2 compliance."

0 comments on commit 4c3a096

Please sign in to comment.