Ollama Model Repository

Root: {{ ollama_root }} · Manifests: {{ manifests_root }} · Blobs: {{ blobs_root }}
{% if error %} {% endif %} {% if entries and entries|length > 0 %}
Total manifests: {{ entries|length }}
{% for e in entries %} {% endfor %}
Model Size (GB)
{% if e.model_blob_filename %} {{ e.name }}
Model Metadata {% if e.template_blob_filename or e.license_blob_filename or e.params_blob_filename %} | {% if e.template_blob_filename %} Template {% endif %} {% if e.license_blob_filename %} {% if e.template_blob_filename %}| {% endif %} License {% endif %} {% if e.params_blob_filename %} {% if e.template_blob_filename or e.license_blob_filename %}| {% endif %} Parameter Presets {% endif %} {% endif %}
{% else %} {{ e.name }} {% endif %}
Manifest: {{ e.path }}
{% if e.model_gb %} {{ e.model_gb }} GB {% else %} {% endif %}
{% else %}

No manifests found.

{% endif %}