mishig's picture
mishig HF staff
Fetch compatible models & their tokenizer files server side (#25)
7956c78 unverified
raw
history blame contribute delete
No virus
192 Bytes
<script lang="ts">
export let data;
import InferencePlayground from '$lib/components/InferencePlayground/InferencePlayground.svelte';
</script>
<InferencePlayground models={data.models} />