> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/guides_v2-de/gpu-devops/devops-gpu.md).

# Überblick

GPU-beschleunigte DevOps-Tools und Inferenz-Engines für produktive Machine-Learning-Workloads.

Modernes DevOps setzt zunehmend auf GPU-Beschleunigung für ML-Modell-Serving, Echtzeit-Inferenz und Hochleistungsrechenaufgaben. Diese Kategorie umfasst produktionsreife Tools, die GPU-Computing für schnellere Modellinferenz und optimierte Deployment-Pipelines nutzen.

Stellen Sie unternehmensgerechte Inferenz-Engines und Laufzeitumgebungen auf CLORE.AI-GPUs bereit, um ML-Modelle im großen Maßstab mit minimaler Latenz und maximalem Durchsatz über den Clore.ai-Marktplatz zu bedienen.

## Verfügbare Anleitungen

| Anleitung                                                           | Anwendungsfall                         | Schwierigkeitsgrad |
| ------------------------------------------------------------------- | -------------------------------------- | ------------------ |
| [ONNX Runtime GPU](/guides/guides_v2-de/gpu-devops/onnx-runtime.md) | Plattformübergreifende Modellsinferenz | Mittel             |
| [TensorRT-LLM](/guides/guides_v2-de/gpu-devops/tensorrt-llm.md)     | Optimiertes LLM-Serving                | Fortgeschritten    |

## GPU-Empfehlungen

| Workload            | Minimale GPU | Empfohlen |
| ------------------- | ------------ | --------- |
| ONNX-Inferenz       | GTX 1660     | RTX 3070+ |
| TensorRT-LLM        | RTX 3090     | A100 40GB |
| Produktives Serving | RTX 4090     | H100      |

## Performance-Tipps

* Verwenden Sie TensorRT zur NVIDIA-GPU-Optimierung
* Aktivieren Sie gemischte Genauigkeit (FP16) für schnellere Inferenz
* Batchen Sie Anfragen für höheren Durchsatz
* Überwachen Sie GPU-Auslastung und Speicherverbrauch

## Verwandte Anleitungen

* [Sprachmodelle](/guides/guides_v2-de/sprachmodelle/language-models.md)
* [MLOps](/guides/guides_v2-de/mlops-and-bereitstellung/mlops.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.clore.ai/guides/guides_v2-de/gpu-devops/devops-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.
