Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug button and experimental tag #27

Merged
merged 4 commits into from
Dec 17, 2024

Conversation

marijnvg-tng
Copy link

  • Add a debug button in the Basics settings tab that will open the developer tools
  • Add the "Experimental" tag for the llama.cpp backend
  • Minor UI improvements in the Basics tab under settings

A button under the Basics settings tab that opens the developer tools in a separate window

Signed-off-by: marijnvg-tng <marijn.vangeest@tngtech.com>
Signed-off-by: marijnvg-tng <marijn.vangeest@tngtech.com>
Signed-off-by: marijnvg-tng <marijn.vangeest@tngtech.com>
Due to a (known) bug, the checkbox style is a bit unstable in combination with certain alignments. Therefore, distinguish the style in a table alignment from others by introducing a separate styling for both.

Signed-off-by: marijnvg-tng <marijn.vangeest@tngtech.com>
</div>
</template>
<template #list="slotItem">
<div class="flex gap-2 items-center">
<span class="rounded-full bg-green-500 w-2 h-2"></span>
<span>{{ textInferenceBackendDisplayName[slotItem.item as typeof backendTypes[number]] }}</span>
<span v-if="slotItem.item=='LLAMA.CPP'"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion to calculate the colour of the backend dot in the line above by server state. If expensive, omit

@florianesser-tng florianesser-tng merged commit 80794f5 into dev Dec 17, 2024
8 checks passed
florianesser-tng added a commit that referenced this pull request Dec 17, 2024
…_tag"

This reverts commit 80794f5, reversing
changes made to fcae45c.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants