inference-playground / src /lib /state /models.svelte.ts
Thomas G. Lopes
migrate code snippets
812d95a
raw
history blame
180 Bytes
import { page } from "$app/state";
import type { ModelWithTokenizer } from "$lib/types.js";
export const models = $derived({ current: page.data.models as ModelWithTokenizer[] });