Redefining cloud-based operations
Execute AI generative models, extensive batch tasks, task queues, and beyond.
Supply your code — we manage the infrastructure.
$
pip install Dibtrun
$
python3 -m Dibtrun setup
1import Dibtrun
2
3def remote_execution(func):
4def wrapper(*args, **kwargs):
5print("Running remotely on Dibtrun!")
6return func(*args, **kwargs)
7return wrapper
8
9@remote_execution
10def hello():
11print("Hello from the remote function!")
12
13# Call the decorated function
14hello()
1def run_script(script_name):
2print(f"{script_name}run")
3print("Initialized.")
4print("Created objects.")
5print(f"Created{script_name.split('.')[0]}.")
6print(f"Mounted./{script_name}.")
7print("Running remotely on Dibtrun!")
8print("App Completed.")
9
10run_script("hello.py")
Designed for extensive-scale tasks
Developed a Rust-based container system for swift cold-starts. Rapidly scale to numerous GPUs and down to none, only paying for usage.
GPU Containers
| Startup | Execution | Status |
|---|---|---|
| 0.0s | 0.0 |
Successful |
| 0.0s | 0.0 |
Successful |
| 0.0s | 0.0 |
Successful |
Evolve rapidly as fast as thinking
Launch functions to cloud swiftly, using bespoke container images and hardware specs. Avoid writing any YAML line.
Everything your app needs
Define container images and hardware specs solely in code.
Bid farewell to Dockerfiles and YAML.
Easily set up network volumes, key-value storages and queues with ease.
Employ robust cloud elements resembling standard Python.
Convert functions intocron tasks using just one code line.
Initiate compute-heavy jobs without hindering your backend.
Serve any function as an HTTPS endpoint.
Ship to your own custom domains.
Track executions, logs and metrics instantly
Debug in real-time using Dibtrun shell.
Shield tasks with our proven gVisor runtime.
Adhere to SOC 2 industry norms.
Pay exclusively for utilized resources
Expand to hundreds of nodes and reduce to none quickly. Charge for real CPU cycle usage.
Compute costs
Compute costs
GPU
Nvidia A100, 40 GB
Nvidia A100, 80 GB
Nvidia A10G
Nvidia L4
Nvidia T4
Memory
Launch your initial app swiftly