(ignoreCursorHighlight = false)} />
{#snippet modelEntry(model: ModelWithTokenizer, trending?: boolean)} {@const idx = getModelIdx(model)} {@const [nameSpace, modelName] = model.id.split("/")} {/snippet} {#if trending.length > 0}
Trending
{#each trending as model} {@render modelEntry(model, true)} {/each} {/if} {#if other.length > 0}
Other models
{#each other as model} {@render modelEntry(model, false)} {/each} {/if}