jialin
5f405e4823
feat: cluster topology entry
2026-05-14 10:43:29 +08:00
jialin and jialin
96b50538ed
feat: add antv/g6
2026-05-13 17:58:31 +08:00
gitlawr and jialin
2dae886fd1
fix(gpu-service): use gpustack-{slug} namespace for org resources
...
The legacy ``getCurrentOrganizationId`` helper returned the raw numeric
org id from localStorage, which the GPU-service / storage call sites
then used as the K8s namespace path segment — producing requests like
``/v2/clusters/1/proxy/.../namespaces/5/instances``. The backend
creates a namespace named ``gpustack-{slug}`` (matching
``get_namespace_name``), so the request hit a namespace that doesn't
exist.
Replace the helper with ``getCurrentOrgNamespace`` that:
- prefers the Org the caller is acting under (numeric
``currentOrganizationId`` from localStorage, slug looked up in the
persisted ``organizationList`` or ``allOrganizations`` cache);
- falls back to the selected cluster's owner Org slug for the admin
"All" view, where there is no explicit Org context but the resource
still has to land in some Org's namespace — call sites pass
``currentCluster?.owner_principal_id`` through;
- falls back to ``gpustack-default`` only if neither path resolves a
slug (first load before any cache hydrates, etc.).
``ClusterListItem`` is widened with the optional ``owner_principal_id``
field so TypeScript accepts the fallback argument; the backend has
been returning it via ``ClusterPublic`` all along.
2026-05-13 12:29:09 +08:00
jialin and jialin
beb74b3c47
fix: update lock.yaml
2026-05-13 10:52:44 +08:00
jialin and jialin
d93ee98473
fix: eslinit context.getDeclaredVariables
2026-05-13 10:47:45 +08:00
jialin and jialin
f081f0c1cf
chore: dropdown styles token, icons url
2026-05-13 10:47:45 +08:00
jialin and jialin
4e49c399d0
fix: dashboard colors, users rank
2026-05-12 19:01:11 +08:00
jialin and jialin
2527555945
fix: HRM in dev
2026-05-12 14:31:52 +08:00
gitlawr and jialin
5ef671f047
feat: dashboard route gated on canSeeOrgAdmin
...
Relax the dashboard route from canSeeAdmin (strict platform admin)
to canSeeOrgAdmin so the access seam can widen the audience past
the platform admin — by default platform admin, plus whatever an
access extension chooses to admit. The dashboard endpoint takes
care of scoping the response per caller.
Also move Dashboard under the canSeeOrgAdmin bullet in the
access.ts predicate notes.
2026-05-12 14:20:18 +08:00
gitlawr and jialin
10781da086
fix: plugin locale merge re-runs on HMR; API Key form allows Personal
...
- locale-merger: drop the module-level dedup Set. addLocale is
idempotent, and the guard made HMR-added plugin locale keys
silently skipped — strings like organizations.members.selectUsers
stayed unresolved until a full dev-server restart.
- api-keys form: pass allowPersonal: true to CreateOrgScopeField so
admin in Platform-wide mode can target their own Personal Org when
creating a key (unlike infra resources where Personal doesn't fit).
2026-05-12 14:20:18 +08:00
jialin and jialin
c279a7f186
fix: gpu service access
2026-05-11 21:05:08 +08:00
gitlawr and jialin
7dd1c9ac5e
refactor(backends): rename organization_id to owner_principal_id
...
Aligns the InferenceBackend ownership column with the principal-based
ownership model used elsewhere (clusters, model_routes). NULL identifies
platform-curated rows shared across orgs; a populated value identifies
an org-scoped override or custom backend.
2026-05-11 20:28:29 +08:00
gitlawr and jialin
125a5be91f
feat: restore cluster detail surface, gate cluster-list name link via plugin
...
The "chore: hide cluster detail" change had commented out both the
cluster-detail route and the cluster name link in the list. The
detail page component still ships in the OSS tree, so reach is
restored but the link is plugin-gated rather than unconditional:
plain OSS renders the name as a span; with a registered
`clusterDetail.linkableName` flag the name turns into a
`Typography.Link` that fires the parent's existing `onCellClick`
(which navigates to the detail route).
Detail tabs adjustments for the in-cluster context:
- Drop the Deployments tab (deployments are managed from the
top-level Models page; the detail view is scoped to a single
cluster's hardware).
- `WorkerList` and `GPUList` accept an optional `clusterId`. When
set, the list pins `cluster_id` in its query and hides the
cluster-filter dropdown so the user can't scope away from the
cluster they're inside.
`clusterDetail.extraTabs(clusterId, intl)` exposes a plugin slot
that appends additional tab items — used by the enterprise plugin
to inject per-cluster Access / Quotas surfaces. No-op without a
plugin.
2026-05-11 20:28:29 +08:00
jialin and jialin
e25d48cc89
fix: update react-route version
2026-05-11 20:09:37 +08:00
jialin and jialin
5f96f367a6
chore: lock pnpm version
2026-05-11 19:49:21 +08:00
jialin and jialin
01fe2e66fb
fix: style issues
2026-05-11 19:49:21 +08:00
jialin and jialin
1b74285de9
fix: storage instance keep the same cluster
2026-05-11 19:49:21 +08:00
jialin and jialin
b13ba0a229
fix: alignment api
2026-05-11 19:49:21 +08:00
jialin and jialin
9e0dd5b003
fix: display templates by manufacturer
2026-05-11 19:49:21 +08:00
jialin and jialin
4128de61f9
fix: api test
2026-05-11 19:49:21 +08:00
jialin and jialin
fc900c8ce6
fix: ssh key, template test
2026-05-11 19:49:21 +08:00
jialin and jialin
63ac4e0e75
fix: instance api alignment
2026-05-11 19:49:21 +08:00
jialin and jialin
7ee1635833
fix: template api alignment
2026-05-11 19:49:21 +08:00
jialin and jialin
7d0cfeff77
fix: storage api alignment
2026-05-11 19:49:21 +08:00
jialin and jialin
7fa44644fd
style: scroller
2026-05-11 19:49:21 +08:00
jialin and jialin
e9152e8725
refactor: add instance modal
2026-05-11 19:49:21 +08:00
jialin and jialin
7ea7f6666d
feat: templates, storage
2026-05-11 19:49:21 +08:00
jialin and jialin
3ae49dc826
feat: add intances list
2026-05-11 19:49:21 +08:00
gitlawr and jialin
75d7eff63b
chore: bump @gpustack/core-ui to ^1.0.10
...
1.0.10 ships the fix for the rolldown-emitted `require("react")` shim
that broke 1.0.9 runtime (the dist bundle no longer calls the
runtime require helper for react / react-dom). Pin the OSS host's
package.json spec accordingly and regenerate the lockfile.
Side fix in `pages/login/index.tsx`: 1.0.10's `CoreHooks` type
makes `useCurrentUser` and `useTableFetch` required. The login
page's CoreUIProvider never needed them (no current-user reads
and no tables), so cast the hooks block to `any` rather than
mounting stubs that would never run.
2026-05-11 19:30:21 +08:00
gitlawr and jialin
8618718b71
chore: sync pnpm-lock.yaml with package.json
...
Two pre-existing drifts between package.json and pnpm-lock.yaml were
breaking `pnpm install --frozen-lockfile` in CI:
- `@gpustack/core-ui` was bumped to `^1.0.9` in package.json without
regenerating the lockfile (lockfile still pinned the prior 1.0.6
resolution). Pin to `^1.0.7` instead — 1.0.9 ships a packaging
glitch that surfaces a `Calling \`require\` for "react"` exception
at module init under MFSU, so the matching enterprise build was
already reverted; 1.0.7 is the last known-good across both repos.
- `react-router-dom` had `^6.30.3` in package.json but `6.30.3`
(no caret) in the lockfile spec. Match the lockfile to keep the
intentional pin from the original add.
`pnpm install --frozen-lockfile` now passes locally.
2026-05-11 19:30:21 +08:00
gitlawr and jialin
8d17000272
feat: users row actions accept plugin entries
...
The per-row user actions menu was hard-wired to a fixed list and any
plugin-contributed control had to sit as a separate trigger beside
the dropdown. Move the seam: plugins now contribute dropdown items
directly via `users.rowActions`, and we dispatch the click to the
plugin entry by key while the host's `handleSelect` keeps owning
the built-in keys.
Each entry is `{ key, labelId, icon?, danger?, show?(user), onClick(user) }`.
For UI state the onClick might need (drawers, modals), plugins can
mount a single `components.UsersPageGlobal` slot that the page now
renders once outside the table — typical pattern is a jotai atom
the rowAction writes to and the global slot reads from.
Drop the side-mounted `PluginExtraFields name="UserRowActions"` and
its surrounding `<Space>`; the action column is back to a single
DropdownButtons with all entries in one menu.
2026-05-11 19:30:21 +08:00
gitlawr and jialin
df53774628
feat: access-control seam exposes prepended policies + create default
...
The OSS access-control form currently lets a plugin replace the
`allowed_users` policy entry. Multi-tenancy also wants:
- an extra radio option for "Org-scoped" sitting in front of the
built-ins, and
- a context-sensitive create-time default (routes inside a non-
platform Org should land on the Org-scoped policy rather than
`authed`).
Extend the `accessControl` slot with two more hooks:
- `prependedPolicies?: { policyValue, labelId, tipsId?, Field? }[]`
— entries prepended to the radio group; each may carry an
optional content `Field` rendered when selected.
- `resolveCreateDefault?: () => string | undefined` — overrides the
initial `access_policy` for the create flow; the OSS fallback is
still `authed`.
The host's tooltip list mirrors the same order. Existing behaviour
without a plugin is unchanged.
2026-05-11 19:30:21 +08:00
gitlawr and jialin
68235e188a
fix: refresh Access Settings policy from /access response
...
Reopening the Access Settings dialog after a save could leave the
radio on the wrong policy: the form initialized `access_policy`
from the route list's snapshot, but the list isn't refreshed when
the dialog closes, so the snapshot's value silently shadowed the
just-saved policy.
Backend now returns the route's authoritative `access_policy` on
`GET /v2/model-routes/{id}/access`. Use that value when the GET
resolves, falling back to the parent snapshot only as the initial
seed so the radio isn't briefly unselected.
While we're here, widen the `access_policy` type from a closed
union to `string` — plugins can contribute additional policy
values via the `accessControl.allowedUsersOverride` slot, so the
wire type shouldn't restrict to the OSS-side enum.
2026-05-11 19:30:21 +08:00
gitlawr and jialin
f37fad11b1
feat: access-control modal seam to swap the allowed_users surface
...
The OSS Access Settings form hardcodes the `allowed_users` policy
(per-user explicit grants via the legacy transfer widget). Multi-
tenancy needs a different surface that grants by Org / Group / User
principals via the `/v2/model-routes/{id}/principals` endpoints, and
the enterprise plugin will ship that — but the OSS form should stay
visually unchanged when no plugin is loaded.
Add a plugin extension point on the form: if a registered plugin
exposes `accessControl.allowedUsersOverride: { policyValue, labelId,
tipsId?, Field }`, the form replaces the `allowed_users` radio entry
with the plugin's labelled option, swaps the access-scope tooltip
copy, and renders `<Field form routeId action />` for the override
policy. Without a plugin the form's radio / tooltip / content path
are unchanged.
`handleOnFinish` continues to send `users` only for `allowed_users`;
any other policy (including the plugin's value) goes through with
an empty users list, leaving the plugin's Field to manage its own
principal CRUD inline.
2026-05-11 19:30:21 +08:00
gitlawr and jialin
93fa277bdd
fix: Access Control Modal user picker uses /user-directory
...
The form populated its candidate list via the admin-only
`GET /v2/users`, so opening Route Access Settings as a non-admin
caller (e.g. an org owner managing their own route in the
enterprise plugin) returned 403. Add a `queryUserDirectory` client
wrapper around the slim `/v2/user-directory` endpoint (gated to
platform admin OR org owner) and switch `getUserList` over. Response
shape is the same so the rest of the form is unchanged.
2026-05-11 19:30:21 +08:00
jialin and jialin
ea7fa63079
chore(deps): add react-route
2026-05-11 14:47:45 +08:00
jialin and jialin
d15db4b4dd
chore: update ui 1.0.9
2026-05-11 14:32:07 +08:00
jialin and jialin
ed06d57a31
feat: add slots
2026-05-11 14:27:49 +08:00
gitlawr
168c55990f
fix: pick landing route by access predicate to avoid redirect loop
...
Access extensions can narrow ``canSeeAdmin`` to ``false`` even when
``currentUser.is_admin`` is ``true``. The default-landing logic
keyed off ``is_admin`` and pushed admin to ``/dashboard``; when
``canSeeAdmin`` is narrowed there, ``Exception`` 403-redirects to
``/``, which re-pushes ``/dashboard``, looping into a blank screen.
Switch the landing pick (and the masthead-click handler) to consult
the resolved ``access.canSeeAdmin`` predicate instead.
Behavior is unchanged for the default access module, where
``canSeeAdmin`` mirrors ``is_admin``.
2026-05-09 17:22:27 +08:00
gitlawr and jialin
2889ba7c78
feat: plugin extension slots for access, request interceptors, Users actions, and form fields
...
Four purely-additive seams that let build-time tooling extend host
behaviour without forking files:
* `src/access.extensions.ts` — identity `applyAccessExtensions`
(mirrors `config/routes.extensions.ts`). `src/access.ts` runs the
resolved predicate object through it. Adds two new predicates,
`canSeeOrgAdmin` and `canManageCurrentOrg`, alongside the existing
`canSeeAdmin`. Resources, Models children, Cluster Management, and
Resources/Backends are retagged from `canSeeAdmin` to
`canSeeOrgAdmin`. Users and Dashboard stay strict.
* `src/request.extensions.ts` — identity-empty
`extraRequestInterceptors`. `src/request-config.tsx` spreads it
into the existing `requestInterceptors` list so extensions can
inject context-aware headers without forking the request config.
* Users page action column — renders
`getGPUStackPlugin()?.components?.UserRowActions` next to the
existing DropdownButtons inside a Space when a plugin component
is registered. If absent, the cell renders exactly as before.
* `src/components/plugin-extra-fields.tsx` — generic component-slot
helper. Renders `pluginManager.components.<name>` if registered,
forwarding a `context` payload. Used by create/edit forms to let
plugins inject extra `Form.Item` fields. Mounted in the relevant
create forms — API Keys, Cloud Credentials, Clusters, Model
Routes, Model Providers, and Inference Backends — under the slot
name `CreateOrgScopeField`. Resources whose org is implicit from a
parent (Models / Workers / Benchmarks / Worker Pools / Model Files
inherit from the chosen Cluster) deliberately don't mount the slot.
2026-05-08 18:29:52 +08:00
gitlawr and jialin
896b8ef326
feat: expose useTableFetch via CoreUIProvider
...
Inject the host's `useTableFetch` hook into the CoreUIProvider's
`hooks` prop alongside the already-wired `useCurrentUser`, so plugins
that import `useTableFetch` from `@gpustack/core-ui` resolve it through
the host instead of throwing
"`hooks.useTableFetch is not a function`" at the first list-page render.
Companion to the earlier `feat: add use current user` change — core-ui
exposes both hooks as host-injected, but only the user hook had been
plumbed.
2026-05-08 14:46:35 +08:00
jialin and jialin
f08d5c904c
refactor: dynamic routes
2026-05-08 09:33:16 +08:00
jialin and jialin
4be5fb4d3d
feat: add use current user
2026-05-07 18:26:48 +08:00
jialin and jialin
a2d5d55518
chore: backend default command
2026-05-07 18:26:48 +08:00
jialin and jialin
e1b28b01df
chore: backend placeholder
2026-05-07 18:26:48 +08:00
gitlawr and jialin
b6bbe880a0
feat(plugin): expose OrgSwitcher slot in extraRender
...
Add a single host-side mount point in extraRender.tsx:
const OrgSwitcher = pluginManager?.components?.OrgSwitcher;
...
{OrgSwitcher && <OrgSwitcher />}
A registered plugin can supply an Org switcher via
components.OrgSwitcher. When no plugin provides it, the host
renders nothing here, so the build is visually unchanged.
2026-05-07 18:16:42 +08:00
jialin and jialin
65ad57fc4c
fix: iluvatar env check command
2026-05-06 19:32:01 +08:00
jialin and jialin
469e63b898
fix: keep the source deploying from files
2026-05-06 15:09:15 +08:00
jialin and jialin
d471233f83
fix: sync row replicas when start
2026-05-06 14:43:03 +08:00
jialin and jialin
01576212a3
fix: bool type in python code
2026-05-06 14:43:03 +08:00
jialin and jialin
898c7f1be2
refactor: dashboard usage
2026-05-06 12:27:22 +08:00
jialin and jialin
705b33e307
style: parameters tooltip
2026-05-06 12:27:22 +08:00
jialin and jialin
2592f44bc2
fix: append routeID to model proxy URL and drop X-GPUStack-Model header
2026-05-06 12:27:22 +08:00
jialin and jialin
9914db6b96
fix: hide distributed_inference for custom backend
2026-04-29 20:51:48 +08:00
jialin and jialin
bb93ad37a1
feat: benchmark inject params
2026-04-29 20:51:48 +08:00
jialin and jialin
93bc632088
fix: stt error handler
2026-04-29 20:51:48 +08:00
jialin and jialin
ab89ddffc8
fix: tts stream error
2026-04-29 20:51:48 +08:00
jialin and jialin
7794e57bb1
fix: update lock file
2026-04-29 18:21:24 +08:00
jialin and jialin
7c15bb6ef6
chore(deps): update ui 1.0.5
2026-04-29 18:09:55 +08:00
jialin and jialin
ac99156c90
feat: ip access control
2026-04-29 18:09:55 +08:00
jialin and jialin
c68f546be9
fix: apikey filters
2026-04-29 18:09:55 +08:00
jialin and jialin
217285223c
fix: list-input, labels-selector form
2026-04-29 18:09:55 +08:00
jialin and jialin
3144328874
fix: chart flicker
2026-04-29 09:29:04 +08:00
jialin and jialin
26880b4612
refactor: usage chart
2026-04-29 09:29:04 +08:00
jialin and jialin
e7aac14ef1
fix: keep previous run checkbox visible and fall back to main worker
2026-04-28 14:41:36 +08:00
jialin and jialin
52211cd4ea
fix: previous run description
2026-04-28 14:41:36 +08:00
jialin and jialin
331c59b7c1
fix: logs container
2026-04-28 14:41:36 +08:00
jialin and jialin
b605b17561
fix: main worker flag
2026-04-28 14:41:36 +08:00
jialin and jialin
33163ac96c
style: start history selection
2026-04-28 14:41:36 +08:00
jialin and jialin
757af11ab3
chore: history options
2026-04-28 14:41:36 +08:00
jialin and jialin
81a87ef362
chore: logs history selection
2026-04-28 14:41:36 +08:00
jialin and jialin
0cb260f854
feat: logs history
2026-04-28 14:41:36 +08:00
jialin and jialin
0ffc2ee924
chore: update ui version
2026-04-27 21:10:34 +08:00
jialin and jialin
e4992e8313
fix: custom logos
2026-04-27 21:10:34 +08:00
jialin and jialin
519020077a
chore: update lock file
2026-04-24 14:28:30 +08:00
jialin and jialin
6fccee3711
fix: impoer external components
2026-04-24 14:28:30 +08:00
jialin and jialin
597a86562a
fix: rebase main
2026-04-24 14:28:30 +08:00
jialin and jialin
16449613e0
chore: core-ui deps
2026-04-24 14:28:30 +08:00
jialin and jialin
6c161c6ae7
build: sync config
2026-04-24 14:28:30 +08:00
jialin and jialin
48b357b1c6
chore: update hooks import
2026-04-24 14:28:30 +08:00
jialin and jialin
a795544074
fix: CInput not found
2026-04-24 14:28:30 +08:00
jialin and jialin
8711c27b78
chore: replace components with core-ui, upgrade eslint
2026-04-24 14:28:30 +08:00
jialin and jialin
d48aa99dcc
fix: deleted tag
2026-04-22 13:16:48 +08:00
jialin and jialin
5f3b9b88ff
fix: reset page after filters changed
2026-04-22 13:16:48 +08:00
jialin and jialin
f566ea3b63
fix: table sorter
2026-04-22 13:16:48 +08:00
jialin and jialin
8ba77beeed
fix: sync filters
2026-04-22 13:16:48 +08:00
jialin and jialin
128f59ed6f
chore: locales
2026-04-22 13:16:48 +08:00
jialin and jialin
c92f56ec8f
style: card style
2026-04-22 13:16:48 +08:00
jialin and jialin
daa3d74500
fix: usage datepicker
2026-04-22 13:16:48 +08:00
jialin and jialin
ad7fc3a993
fix: usage ux
2026-04-22 13:16:48 +08:00
jialin and jialin
084822814d
fix: models, apikeys Cascader
2026-04-22 13:16:48 +08:00
jialin and jialin
3a58bd1eef
fix: show tag only one selected
2026-04-22 13:16:48 +08:00
jialin and jialin
94d3fa356c
fix: usage filter
2026-04-22 13:16:48 +08:00
jialin and jialin
7d75714662
feat: usage
2026-04-22 13:16:48 +08:00
jialin and jialin
b057d52499
fix: switch model do not work in chat
2026-04-17 20:35:16 +08:00
jialin and jialin
2d726ded30
feat: admin apikeys
2026-04-17 20:35:16 +08:00
jialin and jialin
f45d9bda61
style: font size
2026-04-16 15:16:47 +08:00
jialin and jialin
684c1ab600
fix: apikey model access
2026-04-16 15:03:59 +08:00
jialin and jialin
3ac2720ba8
chore: remove experimental from metax
2026-04-16 15:03:59 +08:00
jialin and jialin
7b743f35b3
fix: apikey custom tag
2026-04-15 11:30:40 +08:00
jialin and jialin
e1b2a4aee2
fix: python test code
2026-04-15 10:15:36 +08:00
jialin and jialin
308c350582
style: server version
2026-04-15 10:15:36 +08:00
jialin and jialin
41c9b86fd9
fix: k8s volume config
2026-04-14 20:42:01 +08:00
jialin and jialin
46b9855c87
fix: custom apikey
2026-04-14 20:42:01 +08:00
jialin and jialin
c667de90ed
style: worker versio info
2026-04-14 20:42:01 +08:00
jialin and jialin
cf13e3bed0
fix: volume mounts default empty
2026-04-10 15:33:59 +08:00
jialin and jialin
0956538b79
fix: volume name update while typing
2026-04-10 15:17:58 +08:00
jialin and jialin
f2a4ab2654
feat: k8s volume mounts
2026-04-10 15:17:58 +08:00
jialin and jialin
aeabdab781
fix(style): all scope tag
2026-04-10 09:52:36 +08:00
jialin and jialin
f04b5cdc27
feat: custom api key
2026-04-09 21:27:50 +08:00
jialin and jialin
b947e3a8b9
fix: show gpu driver version
2026-04-09 21:27:50 +08:00
jialin and jialin
ae3148a86f
feat: validate tts form items
2026-04-09 12:14:36 +08:00
jialin and jialin
78bf76e965
fix: python code for eidting image
2026-04-09 12:14:36 +08:00
jialin and jialin
7beb5756f7
fix: chat content height
2026-04-09 12:14:36 +08:00
jialin and jialin
a2b0236ea3
refactor: table filters ux
2026-04-08 18:54:06 +08:00
jialin and jialin
144914110a
feat: more filters component
2026-04-08 18:54:06 +08:00
jialin and jialin
c73609d155
fix: adjust border raduis
2026-04-08 18:54:06 +08:00
jialin and jialin
53cd8ba00c
fix: page error while route changing
2026-04-08 18:54:06 +08:00
jialin and jialin
1c09cc6c8c
refactor: ui/ux
2026-04-08 18:54:06 +08:00
jialin and jialin
06160546a6
feat: show the worker version
2026-03-31 15:05:38 +08:00
jialin and jialin
0b292829fa
fix(style): select content align
2026-03-31 15:05:38 +08:00
jialin and jialin
392c51fced
chore: instance state filter
2026-03-26 18:20:55 +08:00
jialin and jialin
144d5a6d5f
style: instance cell style
2026-03-26 18:20:55 +08:00
jialin and jialin
43dfc7e1f0
fix: normalize parameter string by removing line-continuation backslashes
2026-03-26 18:20:55 +08:00
jialin and jialin
adde7fba37
feat: add instance view
2026-03-26 18:20:55 +08:00
jialin and jialin
33fe180997
refactor: model instance item
2026-03-26 18:20:55 +08:00
jialin and jialin
a95b7e9561
feat: add instance view
2026-03-26 18:20:55 +08:00
jialin and jialin
08330e0b82
fix: row-textarea upload img
2026-03-26 17:59:33 +08:00
jialin and jialin
c74118e913
refactor: embedding messages format
2026-03-26 17:59:33 +08:00
jialin and jialin
bb3cef89c1
fix(style): dashboard usage filters
2026-03-26 17:59:33 +08:00
jialin and jialin
589936199c
chore: sharegpt description
2026-03-26 17:59:33 +08:00
jialin and jialin
710e2e1996
fix: a non-running instance is selected in creating benchmark
2026-03-26 17:59:33 +08:00
bakiburakogun and jialin
aa794c7646
fix(i18n): add missing ShareGPT profile and fix untranslated model tips in tr-TR
2026-03-25 09:48:20 +08:00
jialin and jialin
48779aed29
fix: add ShareGPT profile
2026-03-24 16:29:41 +08:00
jialin and jialin
3907e1ac76
fix(style): hint-input minwidth
2026-03-24 16:29:41 +08:00
jialin and jialin
4d6af4fbf8
fix: copybutton do not work
2026-03-24 10:37:15 +08:00
bakiburakogun and jialin
9c3b0efb30
revert: restore fileName: any for consistency with other locale files
2026-03-23 15:55:07 +08:00
8bcb7ffe4d
Update src/locales/tr-TR.ts
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-23 15:55:07 +08:00
bakiburakogun and jialin
77f0740ec9
feat(i18n): add Turkish (tr-TR) locale translation
...
Add complete Turkish localization for the GPUStack UI including all 18 translation files covering common UI, menus, dashboard, models, playground, resources, API keys, users, backends, benchmarks, clusters, providers, routes, shortcuts, usage, and vendor names.
2026-03-23 15:55:07 +08:00
jialin and jialin
8b5e407758
fix: alert info height
2026-03-20 17:23:55 +08:00
jialin and jialin
6c88a5554f
fix: bedrock required fields
2026-03-20 17:23:55 +08:00
jialin and jialin
d779ee06b1
fix: typos: position
2026-03-20 17:23:55 +08:00
jialin and jialin
f873d4e245
fix: show required fields for provider
2026-03-20 17:23:55 +08:00
jialin and jialin
0a0e03dc68
fix: open the advanced when configured
2026-03-20 17:23:55 +08:00
jialin and jialin
f0e19c8934
fix: spin size
2026-03-19 12:28:18 +08:00
jialin and jialin
a6af51dc32
fix: delay querying backends
2026-03-19 12:28:18 +08:00
jialin and jialin
fd1a079271
refactor: deployments dir tree
2026-03-19 12:28:18 +08:00
jialin and jialin
9840a48301
fix: depercated props
2026-03-19 12:28:18 +08:00
jialin and jialin
2dc7c9adf1
feat: show the apikey mask value
2026-03-17 16:35:55 +08:00
jialin and jialin
a86bfe7fd3
chore: upgrade antd 6.3.3
2026-03-17 16:35:55 +08:00
jialin and jialin
d99475bb80
style: table overflow scroller style
2026-03-17 16:35:55 +08:00
jialin and jialin
194b7aff2e
fix: autofilled in add user form
2026-03-17 16:35:55 +08:00
jialin and jialin
f6d5733183
fix: video gen
2026-03-17 16:35:55 +08:00
jialin and jialin
0ca055b8e8
fix: parser multiple backend pramas on paste
2026-03-17 16:35:55 +08:00
jialin and jialin
9aae2c7f50
fix: use html audio to load stream
2026-03-17 16:35:55 +08:00
jialin and jialin
c29ad1270b
fix: stt streaming response handler
2026-03-17 16:35:55 +08:00
jialin and jialin
49a60c25af
feat: add streaming for stt
2026-03-17 16:35:55 +08:00
jialin and jialin
39bcc158bb
feat: add stream mode for tts
2026-03-17 16:35:55 +08:00
jialin and jialin
4f02bcd40c
feat: paste multiple lines in parameters input
2026-03-17 16:35:55 +08:00
jialin and jialin
556c4a434d
chore: benchmark profile filter
2026-03-17 16:35:55 +08:00
jialin and jialin
d389b035b7
refactor: playground params form
2026-03-17 16:35:55 +08:00
jialin and jialin
9447088f89
refactor: adjust playground pages dir
2026-03-17 16:35:55 +08:00
jialin and jialin
64955c26a7
refactor: playground params container
2026-03-17 16:35:55 +08:00
jialin and jialin
68519223fa
fix: pagination cache for table list
2026-03-17 16:35:55 +08:00
jialin and jialin
e72cacc4b2
chore: autocomplete user info
2026-03-17 16:35:55 +08:00
jialin and jialin
ed4be2328f
chore: store pagination for list
2026-03-17 16:35:55 +08:00
jialin and jialin
e241c6cb6f
refactor: embeddding input list
2026-03-17 16:35:55 +08:00
jialin and jialin
6e98fb4274
fix: reset filter in export modal
2026-03-16 14:48:46 +08:00
jialin and jialin
83f6f41787
fix: show backend warning hint after submitting in editing mode
2026-03-16 14:48:46 +08:00
jialin and jialin
18c10e5839
chore: update model cols
2026-03-16 14:48:46 +08:00
jialin and jialin
11de47c813
style: same key tooltip
2026-03-16 14:48:46 +08:00
jialin and jialin
85ea619b18
fix: title for editing apikey
2026-03-16 14:48:46 +08:00
jialin and jialin
3f57cf21f7
feat: add profile filter in benchmark
2026-03-16 14:48:46 +08:00
jialin and jialin
b75c773879
chore: add nvidia notes
2026-03-16 14:48:46 +08:00
jialin and jialin
95070ae382
feat: display provider models
2026-03-16 14:48:46 +08:00
jialin
353ee3a9ae
fix: route target can be set 0
2026-03-10 19:06:49 +08:00
jialin
972e147fdf
fix: yaml edior height
2026-03-10 19:06:49 +08:00
jialin
73e52fe334
chore: add hint for creating backend
2026-03-09 15:48:16 +08:00
jialin
cf521ad79e
fix: default_env field not display in backend editing yaml
2026-03-02 10:21:21 +08:00
jialin
76a3e5cfcf
fix: custom config overwrite input value
2026-02-25 10:42:06 +08:00
jialin
200d63e5fc
fix: add custom config in get-models, test-model
2026-02-25 10:28:31 +08:00
jialin
0aeefb1217
fix: allow deleting version for community backend
2026-02-24 17:23:42 +08:00
jialin
7dfeb859e2
refactor: query dashboard data
2026-02-24 16:33:28 +08:00
jialin
5151f26b9e
fix: miss openaiCustomUrl in get-models payload
2026-02-24 15:36:41 +08:00
jialin
053e5cca86
chore: markdown for community backend detail
2026-02-24 11:37:22 +08:00
jialin
89765c19c4
fix: copy multi lines when ==
2026-02-24 11:07:53 +08:00
jialin
0824f0c13b
fix: provider proxy_url set null when disabled
2026-02-24 11:07:53 +08:00
jialin
04092c3fa5
fix: openaicustomurl do not display
2026-02-24 11:07:53 +08:00
jialin
d8258cf676
fix: worker list params do not update
2026-02-14 12:06:45 +08:00
jialin
97d6eee5ba
chore: icons static files
2026-02-13 20:36:46 +08:00
jialin
511297ed11
fix: do not cache while watching during manual updates
2026-02-13 19:32:59 +08:00
jialin
88aafbaf7b
refactor: list watch trigger
2026-02-13 16:12:56 +08:00
jialin
af9890b16c
style: community backend detail title
2026-02-13 12:26:43 +08:00
jialin
c67a8c4120
fix: add other category
2026-02-12 19:38:47 +08:00
jialin
16c0e00b4f
chore: diff envs in editing deployment
2026-02-12 19:38:47 +08:00
jialin
d1c1c5acf9
chore: corex metax notes
2026-02-12 14:56:25 +08:00
jialin
9cb7145b4e
fix: provider yaml inital value
2026-02-12 12:20:05 +08:00
jialin
978d327bcd
chore: form tabs active change
2026-02-12 12:20:05 +08:00
jialin
07664b5f22
chore: quick create route
2026-02-12 12:20:05 +08:00
jialin
b21fe0ac4c
style: error message toast
2026-02-12 12:20:05 +08:00
jialin
932c30cd7f
fix: enable_model_route set true in cloning
2026-02-11 20:35:19 +08:00
jialin
59c19f3fae
fix: update add worker command
2026-02-11 17:54:34 +08:00
jialin
c9245f957e
fix: enable_model_route value in cloning
2026-02-11 17:54:34 +08:00
jialin
228cd4e664
fix: benchmark detail envs gpus list
2026-02-11 16:50:49 +08:00
jialin
289a651d52
fix: default language value
2026-02-11 16:14:06 +08:00
jialin
1b8c17ce92
fix: tts params filter
2026-02-11 15:30:35 +08:00
jialin
e66de732ac
fix: copy button do not work
2026-02-11 15:30:35 +08:00
jialin
2ba94f7524
fix: miss model file path in cloning
2026-02-11 11:05:43 +08:00
jialin
3f90642726
chore: request result in list
2026-02-10 17:29:57 +08:00
jialin
35ae7b9643
fix(style): adjust ui
2026-02-10 17:29:57 +08:00
jialin
15d635322b
fix: target model text overflow
2026-02-10 17:29:57 +08:00
jialin
c3d5234710
fix: new added model item is cleared
2026-02-10 17:29:57 +08:00
jialin
9b498d10d5
fix: dashboard model data format
2026-02-10 11:33:24 +08:00
jialin
9418e5b635
fix: get models in cloning
2026-02-10 11:33:24 +08:00
jialin
8779b79bbf
fix: get models in cloning
2026-02-10 10:25:02 +08:00
jialin
ba11689029
feat: filter form for table
2026-02-10 10:25:02 +08:00
jialin
90e212a1b2
fix: reset default columns do not work
2026-02-09 18:02:30 +08:00
jialin
198a52e230
chore: add runtime in register k8s command
2026-02-09 15:58:29 +08:00
jialin
e7890dda3d
chore: show fallback change warning
2026-02-09 13:26:44 +08:00
jialin
83086c46e6
fix: target options miss deployment models
2026-02-09 11:51:26 +08:00
jialin
1314123ad7
fix: api_key format
2026-02-09 11:51:26 +08:00
jialin
cb13873098
fix: deduplicate models before submitting
2026-02-09 11:51:26 +08:00
jialin
fba430999d
fix(style): error message toast
2026-02-09 09:35:42 +08:00
jialin
293c53d8dd
chore: keep error message visiable on hover
2026-02-08 19:44:43 +08:00
jialin
33ce334bd7
fix: verify same model selected
2026-02-08 19:44:43 +08:00
jialin
379eeedde2
fix: deduplicate in select provider models and target models
2026-02-08 17:20:05 +08:00
jialin
ec6f5d1ad3
chore: add copy button for run command
2026-02-08 10:27:49 +08:00
jialin
f35ba8f8e5
fix: success message in creation cluster
2026-02-08 10:27:49 +08:00
jialin
21ffd2a564
fix: env params incorrect after switching between vendors
2026-02-07 16:51:09 +08:00
jialin
3c5b095510
fix: benchmark enviroment table
2026-02-06 20:59:47 +08:00
jialin
096227e3da
fix: benchmark tooltip issues
2026-02-06 18:34:20 +08:00
jialin
4a582ec8b1
fix: benchmark tooltip
2026-02-06 18:34:20 +08:00
jialin
4132494a49
chore: provider masked api-key
2026-02-06 17:33:06 +08:00
jialin
1bd31d2936
fix: stt languages sorting
2026-02-06 17:33:06 +08:00
jialin
18ffeb82a2
fix: benchmark form data error in editing
2026-02-06 15:36:24 +08:00
jialin
da985871cc
fix: benchmark issues
2026-02-06 14:27:05 +08:00
jialin
4ff5b3e05a
chore: grafana entry
2026-02-06 14:27:05 +08:00
jialin
7f3d6bb55f
fix: ui issues
2026-02-06 11:13:49 +08:00
jialin
d54722609c
fix: remove duplicate selected models
2026-02-06 11:13:49 +08:00
jialin
2765d5edeb
chore: tts, stt meta
2026-02-05 20:35:07 +08:00
jialin
a1a7979fb3
fix: update open playground btn
2026-02-05 11:55:05 +08:00
jialin
4e8b5e26ae
feat: monitor button
2026-02-04 20:14:25 +08:00
jialin
47596fdb1a
fix: copy button do not work
2026-02-04 20:14:25 +08:00
jialin
332521a7f3
feat: grafana link
2026-02-04 20:14:25 +08:00
jialin
8690de00a9
feat: add grafana link
2026-02-04 20:14:25 +08:00
jialin
7fd2b43704
fix: refresh enable backend state
2026-02-04 14:58:48 +08:00
jialin
05c05419fc
feat: duplicate deployment
2026-02-04 14:58:48 +08:00
jialin
5ad9ac277c
style: benchmark progress
2026-02-03 20:50:40 +08:00
jialin
42f24245b5
fix: maas provider custom config
2026-02-03 20:26:00 +08:00
jialin
7548836b67
fix: reranker for sglang
2026-02-03 19:12:34 +08:00
jialin
a2c33affcd
fix: file import error
2026-02-03 18:27:49 +08:00
jialin
11039a5c82
fix: enable_model_route
2026-02-03 18:21:08 +08:00
jialin
46969702a8
fix: open model in playground
2026-02-03 18:21:08 +08:00
jialin
134827a0f7
chore: resort menu
2026-02-03 18:21:08 +08:00
jialin
f0390682ce
chore: rebase main
2026-02-03 18:21:08 +08:00
jialin
2a6846d2c0
chore: remove invalid file
2026-02-03 18:21:08 +08:00
jialin
dc8b3b9210
fix: routes locales
2026-02-03 18:21:08 +08:00
jialin
dcda9be50b
style: display target model name
2026-02-03 18:21:08 +08:00
jialin
04c25ab0f7
chore: fallback selection
2026-02-03 18:21:08 +08:00
jialin
051d9421b0
chore: access, endpoints to route targets
2026-02-03 18:21:08 +08:00
jialin
6d65797b4f
fix: access source error
2026-02-03 18:21:08 +08:00
jialin
497813eced
fix(styles): providers access token
2026-02-03 18:21:08 +08:00
jialin
26e3a1944b
chore: access form test
2026-02-03 18:21:08 +08:00
jialin
e188d788b9
chore: provider form test
2026-02-03 18:21:08 +08:00
jialin
d86d061f97
style: access list
2026-02-03 18:21:08 +08:00
jialin
35918d2a00
chore: access meta
2026-02-03 18:21:08 +08:00
jialin
51bab71291
style: adjust providers style
2026-02-03 18:21:08 +08:00
jialin
6fd886b27a
style: metadata list styles
2026-02-03 18:21:08 +08:00
jialin
2211009cce
chore: providers logo
2026-02-03 18:21:08 +08:00
jialin
eb65cee280
style: fallback ui
2026-02-03 18:21:08 +08:00
jialin
a3dd126931
chore: fallback checkbox
2026-02-03 18:21:08 +08:00
jialin
0b2be1e54b
chore: model access control
2026-02-03 18:21:08 +08:00
jialin
337d93ff51
style: endpoint selection
2026-02-03 18:21:08 +08:00
jialin
df5c2be7fa
feat: metadata list
2026-02-03 18:21:08 +08:00
jialin
15cd9795d5
style: providers selection, remove fallback form
2026-02-03 18:21:08 +08:00
jialin
5fcdf4ea00
chore: access form
2026-02-03 18:21:08 +08:00
jialin
e8e982559d
chore: providers ux
2026-02-03 18:21:08 +08:00
jialin
b2a8d27178
feat: provider form
2026-02-03 18:21:08 +08:00
jialin
679e10abd6
feat: add access list
2026-02-03 18:21:08 +08:00
jialin
34331063eb
feat: provider lsit
2026-02-03 18:21:08 +08:00
jialin
2dfdd4a0d9
feat: add provider menu
2026-02-03 18:21:08 +08:00
jialin
cb5413c2ce
fix: backend version list
2026-02-03 16:05:43 +08:00
jialin
9e7f2261f3
fix: max token not a int number
2026-02-03 16:05:43 +08:00
jialin
5efed8f193
fix: do not set default deployment name
2026-02-03 16:05:43 +08:00
jialin
0af7e95af2
fix: do not display as group when has one
2026-02-03 15:41:16 +08:00
jialin
cf3b225d3e
fix: edit community backend
2026-02-03 15:41:16 +08:00
jialin
32f95f5d7d
fix: revert backend selection
2026-02-03 15:41:16 +08:00
jialin
9a5a1bf555
chore: add mutiple additional volume
2026-02-02 15:58:01 +08:00
jialin
b7dfb0af0b
chore: export action for benchmark item
2026-02-02 15:58:01 +08:00
jialin
4a71387098
fix: do not show evalute result when no claims
2026-02-02 15:58:01 +08:00
jialin
f651ab7fd9
fix: default benchmark form values
2026-02-02 14:10:46 +08:00
jialin
fc599a0637
style: column setting sub title
2026-02-02 14:10:46 +08:00
jialin
9796233897
feat: benchmark detail actions
2026-02-01 22:56:36 +08:00
jialin
0849a2f114
chore: column settings
2026-02-01 20:22:25 +08:00
jialin
043218937f
chore: benchmark detail locales
2026-02-01 20:22:25 +08:00
jialin
7b4d60b576
feat: add ref_text, x_vector_only_mode
2026-01-31 16:53:35 +08:00
jialin
f803b910b5
fix: tts default params
2026-01-31 14:39:44 +08:00
jialin
8d660b20aa
fix: miss default name in deploy
2026-01-31 14:39:44 +08:00
jialin
1e298bbbc0
fix: tts viewcode params
2026-01-31 14:06:50 +08:00
jialin
14eb54481d
chore: remove advanced toggle in image
2026-01-31 14:06:50 +08:00
jialin
7a5c28228b
chore: upload a ref audio
2026-01-31 14:06:50 +08:00
jialin
f278716b7e
fix: hidden tokens input
2026-01-30 23:14:23 +08:00
jialin
b3e186fea4
feat: add tts params
2026-01-30 22:58:11 +08:00
jialin and Lawrence Li
f0cdefad90
chore: update icons
2026-01-30 20:48:55 +08:00
jialin and Lawrence Li
507b0e44d5
fix: init envs
2026-01-30 20:48:55 +08:00
jialin and Lawrence Li
56985be26b
chore: default_env, env
2026-01-30 20:48:55 +08:00
jialin and Lawrence Li
d3a0c6a330
style: arrow bivider
2026-01-30 20:48:55 +08:00
jialin and Lawrence Li
0d5cd28d38
feat: community backends marketplace
2026-01-30 20:48:55 +08:00
jialin and Lawrence Li
b6bd9cd7dd
feat: community backends page
2026-01-30 20:48:55 +08:00
jialin and Lawrence Li
2dab5093dc
fix: parse yaml error
2026-01-30 20:48:55 +08:00
jialin and Lawrence Li
4a4a02eb0d
chore: update env vars from backend version
2026-01-30 20:48:55 +08:00
jialin and Lawrence Li
4000aacb2c
fix: backend selection
2026-01-30 20:48:55 +08:00
jialin and Lawrence Li
a2be7f6b36
chore: backend api
2026-01-30 20:48:55 +08:00
jialin
af6f90c228
fix: benchmark state
2026-01-30 18:48:55 +08:00
jialin
3df2d23bf5
fix: benchmark detail styles
2026-01-30 18:48:55 +08:00
jialin
d173e2d49b
fix: details layout
2026-01-30 18:48:55 +08:00
jialin
5747cae87a
style: detail layout
2026-01-30 18:48:55 +08:00
jialin
667751dc5f
refactor: env detail
2026-01-30 18:48:55 +08:00
jialin
577996f507
refactor: summary
2026-01-30 18:48:55 +08:00
jialin
22e42e279c
chore: logs
2026-01-30 18:48:55 +08:00
jialin
6c42b87c57
chore: update creation form
2026-01-30 18:48:55 +08:00
jialin
3fe63f836f
chore: remove labels
2026-01-30 18:48:55 +08:00
jialin
1a2e82f079
chore: profile config
2026-01-30 18:48:55 +08:00
jialin
8f2eea70f6
chore: detail api
2026-01-30 18:48:55 +08:00
jialin
358df925e7
chore: list actions
2026-01-30 18:48:55 +08:00
jialin
9ab8f233a2
feat: benchmark detail page
2026-01-30 18:48:55 +08:00
jialin
fb0e45ebed
feat: benchmark form
2026-01-30 18:48:55 +08:00
jialin
37b814b70a
feat: benchmark list
2026-01-30 18:48:55 +08:00
jialin
8b282afb03
fix: vllm run command
2026-01-22 17:39:01 +08:00
jialin
ec9a4b2607
fix: duplicate watch created
2026-01-20 14:51:45 +08:00
jialin
d5f3158638
fix: recreate watch request after cluster changed
2026-01-20 13:40:15 +08:00
jialin
eb5e344b41
style: gpu vendor logo
2026-01-20 10:36:38 +08:00
jialin
9d13b27c9e
fix: add worker message trigger
2026-01-20 10:36:38 +08:00
jialin
b4f69a4e2e
perf: cancel the request when leaving page
2026-01-16 16:53:38 +08:00
jialin
3e359a69c7
fix: set loadingWatch state when the loading begins
2026-01-16 11:37:47 +08:00
jialin
9de4054851
style: t-head logo
2026-01-15 19:54:20 +08:00
jialin
9676e63b5e
feat: add t-head
2026-01-15 19:54:20 +08:00
jialin
337cb67cd9
fix: fetch list axios token incorrect
2026-01-15 17:48:45 +08:00
jialin
fe79258766
fix: remove updateManually on model files
2026-01-15 16:43:44 +08:00
jialin
0a9cc1e17a
fix: cache current list query params
2026-01-15 16:20:05 +08:00
jialin
6445061836
fix: page changing do not trigger watch
2026-01-15 15:07:55 +08:00
jialin
19df710a0d
fix(style): autocomplete width out of range
2026-01-15 11:17:05 +08:00
jialin
0d8333eac6
style: textarea max rows
2026-01-15 11:17:05 +08:00
jialin
b1cb4bbe32
fix: minimatch error
2026-01-15 09:28:19 +08:00
jialin
11b9430b15
fix: worker list update by watch
2026-01-14 20:12:39 +08:00
jialin
1230c3bd28
fix: worker list update by watch
2026-01-14 19:58:09 +08:00
jialin
2ee645b1ee
fix: too many requests after query change
2026-01-14 18:02:08 +08:00
jialin
84ce308d9d
fix: hint input width
2026-01-14 18:02:08 +08:00
jialin
be631d021e
feat: get initial password command
2026-01-14 17:19:43 +08:00
jialin
a37458fd9e
fix: update worker by fetchData
2026-01-14 16:01:47 +08:00
jialin
095b9478cc
fix: form submit on video
2026-01-14 16:01:47 +08:00
jialin
94fec52329
chore: scrollable tabs
2026-01-14 16:01:47 +08:00
jialin
fc4d71139a
style: playground right side
2026-01-14 16:01:47 +08:00
jialin
c813344c7c
fix: the max embedding value exceeds the limit.
2026-01-13 20:57:50 +08:00
jialin
f0bfbfe693
fix: re-create watch request after filtering
2026-01-13 18:43:11 +08:00
jialin
741cf07f2e
fix(style): model file list text overflow
2026-01-13 18:43:11 +08:00
jialin
5ff26e1ce8
chore: video test code
2026-01-13 18:43:11 +08:00
jialin
342d977fe4
fix: -custom error message on creating backend
2026-01-13 18:43:11 +08:00
niu_he and jialin
9c1011fbd8
Add JSX as a global variable in ESLint config
2026-01-13 17:22:03 +08:00
jialin
daaf77a89f
fix: do not fixed node version in package.json
2026-01-13 09:29:51 +08:00
jialin
420600510d
fix(style): remove dot symbol when no size
2026-01-12 20:42:05 +08:00
jialin
0ae9a7f42f
fix: gpuindex sort
2026-01-12 20:36:38 +08:00
jialin
a1cddfa18b
chore: hide cluster detail
2026-01-12 20:30:24 +08:00
jialin
89fe8e68f4
feat: playground video
2026-01-12 20:30:24 +08:00
jialin
cd3b0607a5
style: modal drawer blur
2026-01-12 20:30:24 +08:00
jialin
0cde6f7dbc
chore: add models and gpus in cluster detail page
2026-01-12 20:30:24 +08:00
jialin
42943a33fe
chore: display allocated vram on instance
2026-01-12 14:52:59 +08:00
jialin
fc76822bdf
fix: catalog size
2026-01-12 12:24:34 +08:00
jialin
05ad296b43
chore: cluster system load service
2026-01-12 12:24:34 +08:00
jialin
2e5b075d1b
fix: header bg color
2026-01-12 12:24:34 +08:00
EVGENY M and jialin
f47348106e
Update backends.ts
2026-01-10 17:14:17 +08:00
jialin
f351447f09
chore: remove editor static files
2026-01-09 21:13:41 +08:00
jialin
10b2a8b4f9
fix: editor incompatibility with firefox79
2026-01-09 20:51:48 +08:00
jialin
afcd3e5693
feat: add cluster detail
2026-01-09 20:51:48 +08:00
jialin
7b5ce83cbd
fix: add worker default selection is incorrect
2026-01-08 11:01:06 +08:00
jialin
0cff804cd7
fix: add worker title
2026-01-08 09:26:55 +08:00
jialin
f4e6bf7fd5
fix: gpuindexs sort
2026-01-08 09:26:55 +08:00
jialin
ba4f277863
fix: add worker ux when only DO cluster
2026-01-08 09:26:55 +08:00
jialin
d35bd16543
fix: cluster pending status
2026-01-08 09:26:55 +08:00
jialin
065841530d
fix: slider marker label
2026-01-07 15:55:26 +08:00
jialin
28a73d2a6e
chore: use drawer for creation
2026-01-07 15:55:26 +08:00
jialin
bbf09c2ea9
style: command viewer scroller
2026-01-07 15:55:26 +08:00
jialin
8f9fae9210
style: use drawer for adding worker
2026-01-06 17:21:32 +08:00
jialin
0eba1da6c4
style: cluster creation steps
2026-01-06 17:21:32 +08:00
jialin
0ba8300959
fix: no clusters tips in adding worker modal
2026-01-06 17:21:32 +08:00
jialin
f8ae7680ad
fix: updating model name should show the recreation message
2026-01-06 17:21:32 +08:00
jialin
d51f00d35d
style: cluster creation modal
2026-01-06 17:21:32 +08:00
jialin
0f7a475ec9
feat: add context length
2026-01-06 17:21:32 +08:00
jialin
d8b3331648
style: slider handle color
2026-01-06 17:21:32 +08:00
jialin
2816fedc36
refactor: catalog fetch data
2026-01-06 17:21:32 +08:00
jialin
17de9d98f4
chore(deps): upgrade antd to v6
2026-01-06 17:21:32 +08:00
jialin
b2f5eb8850
style: user usage rank
2026-01-06 17:21:32 +08:00
jialin
c821a2e463
refactor: create cluster ux
2026-01-06 17:21:32 +08:00
jialin
66e8f83395
fix: did not cache workers and clusters in model files
2025-12-31 10:23:15 +08:00
jialin
41ebceca8f
chore: static iconfont files
2025-12-29 15:40:36 +08:00
jialin
632685672c
fix: wheel event passive
2025-12-29 15:28:40 +08:00
jialin
bd2e4bb633
docs: hygon notes
2025-12-29 09:36:48 +08:00
jialin
835633d44b
fix: help menu item clickable area
2025-12-26 18:18:32 +08:00
EVGENY M and jialin
75773e6b00
Update models.ts
2025-12-26 18:16:33 +08:00
EVGENY M and jialin
a21b9b5244
Update users.ts
2025-12-26 18:16:02 +08:00
EVGENY M and jialin
38bf76dc14
Update common.ts
2025-12-26 18:15:29 +08:00
EVGENY M and jialin
9461341104
Update clusters.ts
2025-12-26 18:15:05 +08:00
jialin
5b5b2c6364
fix: chat compare switch model meta
2025-12-26 17:29:36 +08:00
jialin
a006263e51
fix: add worker to default cluster
2025-12-26 12:08:30 +08:00
jialin
febdd38f7c
fix: set submitloading as false in catch
2025-12-26 09:48:10 +08:00
jialin
1b4d335b09
fix: store hideModel value in global session
2025-12-25 20:36:48 +08:00
jialin
725409a576
fix: image seed do no clear
2025-12-25 17:57:11 +08:00
jialin
9b25cc51e4
style: user rank chart
2025-12-25 17:57:11 +08:00
jialin
9dcdb6b6e7
fix: reset userSettings first login
2025-12-25 13:14:59 +08:00
jialin
73b987358f
fix(style): cluster options
2025-12-24 20:52:48 +08:00
jialin
84c2bf130c
style: cluster selector
2025-12-24 20:37:20 +08:00
jialin
b25189feea
fix: cancel sorting
2025-12-24 15:40:19 +08:00
jialin
a9b58a5564
fix: cluster filter do not work in dashboard
2025-12-24 12:20:56 +08:00
jialin
530b20c633
chore: add resource modal button text
2025-12-24 10:53:53 +08:00
jialin
fa0aeac10b
fix: remove default sorting status on UI
2025-12-23 20:54:16 +08:00
jialin
1b661bb8cd
feat: set default cluster
2025-12-23 20:54:16 +08:00
jialin
530e8f7537
fix: replicas, ready_replicas sorting
2025-12-23 18:35:33 +08:00
jialin
9e019a98f6
fix: click create hide modal
2025-12-23 10:51:58 +08:00
jialin
10c6cf9f7e
fix: init image seed
2025-12-23 10:51:58 +08:00
jialin
480b238e44
fix: expand all model clear instances cache
2025-12-23 10:51:58 +08:00
jialin
32bdbc693a
fix: onTableChange only handles sorting
2025-12-22 19:41:52 +08:00
jialin
ab146b6b6b
fix: allow to enter seed
2025-12-22 18:11:46 +08:00
jialin
763929eafc
fix: instance backend data ui compatability with old data
2025-12-22 18:11:46 +08:00
jialin
711b3fee98
fix: user guidance when no resource
2025-12-22 18:11:46 +08:00
jialin
0d0592eee9
fix: sorter tooltip
2025-12-22 16:41:44 +08:00
jialin
cc7948ba45
fix: update Server as GPUStack Server
2025-12-22 16:19:47 +08:00
jialin
7e25b64689
fix: remove instance from cache after deleting
2025-12-22 16:19:47 +08:00
Yuxing Deng and jialin
d844cdadb5
fix: update advertise address title and description
2025-12-22 15:14:29 +08:00
jialin
e3b3f51e87
fix: ignore the sort_by when no data
2025-12-22 11:57:57 +08:00
jialin
45efda7f1d
fix: single sorted field, remove token
2025-12-22 10:10:35 +08:00
jialin
db45c861e4
feat: models filter by state
2025-12-21 21:37:05 +08:00
jialin
42f8e6a6d9
chore: set col order
2025-12-21 21:37:05 +08:00
jialin
23a761226a
feat: table list sorter
2025-12-21 21:37:05 +08:00
jialin
6738dfe0d3
fix: anyway submit disabled when no catalog specs
2025-12-19 20:33:25 +08:00
jialin
6e16b2eb0c
fix: submit pool data from a validate failed form
2025-12-19 20:33:25 +08:00
jialin
707eb15465
fix: update command of adding worker
2025-12-19 20:33:25 +08:00
jialin
8008099e71
fix: image default seed
2025-12-19 20:33:25 +08:00
jialin
79ccb96c95
fix: edit worker_config
2025-12-19 16:44:52 +08:00
jialin
bd76934e40
fix: delete worker pool
2025-12-19 15:19:27 +08:00
jialin
bb793a41fc
fix: entrypoint do not display in edit
2025-12-19 15:00:10 +08:00
jialin
ad048a92ed
feat: backend entrypoint
2025-12-19 14:40:20 +08:00
jialin
14d944ad2f
style: cluster advanced scroller
2025-12-18 20:03:00 +08:00
jialin
e1b8b5696c
fix: update instance backend field
2025-12-18 17:29:07 +08:00
jialin
78368e9979
fix: cluster worker config issues
2025-12-18 17:29:07 +08:00
jialin
e83bff6923
chore: worker ip
2025-12-18 14:06:32 +08:00
jialin
e6c12d81ea
fix: edit worker pool miss data
2025-12-18 14:06:32 +08:00
jialin
3a73d0c1b2
style: worker added info status
2025-12-18 12:19:31 +08:00
jialin
b524587a9a
fix: add worker button do not work
2025-12-18 10:56:45 +08:00
jialin
e4bd753355
style: no resource modal
2025-12-17 19:58:28 +08:00
jialin
30536cb04a
fix: remove advanced agrs in image
2025-12-17 16:15:34 +08:00
jialin
da1efa9270
fix: password length 64
2025-12-17 16:15:34 +08:00
jialin
bd6f4b3f76
fix: add worker, create cluster
2025-12-17 14:59:07 +08:00
jialin
5e48d75ead
fix: add worker message
2025-12-17 14:59:07 +08:00
jialin
bd46fcdc75
fix: container name in add worker
2025-12-17 14:59:07 +08:00
jialin
6968f9fa6b
feat: worker_config
2025-12-16 18:43:28 +08:00
jialin
5225fd328d
fix: backend framework options
2025-12-16 11:11:24 +08:00
jialin
fa42474612
chore: worker added message
2025-12-15 15:13:57 +08:00
jialin
d2eda78af0
fix: add worker command container_name
2025-12-15 10:18:16 +08:00
jialin
7a0ee6aac4
style: column wrapper srollable style
2025-12-13 19:47:48 +08:00
jialin
b327eedb45
fix: logout error
2025-12-12 17:26:06 +08:00
jialin
a68e3ff9da
fix: no spec list for catalog
2025-12-12 17:22:28 +08:00
jialin
0500dd2e35
fix: query catalog spec, default_version check
2025-12-12 17:08:30 +08:00
jialin
cb43131ccb
fix: add worker command
2025-12-12 11:14:57 +08:00
jialin
883e0ab115
feat: get initial password
2025-12-12 11:14:57 +08:00
jialin
b189160888
fix: docs for gpu link 404
2025-12-11 18:14:25 +08:00
jialin
3dbb0de683
feat: add resource for first login
2025-12-11 17:50:39 +08:00
jialin
b38bc8a207
fix: table sorter
2025-12-11 13:33:41 +08:00
jialin
3328828da6
refactor: card list resize container
2025-12-11 13:33:41 +08:00
jialin
7fdabd90a5
fix: update add worker command
2025-12-10 15:50:53 +08:00
jialin
d8452e98f5
style: drawer styles
2025-12-10 15:50:53 +08:00
jialin
dda2213593
style: workers page no page container
2025-12-10 15:50:53 +08:00
jialin
04f995b80c
style: resize terminal height
2025-12-10 15:50:53 +08:00
jialin
a08f1e2512
chore: rename ground-left as ground-llm
2025-12-10 15:50:53 +08:00
jialin
af4849d6cc
style: terminal panel
2025-12-10 15:50:53 +08:00
jialin
087675889f
feat: model cache volume mount, clear gpu selector
2025-12-09 19:07:40 +08:00
jialin
daa10617c0
chore: prefetch chunk file
2025-12-05 13:31:56 +08:00
jialin
c3b5c13cc5
fix: show info when adding worker error
2025-12-05 11:45:44 +08:00
jialin
1dd83645bd
fix: reset first login flag after changing password
2025-12-05 11:26:32 +08:00
jialin
2df7c17bc1
chore: remove experimental from hygon
2025-12-04 22:35:15 +08:00
jialin
a274349ace
chore: upgrade info
2025-12-04 16:43:33 +08:00
jialin
1c699fe307
chore: tidy code
2025-12-04 16:43:33 +08:00
jialin
f0a3e84e4f
fix: set default os image
2025-12-04 10:48:34 +08:00
jialin
f87989d32e
fix: clear os_image when it's not in new image list
2025-12-04 10:12:19 +08:00
jialin
7355be9e3a
fix: init cluster id when deploy model
2025-12-03 19:18:07 +08:00
jialin
d8f1e95e1a
fix: use image label in inputbox
2025-12-03 16:00:59 +08:00
jialin
59eace702b
fix: add worker init steps failed
2025-12-03 12:32:04 +08:00
jialin
8a24ba0252
fix: cluster option disabled
2025-12-03 11:50:35 +08:00
jialin
03999a9d2c
chore: os image filter
2025-12-03 11:38:16 +08:00
jialin
f335cb1775
fix: click icon do not worker on upload
2025-12-02 17:24:14 +08:00
jialin
b9c034469b
fix: input img url fall back image
2025-12-02 15:58:17 +08:00
jialin
ce3a82ddda
fix: edit message add image
2025-12-02 14:00:58 +08:00
jialin
5cbb38922c
feat: add image from url
2025-12-01 19:01:33 +08:00
jialin
14f0afec08
chore: allow space in backend parameters
2025-12-01 10:06:00 +08:00
jialin
769cc09906
fix: logs are not fully loaded
2025-11-30 20:33:16 +08:00
jialin
306daf7591
chore: amd note for add worker
2025-11-27 19:35:04 +08:00
jialin
d1c1132e6e
style: button for empty
2025-11-27 15:53:23 +08:00
jialin
962df859f1
chore: get started for add cluster
2025-11-27 11:35:45 +08:00
jialin
97601280d1
fix: model download progress text overflow
2025-11-26 10:28:40 +08:00
jialin
ede42e99de
fix: do not reset the backend after selecting a gguf file
2025-11-25 17:20:09 +08:00
jialin
47cae0134c
feat: display deprecated backend versions group
2025-11-25 16:04:27 +08:00
jialin
33defab7df
fix: gpus link
2025-11-25 11:34:11 +08:00
EVGENY M and jialin
6b402e944b
Update Russian translations in models.ts
2025-11-24 09:38:32 +08:00
EVGENY M and jialin
f8a6f4c5e5
Translate cluster messages to Russian
2025-11-24 09:38:14 +08:00
EVGENY M and jialin
adb999d3a9
Update dashboard.ts
2025-11-24 09:37:42 +08:00
jialin
f4ea23dd14
fix: set default vllm backend for gguf
2025-11-23 21:08:28 +08:00
jialin
5bd0020e49
fix: check vllm backend for gguf model
2025-11-23 19:57:41 +08:00
jialin
782e81568d
fix: check the image and run_command valid when select custom backend
2025-11-23 18:51:01 +08:00
jialin
2ecf83ddae
fix: warning message for gguf model
2025-11-23 17:27:42 +08:00
jialin
de0982d590
fix: compatibility message for gguf
2025-11-23 15:10:46 +08:00
jialin
e5755a2eec
chore: adjust ui statements
2025-11-22 13:06:05 +08:00
EVGENY M and jialin
e755c34ab5
Translate health check command tips to Russian
2025-11-22 12:19:10 +08:00
EVGENY M and jialin
85e4f1a5ed
Translate common phrases to Russian
2025-11-22 12:18:40 +08:00
EVGENY M and jialin
3eb403a2c4
Translate user status messages to Russian
2025-11-22 12:18:15 +08:00
jialin
79442a6a6c
fix: apikey form value diff
2025-11-21 20:41:20 +08:00
jialin
f49001b742
chore: access setting notes
2025-11-21 20:10:21 +08:00
jialin
e80ecfac8d
style: table header text-overflow
2025-11-21 16:56:23 +08:00
jialin
ff67fba2c9
chore: reset the primary color after logout
2025-11-21 16:56:23 +08:00
jialin
3f63831488
fix: modelscope api incorrect
2025-11-21 13:43:39 +08:00
jialin
19babbc73d
style: adjust some styles
2025-11-21 12:16:49 +08:00
jialin
26a4d5474d
fix(style): gpu_selector position
2025-11-20 20:49:19 +08:00
jialin
af3e03230a
fix: rerank api prefix
2025-11-20 17:43:13 +08:00
jialin
551f04011a
chore: v1 to v2
2025-11-20 17:31:15 +08:00
jialin
ea39a45f31
fix: sglang enable across worker
2025-11-20 15:59:05 +08:00
jialin
ebff5695ff
chore: consistent UI statement
2025-11-20 14:17:08 +08:00
jialin
9b63c1a515
style: example code title
2025-11-20 12:46:06 +08:00
jialin
de882dc62e
fix: api info example
2025-11-20 11:47:09 +08:00
jialin
8f9562d6a4
style: adjust some ui statements
2025-11-20 11:47:09 +08:00
jialin
5d383ec39b
fix: add worker token do not update
2025-11-20 10:31:27 +08:00
jialin
2687fb187d
style: adjust ram prcision
2025-11-19 18:47:55 +08:00
jialin
ca43c0b4b2
fix(style): fix some styles
2025-11-19 11:46:18 +08:00
jialin
71bbf59467
style: deploy modal message cover the content
2025-11-19 11:46:18 +08:00
jialin
18f861f771
style: framework options
2025-11-18 20:01:54 +08:00
jialin
e85d59dfb0
style: adjust some styles
2025-11-18 13:30:58 +08:00
jialin
78c8b60121
fix: re-request catalog specs after changing cluster
2025-11-18 11:28:37 +08:00
jialin
e22b5ed516
chore: small fixes and optimizations
2025-11-17 20:15:26 +08:00
jialin
906f59a566
fix: model source error in catalog
2025-11-17 15:24:22 +08:00
jialin
d1c3edfd9b
fix: remark field option
2025-11-17 15:24:22 +08:00
jialin
e8a0f33bde
fix: extra newline character
2025-11-16 11:54:27 +08:00
Christian and jialin
825687f2a8
Fix typo in example-code
...
Remove obsolet bracket in python-example-code
2025-11-16 09:12:59 +08:00
jialin
2852648a65
fix: run command issue
2025-11-16 09:09:04 +08:00
jialin
0f3f31ef45
refactor: add worker
2025-11-15 22:37:44 +08:00
jialin
864cf76c07
feat: worker maintenance
2025-11-13 21:00:35 +08:00
jialin
98e6c71bf8
fix: model list flicker after page active
2025-11-13 17:25:28 +08:00
jialin
aee9566bbb
fix: yaml editor do not update when upload same file
2025-11-13 16:53:11 +08:00
jialin
b61c0d6dee
fix: api access info
2025-11-13 12:22:16 +08:00
jialin
f963b3a000
chore: config base url
2025-11-13 12:22:16 +08:00
jialin
03963b736a
chore: create, edit image handler
2025-11-12 20:47:34 +08:00
jialin
a34c375e2d
fix: image response handler
2025-11-12 19:55:31 +08:00
jialin
e8eea9573e
fix: set response_format as b64_json
2025-11-12 19:18:10 +08:00
jialin
b7656d65e7
style: large modal height responsive
2025-11-12 19:18:10 +08:00
jialin
d1fa6dd03c
fix: pool's label editable
2025-11-12 16:37:01 +08:00
jialin
2045bfaf78
fix: display admin and inactive when view
2025-11-12 16:11:17 +08:00
jialin
653ada5f0f
fix: do not evaluate from model files
2025-11-12 15:10:00 +08:00
jialin
cbc000d35a
fix: playground formref is invalid
2025-11-12 14:57:39 +08:00
jialin
11a676be83
fix: download file error
2025-11-12 11:01:13 +08:00
jialin
7eedea8035
chore: generic_prox ux
2025-11-11 20:06:25 +08:00
EVGENY M and jialin
2d4ddea915
Update menu.ts
2025-11-11 18:47:08 +08:00
EVGENY M and jialin
76d7a50fac
Update models.ts
2025-11-11 18:46:44 +08:00
jialin
84187eedc4
fix: access control, voices options
2025-11-11 15:47:32 +08:00
jialin
ee5c30934b
feat: generic_proxy
2025-11-11 15:47:32 +08:00
jialin
b4b25d4300
fix: default enter page for user
2025-11-10 20:40:15 +08:00
jialin
9eb1dba4a1
fix: calc scrollheight dynamically for tabs change
2025-11-10 20:40:15 +08:00
jialin
285e274818
fix: display image menu
2025-11-10 10:07:25 +08:00
jialin
0077d109e7
fix: remove page_size
2025-11-07 17:31:39 +08:00
jialin
9cd508a92a
fix: draft model change
2025-11-07 16:54:33 +08:00
jialin
9ffd4def64
fix: failed field auto scroll in view
2025-11-07 16:54:33 +08:00
jialin
fdb6ac7575
fix: set page to -1 for all data
2025-11-07 16:54:33 +08:00
jialin
64e2cfa35a
fix: auto expand the fields group
2025-11-07 11:56:12 +08:00
jialin
39efca0d4c
fix: add loading on download button
2025-11-06 19:38:01 +08:00
jialin
cd2942405a
feat: cluster_count on dashboard
2025-11-06 19:38:01 +08:00
jialin
fadff34f5f
chore: update description for adding worker
2025-11-06 19:38:01 +08:00
jialin
7334bcdf83
fix: do not paste multiple lines
2025-11-06 15:37:42 +08:00
jialin
e1e38f0404
fix: chat stream data too long
2025-11-06 15:37:42 +08:00
EVGENY M and jialin
38cc179068
Update backends.ts
2025-11-06 10:25:56 +08:00
EVGENY M and jialin
5147d0d004
Update clusters.ts
2025-11-06 10:24:55 +08:00
EVGENY M and jialin
c237c9dbde
Update models.ts
2025-11-06 10:24:15 +08:00
EVGENY M and jialin
34bd2c3031
Update resources.ts
2025-11-06 10:23:48 +08:00
jialin
6173f3b459
fix: tts request content-type
2025-11-05 17:09:16 +08:00
jialin
333b430b97
fix(style): do not display draft model after done
2025-11-05 10:02:25 +08:00
jialin
4c22d08da5
refactor: page layout
2025-11-05 10:02:25 +08:00
jialin
219f9871a7
feat: add constants config
2025-11-05 10:02:25 +08:00
jialin
80527d5985
fix: distributed_inference always display
2025-11-04 18:57:57 +08:00
jialin
7e5edd6387
fix: backend option format
2025-11-04 18:07:14 +08:00
jialin
4ca6a221e4
fix: do not show draft model downloading progress
2025-11-04 17:19:20 +08:00
jialin
e5733a7f6e
chore: add worker notes
2025-11-04 17:19:20 +08:00
jialin
23b7936924
fix: custom backend and versions ux
2025-11-04 13:37:53 +08:00
jialin
9be465a8cf
chore: update add worker command
2025-11-04 13:37:53 +08:00
jialin
4bbae673dc
fix: draft model local path do not search
2025-11-03 14:22:52 +08:00
jialin
e66ee5d3f1
fix: catalog kv cache
2025-11-03 11:00:42 +08:00
jialin
20872100d1
fix: kv cache default value
2025-11-03 10:38:41 +08:00
jialin
06f33ded10
fix: algorithm options do not display
2025-11-03 10:29:32 +08:00
jialin
adb5cd72b9
chore: show quant in catalog form
2025-11-03 10:14:30 +08:00
jialin
303429c52c
chore: clear space onblur
2025-11-03 10:14:30 +08:00
jialin
1a92cc8543
feat: search draft models from remote
2025-11-03 10:14:30 +08:00
jialin
d5cc617848
fix: draft download progress should not show
2025-11-03 10:14:30 +08:00
jialin
4af71b5b52
chore: speculative_config init in updating
2025-11-03 10:14:30 +08:00
jialin
2dab89363d
chore: draft model downloading
2025-11-03 10:14:30 +08:00
jialin
ab9f9a9679
chore: update reference to baseline
2025-11-03 10:14:30 +08:00
jialin
c5166f07f1
style: styles
2025-11-03 10:14:30 +08:00
jialin
86c2f8eda1
fix: backend change
2025-11-03 10:14:30 +08:00
jialin
57d41e79c7
fix: fake spec data
2025-11-03 10:14:30 +08:00
jialin
5cd9b8c22f
fix: default spec by mode
2025-11-03 10:14:30 +08:00
jialin
56eba0d4fc
fix: default spec by mode
2025-11-03 10:14:30 +08:00
jialin
7936d0063d
chore: update models locales
2025-11-03 10:14:30 +08:00
jialin
3613fb3f69
feat: add speculative decoding
2025-11-03 10:14:30 +08:00
jialin
608b2e31c7
fix: schdule type gpu_selctor issue
2025-10-31 17:14:38 +08:00
jialin
2006827968
chore: update extended_kv_cache config
2025-10-31 15:03:23 +08:00
jialin
f6a3497b0c
fix: do not trigger evaluation replica 0
2025-10-31 13:10:52 +08:00
jialin
d7ef64746c
fix: custom backend version suffix
2025-10-30 19:08:45 +08:00
jialin
b733b3615d
fix: remove input box for gpus_per_replica
2025-10-30 16:38:55 +08:00
jialin
e9fa3e3aa3
fix: gpus_per_replica appears null
2025-10-30 10:52:48 +08:00
jialin
b77f796661
feat: add sglang parameters
2025-10-29 18:56:41 +08:00
jialin
c077db1129
fix: replicas trigger compatibility
2025-10-29 17:24:26 +08:00
jialin
801c88a3e2
chore: update --token
2025-10-29 12:11:25 +08:00
jialin
646d235c65
fix: adjust gpus_per_replicas ux
2025-10-28 17:21:22 +08:00
jialin
a86bed294e
fix: gpu selector issues
2025-10-28 11:17:29 +08:00
jialin
697f1f9c25
fix: built-in backend versions endwith -custom
2025-10-27 16:09:09 +08:00
jialin
61065ee0b7
chore: scheduling group
2025-10-27 14:13:47 +08:00
jialin
df65d3e2f6
fix: kv cache support in builtin backend
2025-10-27 14:13:47 +08:00
jialin
6969cb0b9c
fix: expand model after edting replicas
2025-10-27 14:13:47 +08:00
jialin
7e81871118
fix: miss cluster id in evaluation
2025-10-24 17:55:54 +08:00
jialin
ba80ade643
fix: my models status
2025-10-24 16:11:12 +08:00
jialin
0401cf5fb9
fix: no backend options from model files
2025-10-24 10:18:22 +08:00
jialin
53b431f100
fix(style): add backend
2025-10-23 18:41:16 +08:00
jialin
1a082529c6
fix: skip error handler in root path
2025-10-23 17:09:30 +08:00
jialin
bf57290197
fix: admin can not delete own
2025-10-23 17:09:30 +08:00
jialin
a815e71bfe
chore: show existing when add file
2025-10-23 11:52:49 +08:00
jialin
cc0580301e
fix: do not trigger evaluation after switching model
2025-10-22 14:28:18 +08:00
jialin
5853bd1eeb
fix: builtin backend do not submit default_version
2025-10-22 14:28:18 +08:00
jialin
ab93c53092
chore: default cluster by state
2025-10-22 12:13:01 +08:00
jialin
818c4fc9a2
style: form tabs header gap
2025-10-22 10:21:27 +08:00
jialin
fc7350b7e2
style: scroll to field
2025-10-21 19:59:49 +08:00
jialin
1e4018350f
chore: worker selector
2025-10-21 15:59:48 +08:00
jialin
f017d609fb
fix: skip user api error
2025-10-21 13:26:06 +08:00
jialin
ccb6e72057
fix: textarea scroll bar, deactive count message
2025-10-21 13:24:21 +08:00
EVGENY M and jialin
32ad9525a6
Update apikeys.ts
2025-10-21 09:30:25 +08:00
EVGENY M and jialin
afedd4337b
Update backends.ts
2025-10-21 09:30:06 +08:00
EVGENY M and jialin
1f7acc7cf6
Update clusters.ts
2025-10-21 09:29:47 +08:00
EVGENY M and jialin
e6a5c19f0b
Update menu.ts
2025-10-21 09:29:24 +08:00
EVGENY M and jialin
8e07302ac3
Update models.ts
2025-10-21 09:29:04 +08:00
EVGENY M and jialin
0238431b96
Update no-result.ts
2025-10-21 09:28:28 +08:00
jialin
3a7a4ccf30
fix: check driver command for adding worker
2025-10-20 19:11:02 +08:00
jialin
9b843151fe
feat: add gpus_per_replicas
2025-10-20 14:53:33 +08:00
jialin
19e275a17a
chore: update worker locale
2025-10-17 21:11:31 +08:00
jialin
49c6bb71a1
feat: identicon
2025-10-17 10:15:55 +08:00
jialin
005295ac97
style: gguf model ux
2025-10-17 10:15:55 +08:00
jialin
37a3aa75cc
chore: cluster locales
2025-10-17 10:15:55 +08:00
jialin
07243b206e
feat: enable kv cache
2025-10-16 18:05:30 +08:00
jialin
f732f5c390
fix: cluster issues
2025-10-16 15:05:21 +08:00
jialin
1da16a04fe
fix: do not set default version
2025-10-16 15:05:21 +08:00
jialin
e2da7c5f96
style: ui for no data in table list
2025-10-16 11:11:39 +08:00
jialin
ca9ceda2f7
fix: update backend parameters after changing backend
2025-10-15 13:30:58 +08:00
jialin
059416bb47
fix: backend edit format
2025-10-15 12:18:50 +08:00
jialin
4196351e48
fix: backend edit format
2025-10-15 12:18:50 +08:00
jialin
f02b972dc0
fix(styles): my models
2025-10-14 20:09:43 +08:00
jialin
8398ac59a1
style: update model modal type
2025-10-14 20:09:43 +08:00
jialin
83403a1a1a
feat: add extended_kv_cache
2025-10-14 20:09:43 +08:00
jialin
620c113fae
fix(style): cluster state do not display
2025-10-14 13:09:22 +08:00
jialin
903500dcfa
chore: infinite scroller
2025-10-13 19:55:08 +08:00
jialin
68d6993acd
chore: remove test dir
2025-10-13 19:55:08 +08:00
jialin
2c9f5062a9
refactor: user table list
2025-10-13 19:55:08 +08:00
jialin
d3f39ae06b
fix: my models
2025-10-13 15:21:17 +08:00
jialin
f42f159785
chore: update locales
2025-10-13 15:21:17 +08:00
jialin
bb7c8e9c85
chore: model access statement
2025-10-13 15:21:17 +08:00
jialin
663b6c7b4e
style: allowed models ux
2025-10-13 15:21:17 +08:00
jialin
1fa2124efd
feat: add allowed models
2025-10-13 15:21:17 +08:00
jialin
bcd1a339f9
feat: add model access control
2025-10-13 15:21:17 +08:00
jialin
c41e5d9c55
chore: update is_built_in
2025-10-13 14:40:26 +08:00
jialin
b5fa40047a
chore: pluggable locale config
2025-10-13 14:40:26 +08:00
jialin
caabeb065a
fix: custom versin configs
2025-10-13 14:40:26 +08:00
jialin
d393f9ee9e
style: versions config
2025-10-13 14:40:26 +08:00
jialin
eb509166ee
style: backend list styles
2025-10-13 14:40:26 +08:00
jialin
0dfe77df37
chore: built in versions
2025-10-13 14:40:26 +08:00
jialin
46ecc2467b
refactor: advance collapse
2025-10-13 14:40:26 +08:00
jialin
a5c1b8e15f
chore: test by api
2025-10-13 14:40:26 +08:00
jialin
54703c67c1
feat: yaml editor
2025-10-13 14:40:26 +08:00
jialin
e863b84016
feat: add backend pages
2025-10-13 14:40:26 +08:00
jialin
1a693f70ac
feat: worker terminal
2025-10-13 14:40:26 +08:00
jialin
a9de153c00
chore: deploy form context provider
2025-10-13 14:40:26 +08:00
jialin
42217cf079
feat: add awq,gptq filter
2025-10-13 14:40:26 +08:00
jialin
bca1e8140e
feat: dynamic backends
2025-10-13 14:40:26 +08:00
jialin
ee95fabc47
fix: add worker command miss image
2025-10-09 14:31:59 +08:00
jialin
67552c14af
style: user activation
2025-10-09 11:07:09 +08:00
Hugo Haldi and jialin
521bf211a2
feat: add user activation control
...
- Add is_active field to user model
- Create SealCheckbox component with clickable container
- Add activation control to user modal
- Display user status in users table
- Add localization strings for activation features
2025-10-09 10:11:05 +08:00
EVGENY M and jialin
8e77e19631
UI: Update Russian language menu.ts
2025-09-24 22:22:46 +08:00
EVGENY M and jialin
8b91a0546c
UI: Update Ru common.ts
2025-09-24 22:22:32 +08:00
EVGENY M and jialin
715c71f9a5
UI: Update ru models.ts
2025-09-24 22:22:16 +08:00
EVGENY M and jialin
1ec4a949b8
UI: Update ru playground.ts
2025-09-24 22:22:01 +08:00
EVGENY M and jialin
fc2388093d
UI: RU language Update clusters.ts
2025-09-24 22:21:46 +08:00
jialin
3a9bf17d7e
chore: update worker, cluster status value
2025-09-23 11:15:43 +08:00
jialin
a3002ce450
chore: worker resource info adjust
2025-09-23 11:15:43 +08:00
jialin
2515e8f598
chore: update cloud providers
2025-09-22 10:36:34 +08:00
jialin
dcc0db35b5
chore: update k8s check env command
2025-09-22 10:22:23 +08:00
jialin
749adb56f8
fix(style): select gpu vendor
2025-09-19 20:07:13 +08:00
jialin
f542ebecb4
fix: cluster value setting, volumes setting
2025-09-19 20:00:25 +08:00
jialin
b640963f65
fix(style): my models card
2025-09-19 15:46:24 +08:00
jialin
8f5990c537
fix: register cluster modal
2025-09-18 09:45:46 +08:00
jialin
bf400547e1
fix: edit gpu_selector failed
2025-09-17 19:53:40 +08:00
jialin
4d9dec8511
refactor: deploy model
2025-09-17 19:53:40 +08:00
jialin
1ac63e36df
feat: add baseSelect
2025-09-17 19:53:40 +08:00
jialin
f36613227e
fix: os image dropdown list
2025-09-17 15:17:31 +08:00
jialin
d063dfd652
chore: display available clusters
2025-09-16 20:32:26 +08:00
jialin
c9c9401b0b
fix: provder disabled click in k8s
2025-09-16 11:26:17 +08:00
jialin
913f2f5077
fix: menu status mismatch
2025-09-16 11:26:17 +08:00
jialin
336bafd6ce
chore: cluster docker provider
2025-09-16 11:26:17 +08:00
jialin
5e1a26b743
fix: close modal after editing cluster
2025-09-16 11:26:17 +08:00
jialin
d9d5ca95df
style: add worker ux
2025-09-16 11:26:17 +08:00
jialin
f1bb305cbc
fix: add pool not work
2025-09-16 11:26:17 +08:00
jialin
c467280170
fix: display instance type spec
2025-09-16 11:26:17 +08:00
jialin
deeee70807
feat: add watch api in cluster
2025-09-16 11:26:17 +08:00
jialin
07ade24ea1
refactor: cluster list
2025-09-16 11:26:17 +08:00
jialin
8de272239e
refactor: create cluster by steps
2025-09-16 11:26:17 +08:00
jialin
6e5a7035c8
feat: cloud options
2025-09-16 11:26:17 +08:00
jialin
632f206228
fix: cluster apis
2025-09-16 11:26:17 +08:00
jialin
f04f1f828f
fix: add do cluster
2025-09-16 11:26:17 +08:00
jialin
4f91443957
chore: upgrade antd lib to 5.25.4
2025-09-16 11:26:17 +08:00
jialin
0c1057d554
refactor: credential table columns
2025-09-16 11:26:17 +08:00
jialin
43936e21d9
feat: instances on worker
2025-09-16 11:26:17 +08:00
jialin
949eded4ee
refactor: resource table columns
2025-09-16 11:26:17 +08:00
jialin
84859d1b7c
style: cluster table list
2025-09-16 11:26:17 +08:00
jialin
553ec724c2
fix: gpu selector by cluster
2025-09-16 11:26:17 +08:00
jialin
207c90e26c
feat: terminal
2025-09-16 11:26:17 +08:00
jialin
64bbba7576
feat: add cluster detail page
2025-09-16 11:26:17 +08:00
jialin
62dbd18ef8
chore: create cluster ux
2025-09-16 11:26:17 +08:00
jialin
55b0a20a4a
refactor: update scroll modal
2025-09-16 11:26:17 +08:00
jialin
29b74f85c5
chore: adjust deployment modal form
2025-09-16 11:26:17 +08:00
jialin
ed49e03802
feat: cluster ux
2025-09-16 11:26:17 +08:00
jialin
4711c848f8
chore: user mdoels
2025-09-16 11:26:17 +08:00
jialin
33df825b73
feat: add card list component
2025-09-16 11:26:17 +08:00
jialin
89001dbb92
feat: add cluster list
2025-09-16 11:26:17 +08:00
jialin
43e1dd0b0e
feat: clusters group
2025-09-16 11:26:17 +08:00
jialin
f9cf111a86
chore: vllm docs link
2025-08-20 17:21:01 +08:00
jialin
99f8914830
chore: update vllm arguments
2025-08-20 16:43:48 +08:00
jialin
6da877709d
style: display title when sso loading
2025-08-20 16:43:48 +08:00
jialin
c4948dc11f
fix: sso message
2025-08-19 11:08:15 +08:00
jialin
3f243129a4
fix: do not extract the error message from chat chunk
2025-08-18 18:22:46 +08:00
jialin
eb2cae7a77
fix: break early while reading stream data
2025-08-15 19:12:12 +08:00
jialin
a2bbcd3939
style: side menu
2025-08-15 15:37:51 +08:00
jialin
0650c4bc26
chore: some sso adjustments
2025-08-15 10:26:24 +08:00
jialin
7c32bf97ae
chore: auth-config api
2025-08-14 21:50:59 +08:00
jialin
70aecc1f0c
fix: keep storing avatar url when edit external user
2025-08-14 20:28:21 +08:00
jialin
5bd5c7d2c5
feat: add user avatar
2025-08-14 16:39:25 +08:00
jialin
d6dce4021d
fix: filter non-normal gguf files
2025-08-14 11:03:55 +08:00
jialin
ccfdb99348
fix: miss global user info
2025-08-13 20:13:46 +08:00
jialin
2ca712435a
fix: markdown view \n do not work
2025-08-13 19:50:54 +08:00
jialin
0af8e34a8f
fix: external redirect issue
2025-08-13 19:50:54 +08:00
jialin
f2583e152a
style: login form style
2025-08-13 16:25:26 +08:00
jialin
cf70bd2dc1
refactor: login form based on sso auth
2025-08-13 12:15:16 +08:00
forrestzhou and jialin
8f50af917f
feat: Change get_config to auth_config to make it more specific
2025-08-12 17:19:04 +08:00
forrestzhou and jialin
4bdde365cf
add sso login logic
2025-08-12 17:19:04 +08:00
forrestzhou and jialin
7f1bc33eed
first push 0.7
2025-08-12 17:19:04 +08:00
jialin
d0d24aba4e
fix: markdown viewer white-space: pre-line
2025-08-12 16:45:50 +08:00
EVGENY M and jialin
0d68c0d683
Update menu.ts
2025-08-12 00:15:14 +08:00
jialin
e1ab735823
perf: toggle theme too much render in catalog
2025-08-11 09:35:01 +08:00
jialin
bb67a8cbbb
chore: display downloading progress in model instance log
2025-08-08 15:51:09 +08:00
jialin
c8a7ac7dc6
style: keep text wrap for evalution result
2025-08-05 15:57:35 +08:00
EVGENY M and jialin
788a294200
Update menu.ts
2025-07-31 09:38:00 +08:00
EVGENY M and jialin
f34935a634
Update models.ts
2025-07-31 09:36:50 +08:00
EVGENY M and jialin
a7331256fc
Update dashboard.ts
2025-07-31 09:36:21 +08:00
jialin
8fa3941db9
fix: do not evaluate when local path is null
2025-07-30 11:12:13 +08:00
jialin
ada120c1b9
fix: the theme align with the system
2025-07-30 11:12:13 +08:00
jialin
72f7168893
fix: adjust precision for big size
2025-07-29 18:40:29 +08:00
jialin
75b70a26bd
fix: download log failed
2025-07-25 11:26:09 +08:00
jialin
4433e5d8e5
chore: move favicon icon to root
2025-07-23 16:02:58 +08:00
jialin
351b2e1417
chore: adjust the evaluation result statement
2025-07-23 11:13:37 +08:00
jialin
3c7dc5a49e
fix: update the instance servers field
2025-07-22 19:26:08 +08:00
jialin
9895231696
fix: miss model category、name on catalog page
2025-07-21 19:51:30 +08:00
jialin
3fa3281c51
fix: progress bar default open
2025-07-18 15:12:18 +08:00
jialin
bbf11d0374
style: model file status cell size
2025-07-18 10:35:35 +08:00
jialin
04ee696f6a
style: playground bold text
2025-07-17 17:26:34 +08:00
jialin
ddbbe92a85
chore: show used vram for a second
2025-07-17 12:01:49 +08:00
jialin
32ba5e1802
fix(style): axis tick value too long
2025-07-16 16:33:22 +08:00
jialin
a1c6eb177a
chore: remove autoplay for audio and video
2025-07-16 14:38:37 +08:00
jialin
14d60264c7
fix: wav format audio, #2317
2025-07-16 13:06:01 +08:00
jialin
f4d6abace7
fix: remove insert action for watching, #2504
2025-07-15 19:33:04 +08:00
jialin
a5e1717138
chore: update mindie backend parameters
2025-07-15 15:21:26 +08:00
jialin
472a4d400b
chore: installer download link
2025-07-14 17:01:11 +08:00
jialin
fda4786737
fix: set null to filename for download non-gguf
2025-07-11 11:07:54 +08:00
jialin
c3686579b2
chore: add worker statements
2025-07-11 10:09:01 +08:00
jialin
f2dfb2f32d
style: uniform margin top for resources pages
2025-07-11 10:09:01 +08:00
jialin
60ee9f1a15
fix: catalog jump to deployments route error
2025-07-10 17:50:21 +08:00
jialin
f43d1af6a7
fix(style): menu item text wrap
2025-07-10 15:24:55 +08:00
jialin
b631b4c7b7
chore: remove menu data render
2025-07-10 14:52:08 +08:00
jialin
e3aba0529f
chore: update iconfont files
2025-07-10 10:02:10 +08:00
jialin
cf682feae9
fix: menu items for user role
2025-07-10 10:02:10 +08:00
jialin
03d798760c
chore: add worker guide
2025-07-10 09:47:12 +08:00
jialin
51450c2b02
style: flatten menu items
2025-07-10 09:47:12 +08:00
EVGENY M and jialin
751ddbb3f3
Update resources.ts
2025-07-10 09:44:00 +08:00
EVGENY M and jialin
36b3620d0c
Update common.ts
2025-07-10 09:43:16 +08:00
jialin
fd3eb513ff
chore: update the guide for adding worker
2025-07-09 16:03:07 +08:00
jialin
af0aaddbfd
fix: update the requestId when switch model
2025-07-09 16:03:07 +08:00
jialin
b167170aa9
style: tag tooltip content width
2025-07-09 16:03:07 +08:00
jialin
642ac3ebc4
fix: reset form after switch model
2025-07-07 17:40:09 +08:00
jialin
69cceb4fc7
refactor: update user guide for add worker
...
chore: update resource locales
2025-07-07 17:40:09 +08:00
jialin
ac32e23e87
fix: distributed inference across workers disabled for vox-box
2025-07-04 20:57:57 +08:00
jialin
04de4ff606
fix: enable distributed inference field for mindie
2025-07-04 19:56:47 +08:00
jialin
27761566c9
fix: collpase instance error
2025-07-04 17:49:17 +08:00
jialin
3d93eda92d
fix: distribution downloading data do not show
2025-07-04 16:45:15 +08:00
jialin
6943571a6d
fix: images did not get cleared after clicking stop
2025-07-04 15:42:03 +08:00
jialin
28994cb9da
chore: add iluvatar corex in add worker
2025-07-04 15:42:03 +08:00
jialin
5866634b3f
chore: update iconfont files
2025-07-03 11:38:19 +08:00
jialin
e3d91f1cc7
style: source icon in model result list
2025-07-03 11:38:19 +08:00
jialin
8ac06259f5
fix: do nothing when clicking the selected model or file
2025-07-03 10:41:22 +08:00
jialin
c8933a6669
fix: update form values when switching model、size, #2191
2025-07-02 20:34:48 +08:00
jialin
6c2da264db
fix: image generating flickering, #1415
2025-07-02 19:33:33 +08:00
jialin
993f01a301
fix: multiple select ux
2025-07-02 11:39:54 +08:00
jialin
9e29e7283c
feat: add simple select component
2025-07-01 20:20:50 +08:00
jialin
7da106798d
fix: some fields value do not be updated from default spec
2025-06-30 20:10:20 +08:00
jialin
b2e9cbb44a
chore: update backend parameters and logs reading frequency
2025-06-30 18:57:13 +08:00
jialin
143f6df2c1
perf: do not handle ansi sequence for parsing logs
2025-06-30 17:07:29 +08:00
jialin
a64505fcc1
chore: update mindie parameters
2025-06-29 16:43:03 +08:00
jialin
0aaf919827
fix: switch model clear backend_parameters, env, backend_version
2025-06-27 18:07:30 +08:00
jialin
bf8e988488
style: top users chart compact
2025-06-27 17:26:34 +08:00
jialin
d26ea28028
fix(style): top users bar name too long
2025-06-27 16:42:24 +08:00
jialin
abdd5e08a6
fix(style): top users bar name too long
2025-06-27 16:38:19 +08:00
jialin
47a5ef915b
fix: pick backend_parameter, env, backend_version from spec in catalog
2025-06-27 16:38:19 +08:00
jialin
5861508153
fix(style): imgs overflow style on chat
2025-06-27 13:43:40 +08:00
jialin
85754ccfb5
fix(style): chart grid right margin
2025-06-27 10:53:51 +08:00
jialin
cbeea23295
style: keep the logs pagination visible
2025-06-27 10:15:11 +08:00
jialin
e2d79a6802
style: multiple selection tag
2025-06-26 20:39:07 +08:00
jialin
c68d85096b
fix(style): usage reponse size
2025-06-26 15:54:59 +08:00
jialin
fcafa83111
fix: split line align for two yAxis chart
2025-06-26 15:54:59 +08:00
jialin
47d7418eb1
fix: usage: datepicker item disabled issue
2025-06-26 12:15:09 +08:00
jialin
8751400ae3
fix: distributed servers info
2025-06-25 20:29:48 +08:00
jialin
3889c1fa71
fix: reranker item uid updated, chat image size issue, #2280
2025-06-25 16:49:46 +08:00
jialin
a4d1d3b16c
style: skeleton for search result
2025-06-25 14:35:00 +08:00
jialin
adfdf41e85
fix: do not check the required fields for evaluation, #2191
2025-06-25 14:35:00 +08:00
jialin
a6825f7ee3
feat: clean markdown content
2025-06-25 14:35:00 +08:00
jialin
830ee45161
fix: update evaluation result issue
2025-06-24 20:47:27 +08:00
jialin
5f7df3f871
chore: update usage api
2025-06-24 16:54:03 +08:00
jialin
34af730934
feat: model usage
2025-06-24 16:54:03 +08:00
jialin
645801fe86
chore: mindle multiple support
2025-06-23 20:23:05 +08:00
jialin
547f49a978
fix: audio uploader has cache issue
2025-06-23 16:25:22 +08:00
jialin
fd3d7a6f29
style: side menu style
2025-06-23 15:13:49 +08:00
jialin
6be7140a47
fix : #2227 , #2263
2025-06-20 19:34:04 +08:00
jialin
ca7dc02d88
revert: markdown katex parse
2025-06-20 11:18:18 +08:00
jialin
1924c45358
fix: chat request payload error, #2163
2025-06-20 11:18:18 +08:00
jialin
be92f92991
fix: for gguf ref not be created, #2227
2025-06-19 15:25:21 +08:00
jialin
a9b909cca1
fix: upload a audio will clear imgs, #2163
2025-06-19 13:36:49 +08:00
jialin
175b83dd68
fix: #2191,#2227
2025-06-19 13:36:49 +08:00
jialin
df85284a60
style: audio player, usage chart
2025-06-19 13:36:49 +08:00
jialin
17ffa93393
fix: do not modify the custom name
2025-06-18 17:56:19 +08:00
jialin
73c525127f
fix(style): simple audio player
2025-06-18 17:45:58 +08:00
jialin
3e76d7c321
fix: embedding params escape
2025-06-18 15:03:35 +08:00
jialin
9295f9cef3
fix: sync and update the evaluation result
2025-06-18 11:48:09 +08:00
jialin
9d1e6df8f0
chore: date ranger picker presets
2025-06-18 11:48:09 +08:00
jialin
0805d70c07
style: usage download button
2025-06-17 16:17:26 +08:00
jialin
0133524f09
fix: debounce for page change in search models
2025-06-17 11:50:33 +08:00
EVGENY M and jialin
2c5100b2ed
Update common.ts
2025-06-17 09:50:38 +08:00
EVGENY M and jialin
51296cdc15
Update dashboard.ts
2025-06-17 09:50:14 +08:00
EVGENY M and jialin
f261bec248
Update users.ts
2025-06-17 09:49:54 +08:00
jialin
97c7087f6c
fix(style): esc hint flickering
2025-06-16 19:54:23 +08:00
jialin
109906d083
fix: usage chart y axis ticks, add esc hint for drawer
2025-06-16 19:28:02 +08:00
jialin
81833c4938
fix: update gpus state by polling
2025-06-12 17:26:34 +08:00
jialin
1b6cfdbdc4
fix: evaluate status add lock state
2025-06-12 09:57:25 +08:00
jialin
281d8bddc1
feat: add pagination for searching models
2025-06-10 19:24:13 +08:00
jialin
0eaa3aeeb7
fix: do not undo when is inverting
2025-06-09 19:39:27 +08:00
jialin
4dcb0bcfed
fix: image editor fit view incorrect, do not query gguf files when gguf unchecked
2025-06-09 18:45:47 +08:00
jialin
e69b7dfd6a
Revert "fix: normaliza embedding data"
...
This reverts commit 2bfb93a063 .
2025-06-09 18:45:47 +08:00
jialin
38d63c71ee
fix: normaliza embedding data
2025-06-09 18:45:47 +08:00
jialin
6880fd3f5f
fix: user settings locales
2025-06-09 18:45:47 +08:00
jialin
1771ca363a
fix: show embedding token usage
2025-06-09 18:45:47 +08:00
jialin
c896c88c23
chore: remove ollama model source
2025-06-09 18:45:47 +08:00
jialin
5ef733729b
fix: ui conflicts in update of multiple evalute result
2025-06-09 18:45:47 +08:00
jialin
f73e29937c
chore: export table title
2025-06-09 18:45:47 +08:00
jialin
8383547943
style: simple audio player
2025-06-09 18:45:47 +08:00
jialin
8070d3f1e6
style: usage chart style
2025-06-09 18:45:47 +08:00
jialin
a161fa953e
feat: usage export data
2025-06-09 18:45:47 +08:00
jialin
471e1ae96f
feat: upload audio file in chat
2025-06-03 19:58:08 +08:00
jialin
ed28bcdfb0
fix: set default spec to form
2025-06-03 15:16:52 +08:00
gitlawr
31ea81c211
ci: publish v*-dev branches
2025-05-30 14:02:56 +08:00
jialin
283189a17c
fix: model instances always update by cache
2025-05-30 11:23:25 +08:00
jialin
40020df865
fix: clear backend parameters when change model file
2025-05-29 11:32:23 +08:00
jialin
aa6b5ec24f
fix: refresh model list manually
2025-05-28 17:25:23 +08:00
jialin
f53fe042a9
fix: update allChildren after stop or start
2025-05-28 14:41:35 +08:00
jialin
034a54bf4b
chore: model file components for updating
2025-05-27 19:45:24 +08:00
jialin
894dd1e353
chore: update mindie parameters
2025-05-27 16:50:08 +08:00
jialin
ca99db5a97
chore: show llm code with common component
2025-05-27 16:50:08 +08:00
jialin
61e506010c
fix: pca calculating takes a long time
2025-05-26 19:56:51 +08:00
jialin
4b4343a9fd
chore: add watch for worker and gpu updating
2025-05-26 16:17:17 +08:00
jialin
9efacefba3
fix: remove worker-loader
2025-05-25 19:45:57 +08:00
jialin
f288c9a9ad
perf: embedding calc in worker process
2025-05-25 11:15:50 +08:00
jialin
ec45f23485
chore: adjust the delay for scroller
2025-05-20 19:33:10 +08:00
jialin
1c11e73ff8
fix: playground parameters area resizable
2025-05-20 19:33:10 +08:00