# Cómo instalar modelos de forma local

Para poder instalar modelos de forma cómoda y segura, es conveniente crear entornos virtuales de Python.&#x20;

{% hint style="info" %}
Los entornos virtuales en Python son herramientas que permite crear espacios aislados dentro del sistema para instalar paquetes y dependencias de Python sin interferir con otras instalaciones del sistema o de otros proyectos.
{% endhint %}

El siguiente manual explica el proceso, incluyendo ejemplos prácticos poniendo en inferencia dos de los modelos ALIA:

{% file src="/files/poBVD8ekcORZthtBw3BS" %}


---

# 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://gplsi.gitbook.io/soporte-alia/ayuda/como-instalar-modelos-de-forma-local.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.
