{{ ollama_root }}
· Manifests: {{ manifests_root }}
· Blobs: {{ blobs_root }}
| 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 %} |
No manifests found.
{% endif %}