# Lambda vs Fargate vs GPU

## Lambda vs Fargate

Lambda uses AWS lambda to execute code. This is suitable for tasks up to 15 minutes of execution time and has 10GB of memory

Fargate mode lets the user select custom compute CPUs and suitable for long running tasks. This can support CPUs upto 120GB memory.

## **GPU**

Zerve canvas also allow users to select from a range of GPUs with varying performance, memory capacities, and features for heavy compute tasks like training and fine-tuning in deep learning, LLMs  etc.&#x20;

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIQKNeqjEeOp9UwUcB9R9%2Fuploads%2FoAlsWSXLcFY3iG6JZQ4g%2FScreen%20Recording%202025-03-26%20at%206.29.32%E2%80%AFPM.mp4?alt=media&token=6f13e64e-701b-4e30-975b-98992e080dc4>" %}
Compute Settings
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zerve.ai/guide/canvas-view/blocks-and-connections/compute-settings/lambda-vs-fargate-vs-gpu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
