Skip to content

Commit

Permalink
fix: model format typo on import page (#1688)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohit Gaur <[email protected]>
Co-authored-by: Mohit Gaur <[email protected]>
  • Loading branch information
Mohit-Gaur and Mohit Gaur committed Sep 11, 2024
1 parent ffe4da0 commit aa79642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/ImportModel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export function goToUpPage(): void {
class="w-full cursor-pointer flex-col px-4 py-8 border-2 border-dashed rounded flex justify-center items-center">
<Fa size="1.1x" class="cursor-pointer text-[var(--pd-link)]" icon={faFileImport} />
<span>Drag & Drop or <strong class="text-[var(--pd-link)]">Choose file</strong> to import</span>
<span class="opacity-50 text-sm">Supported format: .guff, .bin</span>
<span class="opacity-50 text-sm">Supported formats: .gguf, .bin</span>
</button>
{:else}
<!-- showing path -->
Expand Down

0 comments on commit aa79642

Please sign in to comment.