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
EVGENY M and jialin
174f93fe11
Update common.ts
2025-05-17 22:21:40 +08:00
jialin
6340f1fb54
fix: refresh selection after deleting by batch
2025-05-16 16:07:55 +08:00
jialin
febdc5b8e2
fix: add delete action for table watch
2025-05-16 11:51:07 +08:00
jialin
b5044b8753
fix: clear query do not trigger a search
2025-05-16 10:10:03 +08:00
jialin
00a60b8948
chore: update error components for loading file failed
2025-05-15 22:57:24 +08:00
jialin
17ec70f839
chore: init mask theme
2025-05-15 19:04:40 +08:00
jialin
ac03a93c64
chore: add dark mask, remove clear button in audio and image
2025-05-15 18:02:07 +08:00
jialin
5e8692eae5
fix: theme setting miss after refreshing
2025-05-15 11:53:10 +08:00
jialin
2e56e93d83
fix(style): rerank text overlap
2025-05-14 22:34:39 +08:00
jialin
11d0ff2ec3
chore: update iconfont files
2025-05-14 22:19:27 +08:00
jialin
8a59025132
fix: theme setting in login
2025-05-14 22:19:27 +08:00
jialin
5488a8ea82
fix: system theme
2025-05-14 20:13:54 +08:00
jialin
18cb82a0fe
chore: preview field use switch
2025-05-14 14:54:32 +08:00
jialin
f951358db4
fix: stop thinking when loading end
2025-05-13 20:29:32 +08:00
jialin
a23162117c
fix: remember me not worke in login
2025-05-13 20:29:32 +08:00
jialin
b13e7b89e2
fix(style): downloading popover
2025-05-12 19:16:29 +08:00
jialin
2416fd1c71
fix: add version holder for backend
2025-05-12 15:13:44 +08:00
jialin
2b7eb832ed
fix: remove evaluating for files
2025-05-12 15:13:44 +08:00
jialin
1532f47da1
fix: avoid sending all files when evaluating
2025-05-09 19:33:50 +08:00
jialin
2fa20de631
fix: message format with imgs, downloading table style
2025-05-09 15:59:24 +08:00
EVGENY M and jialin
b51e16bba8
Update models.ts
2025-05-09 09:32:14 +08:00
EVGENY M and jialin
8ae6c4fd7a
Update common.ts
2025-05-09 09:32:00 +08:00
jialin
53b51f0740
fix: remove all the slashes at the end
2025-05-08 20:36:34 +08:00
jialin
92b4be90d0
fix: wrong header content-type for curl tts
2025-05-08 18:25:53 +08:00
jialin
80a6658769
chore: update iconfont files
2025-05-08 18:25:53 +08:00
jialin
f0f4bd8bf2
style: login modal
2025-05-08 15:22:53 +08:00
jialin
e05b323489
chore: add some arguments for mindie
2025-05-08 11:20:25 +08:00
jialin
7f198b64f1
chore: ollama deprecated tips
2025-05-08 11:09:05 +08:00
jialin
1c87fef28d
fix: fetch list page more than total page
2025-05-07 16:34:12 +08:00
jialin
816c22979f
chore: catalog: scroll to load more data
2025-05-07 16:34:12 +08:00
jialin
42f9a27851
style: remove bg image in login
2025-05-06 20:19:19 +08:00
jialin
6a2d2dfdaf
fix: ignore the fields when compare data
2025-05-06 17:42:14 +08:00
jialin
efd2088745
style: login page dark style
2025-05-06 17:42:14 +08:00
jialin
56e8e84eaf
fix: gpu selector sort
2025-05-06 13:19:06 +08:00
jialin
eccebae596
chore: format message content by list
2025-04-30 19:25:06 +08:00
jialin
edc36283d9
chore: doc link in compatible message
2025-04-30 19:25:06 +08:00
jialin
2409cfefc9
fix: form values check incorrect
2025-04-30 17:38:15 +08:00
jialin
fae73913de
style: gauge dark style
2025-04-30 17:38:15 +08:00
jialin
69f398c594
fix: update fields value
2025-04-30 14:56:34 +08:00
jialin
fe52238ac2
chore: error handler in stream response
2025-04-30 12:26:37 +08:00
jialin
a3501e5417
fix: update form value trigger tips
2025-04-30 11:01:14 +08:00
jialin
52add26905
style: login background
2025-04-29 18:27:38 +08:00
jialin
954b034b8b
fix(style): dark style
2025-04-29 18:05:43 +08:00
jialin
e5aa5ace15
chore: remove invalid files
2025-04-29 18:05:43 +08:00
EVGENY M and jialin
a6c5ec8581
Update common.ts
2025-04-29 09:35:39 +08:00
jialin
beb395ce32
fix(style): global theme settings in login
2025-04-28 18:22:05 +08:00
jialin
bcfa80a2d5
chore: remove custom ui
2025-04-28 10:05:06 +08:00
jialin
96e5398ad1
fix(style): dark css vars
2025-04-28 10:05:06 +08:00
jialin
4b748ee43a
style: overlay scroller
2025-04-28 10:05:06 +08:00
jialin
838e0f9910
style: code viewer
2025-04-28 10:05:06 +08:00
jialin
548e1378f5
feat: add ThemeTag
2025-04-28 10:05:06 +08:00
jialin
fb90d79eb3
chore: custom brand color
2025-04-28 10:05:06 +08:00
jialin
3fb3381a19
style: ajust dark theme
2025-04-28 10:05:06 +08:00
jialin
60d0750695
style: dark theme for scroller
2025-04-28 10:05:06 +08:00
jialin
ce9c31f368
chore: dark config
2025-04-28 10:05:06 +08:00
jialin
d4d7148f16
fix: create image custom size do not work
2025-04-27 10:51:13 +08:00
jialin
b5aba6e007
style: distribution info table word wrap
2025-04-24 23:13:47 +08:00
jialin
2564fa7382
style: distribution info for vllm
2025-04-24 22:47:53 +08:00
jialin
c07be7386c
revert: remove evaluation loading
2025-04-24 22:17:49 +08:00
jialin
c400003ce9
fix: model and file evaluate over close loading
2025-04-24 21:15:42 +08:00
jialin
d4ffd8e8e4
fix: do not close loading when evaluating
2025-04-24 20:36:34 +08:00
jialin
9a6b907c11
chore: check default backend deploy from local path
2025-04-24 18:09:54 +08:00
jialin
84d4c7a6f2
chore: do not change the backend in local_path
2025-04-24 17:28:25 +08:00
jialin
0497e2052d
fix: audio model use voxbox only
2025-04-24 17:23:25 +08:00
jialin
dc8e9e3fef
fix: gpus empty
2025-04-24 16:13:58 +08:00
jialin
518a593c2a
fix: gpuoptions empty
2025-04-24 16:11:04 +08:00
jialin
f7168cc814
fix: quant fp16 first in catalog
2025-04-24 15:49:08 +08:00
jialin
18217dadc3
chore: set mindie to backend in ascend
2025-04-24 15:06:16 +08:00
jialin
559a4969c1
fix: dashboard usage display datas for last 30 days
2025-04-24 12:43:55 +08:00
jialin
7bad6cd20a
chore: display the error message of request header
2025-04-23 19:50:58 +08:00
jialin
e3987c8aa3
chore: usage data
2025-04-23 16:39:32 +08:00
jialin
a46286872d
fix: accept image in edit page
2025-04-23 15:51:48 +08:00
jialin
9bb7a125e3
chore: adjust the date range for usage
2025-04-23 14:24:13 +08:00
jialin
3c196abccb
style: format large number for chart label
2025-04-23 10:52:00 +08:00
jialin
2e8899dfef
chore: remove qwq in ollama options
2025-04-22 19:57:32 +08:00
jialin
8337768c5a
fix: check the error type and return as string
2025-04-22 17:03:24 +08:00
jialin
034b371ad4
fix: handle error as string when mismatch the field
2025-04-22 16:51:05 +08:00
jialin
1e68b75c68
chore: stop scrolling when wheeling in chat page
2025-04-22 16:07:44 +08:00
jialin
ac1bf7c9bf
style: parameter popover maxheight
2025-04-21 20:23:14 +08:00
jialin
d60e052f05
fix: do not expand the instance list when request is pending
2025-04-21 18:18:23 +08:00
jialin
43b71c7532
style: bold text
2025-04-21 09:51:56 +08:00
Shion Tanaka and jialin
8ee0a99323
fix: update ja-JP
2025-04-21 09:36:56 +08:00
jialin
50febc342c
fix: install command is incorrect after switching 310p
2025-04-18 20:48:24 +08:00
jialin
c98667245e
chore: update faq link
2025-04-18 20:16:41 +08:00
jialin
76fdf8e501
chore: update storage path holder text
2025-04-18 17:15:18 +08:00
jialin
6270226ead
chore: avoid repeat rendering for clicking same image
2025-04-18 15:13:51 +08:00
jialin
ed5afff5d7
fix: save mask on initial
2025-04-18 14:40:26 +08:00
jialin
5d8d38bdf0
fix: clear token usage when stoping chat
2025-04-18 11:16:48 +08:00
EVGENY M and jialin
88af879d31
Update models.ts
2025-04-18 09:30:07 +08:00
EVGENY M and jialin
91095f14fb
Update resources.ts
2025-04-18 09:29:40 +08:00
jialin
65077088b6
fix: handle api error
2025-04-17 17:58:51 +08:00
jialin
47666b7193
fix: handle api error
2025-04-17 17:58:51 +08:00
jialin
353f73ed0b
fix: set llamabox to backend for local gguf file
2025-04-17 14:56:49 +08:00
jialin
51ed9dab04
chore: disabled across workers for mindie
2025-04-17 12:34:53 +08:00
jialin
c8b0faf05d
style: model file source tooltip
2025-04-17 11:55:19 +08:00
jialin
3d7609e3f5
style: chat role
2025-04-16 20:16:26 +08:00
jialin
d9611948d7
chore: evaluate error message
2025-04-16 18:02:59 +08:00
jialin
67053db9ba
fix(style): api access info modal with
2025-04-16 15:16:31 +08:00
jialin
c831c19848
chore: update vllm parameters, do not change backend when file type unknown
2025-04-16 12:34:18 +08:00
jialin
ced45bec65
style: overflow layer padding
2025-04-15 11:08:01 +08:00
EVGENY M and jialin
13ded5595a
Update models.ts
2025-04-15 09:28:13 +08:00
EVGENY M and jialin
dfc4a8d713
Update playground.ts
2025-04-15 09:27:41 +08:00
EVGENY M and jialin
31b9bfa590
Update resources.ts
2025-04-15 09:27:18 +08:00
jialin
f93b3c7424
fix(style): see flickering in tooltip overflow dom
2025-04-14 20:39:38 +08:00
jialin
3d32ec7210
chore: allow switch backend between vllm and mindie
2025-04-14 19:29:55 +08:00
jialin
b108d4e287
fix(style): tooltip overflow
2025-04-14 16:59:43 +08:00
jialin
d8ea86fde1
chore: backend description
2025-04-14 14:08:59 +08:00
jialin
58e979bc45
chore: remove first login ux
2025-04-14 10:37:00 +08:00
jialin
d5acf92f8a
fix: description consistency
2025-04-14 09:34:16 +08:00
jialin
ddd9b9ae97
chore: add parameter --truncation
2025-04-12 11:54:50 +08:00
jialin
f77bf37be8
chore: init max tokens for mindie models
2025-04-12 11:48:02 +08:00
jialin
fb8fcc5028
fix: set env null after change backend
2025-04-11 20:27:30 +08:00
jialin
f80daf6cd4
fix: extra button control
2025-04-11 20:02:39 +08:00
jialin
092aeceb9d
chore: clear backend parameters、backend_version、env on change backend
2025-04-11 18:49:06 +08:00
jialin
7542ac9d87
style: hidden expand button when no replicas
2025-04-11 18:49:06 +08:00
jialin
b27ebaaccf
chore: update iconfont static files
2025-04-11 12:16:35 +08:00
jialin
5b20a7edb8
fix: disabled across_workers for vllm in edit
2025-04-10 17:52:04 +08:00
jialin
48580cb5b0
feat: add api access info modal
2025-04-10 17:30:26 +08:00
jialin
7c79accda7
chore: display warning message after form change in edit model
2025-04-10 12:21:55 +08:00
jialin
1182fdeb43
chore: add backend field in check api
2025-04-09 18:43:42 +08:00
jialin
694ffb0a81
style: add model selection tips in playground
2025-04-09 17:46:18 +08:00
jialin
fe8ff2b180
chore: npu ux for add worker
2025-04-09 15:46:30 +08:00
jialin
ade1db5215
fix: omit distribution and cpu_offload fields from default spec
2025-04-08 20:58:24 +08:00
jialin
5269cbf862
fix: submit button is incorrect in edit model
2025-04-08 19:44:59 +08:00
jialin
d62e43790c
chore: extract a model file item
2025-04-08 19:19:41 +08:00
jialin
5766a50bc2
chore: add changes tips
2025-04-08 16:33:19 +08:00
jialin
c09503aad8
fix: add backend field in evaluation payload
2025-04-08 14:37:31 +08:00
jialin
f6bc183972
fix(style): unify casing of system terms
2025-04-08 13:28:13 +08:00
jialin
a087677c6e
chore: allow to config distribution in vllm
2025-04-08 09:47:10 +08:00
jialin
529a2ecd81
fix: validate gpu_selector value before check
2025-04-07 20:04:40 +08:00
jialin
3843d1bd3e
fix: ollama model change trigger check action
2025-04-07 19:49:37 +08:00
jialin
6be7f6ad68
style: worker filter bar
2025-04-07 19:49:37 +08:00
jialin
30c4fb8032
fix: auto-complete width
2025-04-07 17:10:05 +08:00
jialin
a7dee45720
fix: image edit invert mask
2025-04-07 17:10:05 +08:00
jialin
f7c597d957
style: shortcut for start to search model
2025-04-07 13:38:53 +08:00
jialin
b89e7c6c3d
style: form components
2025-04-07 11:51:34 +08:00
jialin
0f7a619a34
chore: add mindie option
2025-04-07 10:31:22 +08:00
jialin
5c1cb120e1
fix: reset some fields for default spec
2025-04-07 10:08:56 +08:00
jialin
9f24e765be
fix: check compatiblity after delete selecor
2025-04-05 10:42:24 +08:00
jialin
a23f9881ee
fix: some fields value are null after select model
2025-04-03 20:42:20 +08:00
EVGENY M and jialin
80e85a571e
Update resources.ts
2025-04-03 20:40:24 +08:00
EVGENY M and jialin
82a412093e
Update models.ts
2025-04-03 20:40:08 +08:00
EVGENY M and jialin
8986e84dfe
Update common.ts
2025-04-03 20:39:53 +08:00
jialin
b6136a092d
fix: the fields for trigger checking
2025-04-03 18:08:43 +08:00
jialin
939f46c7e6
fix: miss gpu_selector value in catalog
2025-04-03 13:36:09 +08:00
jialin
dd8059693d
fix: voice list do not be shown
2025-04-02 21:11:50 +08:00
jialin
afacd2a8a0
fix: check form data after blur
2025-04-02 20:40:57 +08:00
jialin
4755cf6a25
fix: do not display modelscope source
2025-04-02 17:55:10 +08:00
jialin
d3e58c85cf
fix: categories value error
2025-04-02 17:55:10 +08:00
jialin
89a6d6a4c1
chore: update add worker command for container
2025-04-02 15:48:46 +08:00
jialin
ecbfeb608b
fix: can not select voxbox in editing
2025-04-02 14:50:21 +08:00
jialin
f8a8314476
chore: check configuration on initial and change values
2025-04-02 14:19:06 +08:00
jialin
b1d7bb9fd7
fix: backend is not updated after changing model
2025-04-02 11:24:26 +08:00
EVGENY M and jialin
28a84a90cf
Update resources.ts
2025-04-02 09:22:03 +08:00
EVGENY M and jialin
067119eac7
Update models.ts
2025-04-02 09:21:27 +08:00
jialin
3fa19cf977
fix: submit form data error
2025-04-01 22:53:25 +08:00
jialin
5cbb5e7d40
style: check compatibility
2025-04-01 20:47:52 +08:00
jialin
f5c4749954
chore: check compatibility in edit
2025-04-01 20:47:52 +08:00
jialin
a3ee010286
fix: visit auto playground error from model list
2025-04-01 13:58:50 +08:00
jialin
7e8b5f1f63
fix: model filter by worker
2025-04-01 10:56:50 +08:00
jialin
eff88528d3
chore: restart on error
2025-03-31 16:21:40 +08:00
jialin
f83e49bd3d
chore: check compatibility ux
2025-03-31 16:21:40 +08:00
jialin
bd6c689d91
chore: compatibility api
2025-03-31 16:21:40 +08:00
jialin
f9469a1ea3
fix(style): message toast bgcolor
2025-03-29 21:35:24 +08:00
jialin
c0d92fbdd5
chore: add check locales keys
2025-03-28 19:15:57 +08:00
jialin
2079fc1801
fix(style): add worker
2025-03-28 19:15:57 +08:00
jialin
59d01a6bd9
style: table list col span
2025-03-28 19:15:57 +08:00
Shion Tanaka and jialin
4f29fe5040
feat: Add Japanese Language
2025-03-28 15:03:37 +08:00
jialin
455ae8aa05
style(font): font size 14
2025-03-27 18:32:44 +08:00
jialin
db417e6a5f
style: set theme token
2025-03-27 18:32:44 +08:00
jialin
8d444f24f8
style: table list col span
2025-03-27 16:11:49 +08:00
jialin
618cd667fc
feat: row, col component
2025-03-27 16:11:49 +08:00
jialin
f4d5419ba1
style: table style
2025-03-27 16:11:49 +08:00
jialin
0d80269e2d
fix: windows path style
2025-03-27 12:17:52 +08:00
jialin
861e95673d
fix: resource do not display in model files
2025-03-26 19:08:10 +08:00
jialin
997e4a1edd
chore: cache resources active tab
2025-03-26 17:31:31 +08:00
jialin
bfdf02f065
fix: copy patn button flickering
2025-03-26 17:31:31 +08:00
jialin
f658b9d6d9
style: downloading progress
2025-03-26 11:59:49 +08:00
jialin
671fce2961
chore: cleanup file checkbox
2025-03-26 11:59:49 +08:00
EVGENY M and jialin
93c9ffe109
Update models.ts
...
update ru
2025-03-26 10:00:04 +08:00
EVGENY M and jialin
17cd414dde
Update resources.ts
...
update ru
2025-03-26 09:58:33 +08:00
jialin
3bc10291c4
chore: set source as local_path deploy from model files
2025-03-25 21:24:03 +08:00
jialin
8f6c1d0e47
chore: init worker selector
2025-03-25 17:58:01 +08:00
jialin
f882fe2c32
fix: deploy from model files source incorrect
2025-03-25 16:39:03 +08:00
jialin
b25644c590
chore: worker downloading tooltip
2025-03-25 12:33:29 +08:00
jialin
626e29a001
style: form item style
2025-03-25 12:33:29 +08:00
jialin
dca7a6f270
chore: add model file ux
2025-03-25 12:33:29 +08:00
jialin
05ef2b8eaa
chore: add model api
2025-03-25 12:33:29 +08:00
jialin
1819649a3a
style: backend check info
2025-03-20 12:16:46 +08:00
jialin
b8f58b2cc1
fix: can not paste a text in env vars input box
2025-03-19 20:09:43 +08:00
jialin
2ceefab18c
feat: download model
2025-03-19 20:09:43 +08:00
jialin
254dd75cd0
style: instance offload info
2025-03-19 11:43:52 +08:00
jialin
6e87d66932
chore: pasted multiple lines in env vars
2025-03-19 11:23:29 +08:00
jialin
3a05d74a36
fix: no undef var error
2025-03-19 11:23:29 +08:00
jialin
4b5f08ccc2
chore: add delete action in table fetch hook
2025-03-19 09:29:31 +08:00
EVGENY M and jialin
cc20050dc8
Update models.ts
...
update ru
2025-03-18 23:51:40 +08:00
jialin
25cf439f03
chore: extract fetch hooks for common table
2025-03-18 20:35:29 +08:00
EVGENY M and jialin
2beae9ea5b
Update playground.ts
...
update translation playground.chat.thinking
2025-03-18 18:08:33 +08:00
EVGENY M and jialin
64a1ab5c60
Update playground.ts
...
Update RU
2025-03-18 17:19:38 +08:00
jialin
00ef7ab6ca
fix: edit mask for undo
2025-03-18 17:15:55 +08:00
jialin
08b3c9d1ac
fix: remove TODO tips in locales
2025-03-17 20:25:03 +08:00
jialin
2287196746
chore: load mask by pix
2025-03-17 20:25:03 +08:00
jialin
9ac679d437
fix: block body scroll when view version
2025-03-14 19:40:15 +08:00
jialin
db0a5875fa
fix: show success message when start model falied
2025-03-14 18:50:45 +08:00
jialin
38ff16f3cd
fix(style): always display offloads info
2025-03-14 16:43:36 +08:00
jialin
ccbc36f991
fix: do not call models watch after first loading
2025-03-14 16:43:36 +08:00
jialin
b47b99bd28
fix: cpu offloads do not display
2025-03-14 10:22:23 +08:00
jialin
55a922427b
fix: cot button can not operate
2025-03-13 21:11:53 +08:00
jialin
a5525c065c
style: chat message render markdown by default
2025-03-13 18:49:20 +08:00
EVGENY M and jialin
840b3c2a84
Update common.ts
...
Update RU
2025-03-13 11:11:59 +08:00
EVGENY M and jialin
3cef5f0bff
Update models.ts
...
Update ru
2025-03-13 11:11:46 +08:00
jialin
fa1463939e
chore: verfiy docs
2025-03-12 18:47:46 +08:00
jialin
b31099c94d
chore: update the llamabox backend tips
2025-03-12 18:40:10 +08:00
jialin
fc0899d9d3
fix: do not get the backend when local path blur
2025-03-12 17:41:38 +08:00
jialin
a7170a4eee
chore: merge fetch data request
2025-03-12 16:53:43 +08:00
jialin
e04874d074
fix: remove test code
2025-03-12 10:57:29 +08:00
jialin
0fc570b138
chore: the backend matches the model file
2025-03-12 10:43:59 +08:00
jialin
5edbc1a7b5
style: model list buttons
2025-03-12 10:43:59 +08:00
jialin
a7cfa05504
fix: markdown word bread
2025-03-10 17:40:55 +08:00
jialin
c0988da176
fix: image viewer flick
2025-03-10 17:11:32 +08:00
jialin
12707793b1
chore: display vllm distributed info
2025-03-10 15:11:48 +08:00
jialin
06d6732ab2
docs: update readme.md
2025-03-10 12:33:43 +08:00
jialin
ab6e98aae2
chore: press enter to submit chat message
2025-03-09 21:31:58 +08:00
jialin
a2ef9d781d
chore: display instance resource claim
2025-03-07 17:07:40 +08:00
jialin
106ee43171
fix: base64 convert to file for all image type
2025-03-06 20:27:34 +08:00
jialin
36d626c833
chore: ram vram usage in resource
2025-03-06 19:44:35 +08:00
jialin
b0ac85d81d
fix: edit image: image field is null
2025-03-06 16:34:55 +08:00
jialin
25d70b7b49
fix: preview field missing in image
2025-03-06 11:55:16 +08:00
jialin
4c5946e8da
fix: can be cleared during loading in embedding and rerank
2025-03-06 09:49:07 +08:00
jialin
4de1a38c00
fix: do not init meta data when switch tab
2025-03-05 20:30:53 +08:00
jialin
caadc02fb4
chore: reduce re-render times for params in playground
2025-03-05 15:09:47 +08:00
jialin
3e691aa31f
fix: default model in embedding page
2025-03-05 14:05:12 +08:00
jialin
fd7ce9027a
feat: add expand all rows
2025-03-05 14:05:12 +08:00
EVGENY M and jialin
3fdde5f8c4
Update playground.ts
...
Upd
2025-03-05 11:25:37 +08:00
jialin
4c5eb721fb
chore: update TODO for locales
2025-03-04 19:18:13 +08:00
jialin
f3bdb03cae
chore: add TODO: Translate me in locales
2025-03-04 18:50:34 +08:00
jialin
9b6112d206
fix: common.ts locales miss comma in ru
2025-03-04 18:07:42 +08:00
EVGENY M and jialin
beab0fa6f6
Rename ru_RU.ts to ru-RU.ts
2025-03-04 18:01:29 +08:00
rjohny55 and jialin
fa60cab587
Create ru_RU.ts
2025-03-04 18:01:29 +08:00
rjohny55 and jialin
05da6b3c50
Create users.ts
2025-03-04 18:01:29 +08:00
rjohny55 and jialin
0b12f4e6fd
Create usage.ts
2025-03-04 18:01:29 +08:00
rjohny55 and jialin
b9ddf29289
Create shortcuts.ts
2025-03-04 18:01:29 +08:00
rjohny55 and jialin
10e47b8305
Create resources.ts
2025-03-04 18:01:29 +08:00
rjohny55 and jialin
0e1c9487f0
Create playground.ts
2025-03-04 18:01:29 +08:00
rjohny55 and jialin
60f569dbf9
Create models.ts
2025-03-04 18:01:29 +08:00
rjohny55 and jialin
bdb803db21
Create menu.ts
2025-03-04 18:01:29 +08:00
rjohny55 and jialin
634fab4d9f
Create dashboard.ts
2025-03-04 18:01:29 +08:00
rjohny55 and jialin
34a14865eb
Create common.ts
2025-03-04 18:01:29 +08:00
rjohny55 and jialin
abcd3a30ce
Create apikeys.ts
...
add ru_RU
2025-03-04 18:01:29 +08:00
jialin
9f40bf6f5d
chore: generate invertion mask in image editor
2025-03-04 17:52:14 +08:00
jialin
8a98aef28c
chore: image edit invert painting area
2025-03-04 17:52:14 +08:00
jialin
bb47b4475e
chore: per-commit lint
2025-03-03 14:30:55 +08:00
jialin
1bb6c5fbfc
chore: init chat params
2025-03-03 10:13:06 +08:00
jialin
35fe459420
chore: init wrapper scroller
2025-03-03 10:13:06 +08:00
jialin
d75ac45c33
fix: expand rows in models after operating
2025-02-28 20:07:03 +08:00
jialin
9927da5088
fix: do not init audio model
2025-02-28 12:23:02 +08:00
jialin
295b4b3b72
chore: download progress
2025-02-27 18:03:28 +08:00
jialin
8464e0ea3f
feat: add download instance log button
2025-02-27 18:03:28 +08:00
jialin
4b73457f7f
style: gpuselector dropdown style
2025-02-26 16:00:29 +08:00
jialin
eedcf6f1fe
style: select component
2025-02-26 16:00:29 +08:00
jialin
5b130d9500
fix: update first login state after deploying from catalog
2025-02-25 17:49:33 +08:00
jialin
600f457bc2
chore: update /v1-openai to /v1 in playground test code
2025-02-25 16:10:40 +08:00
jialin
e1959f74aa
chore: first login to default page by localhost
2025-02-25 15:04:05 +08:00
jialin
0f7d04e0b9
fix: page error when edit error
2025-02-25 14:03:14 +08:00
jialin
f91311144b
fix(style): layout content padding
2025-02-24 14:10:50 +08:00
jialin
529b3cb18f
chore: get start from deploying
2025-02-24 11:47:06 +08:00
jialin
bcbefe29e7
chore: get start from deploying
2025-02-24 11:34:40 +08:00
jialin
1dd7037aa0
fix: params form render depds on fields
2025-02-23 13:32:03 +08:00
jialin
2c2e9396c4
fix: default route for logo
2025-02-23 13:32:03 +08:00
jialin
69feb6a4f1
chore: image edit init params
2025-02-23 13:32:03 +08:00
jialin
911b4b9138
chore: audio init parametes
2025-02-23 13:32:03 +08:00
jialin
21cd4b67f0
chore: rerank init params
2025-02-23 13:32:03 +08:00
jialin
8c7eebe76c
chore: embedding init params
2025-02-23 13:32:03 +08:00
jialin
bb8b00e547
refactor: create image hooks
2025-02-23 13:32:03 +08:00
jialin
f8c7f88ac2
feat: add custom modal for lock body scroller
2025-02-23 13:32:03 +08:00
jialin
c6cc5810ca
feat: add env field in deploy form
2025-02-21 17:05:06 +08:00
jialin
a89ff584fd
chore: minimize static files
2025-02-21 12:21:21 +08:00
jialin
11d824a88d
fix: vox-box gpu-selector
2025-02-21 11:45:50 +08:00
jialin
f1ab927a7e
chore: chat hooks
2025-02-19 20:50:32 +08:00
jialin
9e0634f449
refactor: models list table columns from props
2025-02-19 15:17:17 +08:00
jialin
a9006f2954
fix: do not need to open the row after batch updating
2025-02-18 20:06:20 +08:00
jialin
3a021e7879
fix: batch start/stop selected counts
2025-02-18 19:51:22 +08:00
jialin
6ea8cc9986
chore: copy model-tag from user-view
2025-02-18 19:51:22 +08:00
jialin
4c77151877
chore: render katex in markdown
2025-02-18 19:51:22 +08:00
jialin
ea34431cf7
chore: react-markdown
2025-02-17 13:49:55 +08:00
jialin
7c546ed6b8
chore: update ui tips
2025-02-17 13:49:55 +08:00
jialin
db53920153
style: menu style
2025-02-17 13:49:55 +08:00
jialin
c60015bd09
chore: stt player ui
2025-02-17 13:49:55 +08:00
jialin
d2a3388058
chore: improve image edit
2025-02-17 13:49:55 +08:00
jialin
384a75622f
style: lock body scroll bar when open a modal
2025-02-17 13:49:55 +08:00
jialin
68a62d689c
chore: batch start/stop models
2025-02-17 13:49:55 +08:00
jialin
8f7968302d
style: model source dropdown
2025-02-17 13:49:55 +08:00
jialin
35a5733e82
chore: gpu selector, source dropdown
2025-02-17 13:49:55 +08:00
jialin
f6bbbc56ba
chore: negative mask on edit image
2025-02-17 13:49:55 +08:00
jialin
d1d601f028
chore: tag style
2025-02-17 13:49:55 +08:00
jialin
bbb133d0f2
refactor: gpu selector
2025-02-17 13:49:55 +08:00
jialin
9671f57b65
fix: import lodash in component
2025-02-12 19:34:09 +08:00
jialin
d3212c8b49
refactor: message content
2025-02-12 19:34:09 +08:00
jialin
1f01a5b1cc
chore: reasoning content without <think> tag
2025-02-11 17:41:55 +08:00
jialin
95f7f5535f
fix: do not rerender after editing the markdown
2025-02-11 15:31:16 +08:00
jialin
8ae031dbbd
style: markdown render
2025-02-11 14:01:46 +08:00
jialin
4498f069f0
feat: render markdown in chat
2025-02-11 14:01:46 +08:00
jialin
349b895ac5
feat: dcu container worker guide
2025-02-11 10:35:25 +08:00
jialin
794f27a3c8
chore: chat reasoning content
2025-02-10 21:53:36 +08:00
jialin
1def9a6b19
chore: field description icon
2025-02-10 18:44:21 +08:00
jialin
cbf1e42c73
chore: local path field tooltip
2025-02-10 11:59:57 +08:00
jialin
7c960bb899
fix: set distributed_inference_across_workers to false when selectingt vox-box
2025-02-09 21:53:46 +08:00
jialin
1a1807df96
fix: download image size on edit page
2025-02-06 15:04:15 +08:00
jialin
2d03f17bde
chore: refine wording
2025-02-06 11:07:38 +08:00
jialin
8cbaa6b281
fix: download image size is incorrect
2025-02-05 16:27:01 +08:00
jialin
2c0ae66143
style: side menu raw scroll bar width 0
2025-01-22 18:28:44 +08:00
jialin
a54c160d83
fix: remove the constant deps for watch logs
2025-01-22 17:38:24 +08:00
jialin
61fb7b0d86
fix(style): tooltip scroll bar color, auto input trim spaces
2025-01-22 16:32:46 +08:00
jialin
b3beae44df
fix: child row expand status sync
2025-01-22 15:33:12 +08:00
jialin
d1369e765a
style: table no data
2025-01-21 14:25:14 +08:00
jialin
6185485c68
fix: update instances with full data
2025-01-21 10:31:40 +08:00
jialin
db733ac9ce
fix: json stream data is truncated
2025-01-20 22:08:08 +08:00
jialin
f94fcf58a7
fix: update instances by filter
2025-01-20 17:47:36 +08:00
jialin
7487841385
chore: save iconfont files locally
2025-01-20 17:47:36 +08:00
jialin
289c4b497d
chore: save iconfont files locally
2025-01-20 10:37:54 +08:00
jialin
c49bfb97dd
fix: clear instances when page hidden
2025-01-19 20:51:06 +08:00
jialin
4643dbce17
fix(style): brush can not fully paint the image
2025-01-19 00:00:15 +08:00
jialin
82e8c01b95
chore: set image raw size to form
2025-01-18 16:03:48 +08:00
jialin
47ced11e03
fix: reset update instance list flag
2025-01-17 23:39:10 +08:00
jialin
04d35a3a83
chore: all models page count
2025-01-17 23:22:49 +08:00
jialin
1df3a0b8cb
fix: model instances update when tab active
2025-01-17 23:16:38 +08:00
jialin
faa13f58e0
fix: catalog form meta data update
2025-01-17 21:22:15 +08:00
jialin
58fcc90417
fix: clear models expand keys
2025-01-17 14:35:36 +08:00
jialin
0690612477
fix: dashboard usage display
2025-01-16 22:27:04 +08:00
jialin
c0344b385a
fix: failed to load image when pass empty mask
2025-01-16 22:20:32 +08:00
jialin
214c5998c6
fix: image stream data error
2025-01-16 21:51:22 +08:00
jialin
b14c01f9f7
fix: expand the model after deploying from catalog
2025-01-16 17:24:37 +08:00
jialin
4a838e7bdb
chore: completions error handler
2025-01-16 14:25:03 +08:00
jialin
4a748e894d
chore: rename copy button less
2025-01-16 10:33:18 +08:00
jialin
b576491156
fix: remove storkes when use a new base image
2025-01-16 10:14:05 +08:00
jialin
17da790651
fix: update origin image uid for second edit
2025-01-15 22:58:27 +08:00
jialin
c599cab14a
fix: image display new image
2025-01-15 21:37:28 +08:00
jialin
4240bad627
fix: reranker selection
2025-01-15 19:36:44 +08:00
jialin
0017de7b21
fix: fixed point line width
2025-01-15 17:07:44 +08:00
jialin
53a4ebb66e
fix: paste text can not overwrite the selection
2025-01-15 16:11:57 +08:00
jialin
5bfca0f86f
chore: message link
2025-01-15 12:42:09 +08:00
jialin
9553aa944a
fix: image progress display
2025-01-15 09:51:29 +08:00
jialin
35991ff5d6
chore: llama-box parameters
2025-01-14 18:58:07 +08:00
jialin
42d703ca1d
chore: image edit scale
2025-01-14 17:11:46 +08:00
jialin
e089ddb223
chore: image edit scale
2025-01-14 17:11:46 +08:00
jialin
c323b6a8a9
chore: instance unreachable state
2025-01-14 09:40:15 +08:00
jialin
bf461f59de
fix: do not edit a image in loading
2025-01-13 19:25:30 +08:00
jialin
9974fa831c
fix: image size options
2025-01-13 16:34:08 +08:00
jialin
73e41b0de0
fix: update page number of new logs
2025-01-13 15:59:32 +08:00
jialin
9aa297a804
chore: model file description
2025-01-13 15:51:34 +08:00
jialin
5c1bcdbd74
fix: clear screen logs after loading all
2025-01-13 11:15:34 +08:00
jialin
8c4997fa37
chore: image meta data
2025-01-13 08:22:23 +08:00
jialin
d099a22bd9
fix: set last page after loading all logs
2025-01-12 20:01:27 +08:00
jialin
0de0426f72
fix: logs page by the data after parsing
2025-01-12 17:04:12 +08:00
jialin
04d5b692b8
fix: miss logs
2025-01-10 20:23:15 +08:00
jialin
da6cdcef84
fix(style): gpu selector closable
2025-01-10 16:55:24 +08:00
jialin
fbf2671eaf
fix(style): gpu selector closable
2025-01-10 16:51:55 +08:00
jialin
67e050bd6f
chore: unreachable state is not ready
2025-01-10 15:53:14 +08:00
jialin
8282f48cdb
fix: calc log lines
2025-01-10 15:41:01 +08:00
jialin
5d903de2a2
chore: worker unreachable state
2025-01-10 12:25:06 +08:00
jialin
78deee2de3
chore: llm ctx max value
2025-01-10 10:49:06 +08:00
jialin
a09403328e
fix: do not update when scrolling to view logs
2025-01-10 10:42:41 +08:00
jialin
45e92e7b7a
fix: image preview
2025-01-09 20:23:36 +08:00
jialin
ebe8a40202
chore: update lock.yaml
2025-01-09 18:00:07 +08:00
jialin
bd0747ff6f
revert: image editor ux
2025-01-09 17:53:26 +08:00
jialin
b37ec98e17
fix: set max_tokens to meta's half
2025-01-09 16:34:49 +08:00
jialin
a93db0a038
fix(style): instance status message
2025-01-09 14:56:48 +08:00
jialin
08f9029bf8
chore: audio file .m4a support
2025-01-09 14:11:26 +08:00
jialin
fb9d2d99d4
fix: display current page's logs
2025-01-09 11:27:44 +08:00
jialin
a374d4d40f
fix: body scrolls to top after opening a modal
2025-01-09 11:27:44 +08:00
jialin
fb4666195c
fix(style): catalog size tags overflow
2025-01-09 09:26:42 +08:00
jialin
39b6c00c6d
fix: stop auto scrolling on logs
2025-01-08 15:43:03 +08:00
jialin
decb3ef2f1
fix: add a button to last page on logs
2025-01-08 15:26:03 +08:00
jialin
2a9c501ee2
fix: form data merge with raw data
2025-01-08 13:45:05 +08:00
jialin
60d25a18fb
chore: remove source in the form
2025-01-08 12:34:53 +08:00
jialin
39a71d51cf
fix: image edit ux
2025-01-06 20:45:32 +08:00
jialin
5c401f3858
chore: catalog page size 100
2025-01-06 08:29:56 +08:00
jialin
cc45ec85fd
chore: models filter by category
2025-01-03 20:51:22 +08:00
jialin
1d66becff5
fix: default category
2025-01-03 20:51:22 +08:00
jialin
2a4ebcaf9c
chore: search by debounce
2025-01-03 20:51:22 +08:00
jialin
1a792254ca
chore: catalog card style
2025-01-03 20:51:22 +08:00
jialin
d9319f5734
chore: catalog api
2025-01-03 20:51:22 +08:00
jialin
81d96fe3a9
style: catalog item style
2025-01-03 20:51:22 +08:00
jialin
39fff0e57d
feat: catalog page
2025-01-03 20:51:22 +08:00
jialin
95058f7890
fix: do not update logs when viewing pre page
2025-01-03 20:38:44 +08:00
jialin
472ef1a231
chore: audio meta data
2025-01-03 17:27:19 +08:00
jialin
d7de302393
fix: automatically update the page when scrolling
2025-01-02 12:22:09 +08:00
jialin
e4b1dfc77a
chore: audio page keepalive
2024-12-31 11:04:30 +08:00
jialin
aed7267253
chore: model meta data
2024-12-30 16:07:30 +08:00
jialin
a24b7433a5
chore: update edit api
2024-12-30 08:37:58 +08:00
jialin
0b423a6fe0
chore: image edit api
2024-12-30 08:37:58 +08:00
jialin
cb98812444
chore: select multiple gpus by manual
2024-12-29 18:31:42 +08:00
jialin
b4e30565d2
feat: model category
2024-12-27 19:12:51 +08:00
jialin
9f40e2c71e
chore: watch request counts
2024-12-27 14:56:06 +08:00
jialin
fb0a2798e7
chore: update img args
2024-12-27 14:56:06 +08:00
jialin
9912b5037d
chore: disable editor when loading
2024-12-27 14:56:06 +08:00
jialin
bca56bfaad
chore: painting cache
2024-12-27 14:56:06 +08:00
jialin
542f048a67
chore: image edit ux
2024-12-27 14:56:06 +08:00
jialin
91c5e7e06c
feat: image edit
2024-12-27 14:56:06 +08:00
jialin
972ee69fac
style: view instance logs
2024-12-26 12:15:12 +08:00
jialin
00c9ef47e9
chore: search models tips
2024-12-25 16:48:20 +08:00
jialin
dcad5f4b5f
chore: success toast show twice after deleting
2024-12-25 11:36:02 +08:00
jialin
e74cda3c0f
chore: image args update
2024-12-24 16:43:19 +08:00
jialin
bafbb39883
fix: backend input focus not work
2024-12-24 14:31:38 +08:00
jialin
02391e66dc
chore: adjust the deletion modal config
2024-12-24 10:34:08 +08:00
jialin
762ab30c71
chore: add worker command paramters
2024-12-23 19:13:55 +08:00
jialin
6ce6a932e1
chore: add worker labels
2024-12-23 16:44:57 +08:00
jialin
e7de1896ea
chore: display the direct command in add worker
2024-12-23 16:33:08 +08:00
jialin
4391705c9a
chore: model item action list order
2024-12-20 18:27:29 +08:00
jialin
b40bf76270
chore: the text on the recreate button
2024-12-19 19:42:57 +08:00
jialin
f44aee0af4
feat: model list add stop and start button
2024-12-18 16:13:58 +08:00
jialin
57a1af9392
fix: convert recording to mp3
2024-12-16 18:35:03 +08:00
jialin
b16ae64105
fix: modelscope model tasks field null
2024-12-13 18:42:36 +08:00
jialin
0912d583c7
style: open in playground icon
2024-12-13 13:41:02 +08:00
jialin
6eff89aca1
style: audio tab icon
2024-12-13 13:17:07 +08:00
jialin
6e5e195a30
style: model list type tag
2024-12-13 12:13:17 +08:00
jialin
e3efda2764
fix: deploy model page error
2024-12-13 10:15:46 +08:00
jialin
5360c3dbaf
chore: mp3 converter exec load after init
2024-12-12 19:33:02 +08:00
jialin
f6427c50f2
chore: update audio catalog for modelscope
2024-12-12 17:37:14 +08:00
jialin
22035d1383
chore: fetch model list after deleting action
2024-12-12 17:04:07 +08:00
jialin
85949c5927
fix: delay in updating model list
2024-12-12 16:28:14 +08:00
jialin
dde746a5fe
fix: do not collapse other models, after creating a new
2024-12-12 14:12:33 +08:00
jialin
c2ae30575e
fix: disable vox-box item when deploy ollama model
2024-12-12 11:49:46 +08:00
jialin
cb5d9f626e
fix: query is not updated on deploy page when tap enter
2024-12-12 10:03:16 +08:00
jialin
c6d82409a8
chore: remove upload on image page
2024-12-11 18:44:00 +08:00
jialin
fef5d0e688
fix: audio, recording format error
2024-12-11 18:39:36 +08:00
jialin
f64e696f7a
chore: support editing the model repoID, filename, model path
2024-12-10 15:43:29 +08:00
jialin
acf99a6a9e
refactor: generate code viewer
2024-12-09 15:28:18 +08:00
gitlawr
a76560c38a
chore: add LICENSE
2024-12-09 11:37:37 +08:00
jialin
e1eec66e04
fix: text to speech python code
2024-12-05 20:54:28 +08:00
jialin
96d1ee2347
revert: speech to text code use openai lib
2024-12-05 19:50:29 +08:00
jialin
2a06463d07
fix: audio speech to text nodjs code
2024-12-05 18:20:13 +08:00
jialin
899862dc57
fix: audio view code
2024-12-05 17:54:20 +08:00
jialin
c8d585889b
fix: image random seed uncheck not work
2024-12-05 13:44:16 +08:00
jialin
d044423330
fix: image handleonload callback
2024-12-04 21:03:42 +08:00
jialin
273a9a5e66
fix: convert recording to mp3
2024-12-04 20:37:09 +08:00
jialin
0294e0d2b3
fix: recording format for browser
2024-12-04 20:13:08 +08:00
jialin
38daa0826e
fix: audio api error message
2024-12-04 19:02:10 +08:00
jialin
b9e8dea5d9
chore: update audio docs link
2024-12-04 17:01:43 +08:00
jialin
241930cefe
chore: rerank documents verify non-empty
2024-12-04 15:15:35 +08:00
jialin
bed3684a0c
fix: reset backend parameter options in deploy model modal
2024-12-04 11:15:29 +08:00
jialin
e1bb684c4c
chore: image size tooltips
2024-12-03 21:54:59 +08:00
jialin
4c75a5b421
fix: audio player pause
2024-12-03 20:21:20 +08:00
jialin
20f809740c
fix: audio error message
2024-12-03 17:33:49 +08:00
jialin
83294abaf0
fix: audio set progress error
2024-12-03 16:17:54 +08:00
jialin
687dabc777
fix: audio set progress error
2024-12-03 16:17:54 +08:00
jialin
605d6f0f9b
chore: update llama-box parameters
2024-12-03 16:17:54 +08:00
jialin
b1d13f5a71
fix(style): image size cache'
2024-12-02 22:15:43 +08:00
jialin
50c740d219
fix(style): image wraper full size
2024-12-02 18:56:27 +08:00
jialin
a7456d1182
fix: add cancel for generate text
2024-12-02 17:50:21 +08:00
jialin
804cbb8c56
style: image display ratio
2024-12-02 17:00:26 +08:00
jialin
cb13f66b3d
chore: voice language default value by current language
2024-12-02 10:44:39 +08:00
jialin
ec2cd29096
chore: slider to change width and height in image
2024-12-02 08:20:30 +08:00
jialin
412c6dadca
fix(style): stt loading
2024-11-29 22:10:52 +08:00
jialin
1ac3768468
fix: speech size 0, do not create url
2024-11-29 21:09:03 +08:00
jialin
e622636686
style: show voice error message
2024-11-29 20:02:54 +08:00
jialin
2ddeca8f9d
chore: add copy button
2024-11-29 17:03:46 +08:00
jialin
d1a80e1a64
fix: tts show error message
2024-11-29 17:03:46 +08:00
jialin
4cfe41ca9e
fix: image view code modal logs
2024-11-29 17:03:46 +08:00
jialin
cd1d3005e9
fix: playground view code
2024-11-29 15:26:39 +08:00
jialin
435161854c
fix: model logs loading
2024-11-29 13:41:28 +08:00
jialin
890287ce72
fix: image request error message
2024-11-29 10:58:16 +08:00
jialin
0cc2a40f26
chore: docker add worker command
2024-11-28 23:19:31 +08:00
jialin
849150c9ab
fix: auto bgcolor remove
2024-11-28 22:03:33 +08:00
jialin
75ac74ca5e
fix: image autosize
2024-11-28 22:03:33 +08:00
jialin
9822479d24
fix: remove image auto background
2024-11-28 21:58:28 +08:00
jialin
c456f63e8c
fix: jump to playground from model list
2024-11-28 21:58:28 +08:00
jialin
51ae3a16bd
fix: jump to playground from model list
2024-11-28 21:48:14 +08:00
jialin
bd418b23dc
fix(style): playground image incomplete
2024-11-28 17:13:51 +08:00
jialin
af789ee886
fix: rerank clear failed
2024-11-27 22:47:53 +08:00
jialin
324bd57e3d
fix: image chunk data broken
2024-11-27 21:13:31 +08:00
jialin
146bcdcf1c
fix: recording do not pass file type
2024-11-27 19:42:29 +08:00
jialin
60c92b8a98
chore: audio api adjust
2024-11-27 19:35:19 +08:00
jialin
230120fff5
chore: image custom params
2024-11-27 17:07:22 +08:00
jialin
ba76498acc
chore: audio model deploy
2024-11-27 11:04:31 +08:00
jialin
5e0772fae9
chore: images style
2024-11-25 20:07:17 +08:00
jialin
7fcd005f06
chore: audio
2024-11-25 20:07:17 +08:00
jialin
961d420c95
chore: encode url for hf
2024-11-25 12:58:27 +08:00
jialin
a42df69a7f
feat: add backend version field
2024-11-25 12:10:12 +08:00
jialin
59d2c5ae3c
fix: safari page blank
2024-11-22 20:16:23 +08:00
jialin
a6f0f554f0
fix: model be cleared when apply config to all in compare
2024-11-22 18:25:07 +08:00
jialin
c8c22b3f22
fix: model markdown parse failed
2024-11-22 11:55:19 +08:00
jialin
67febd3e25
style: create images ux
2024-11-22 10:00:34 +08:00
jialin
dde937f460
chore: images create
2024-11-22 10:00:34 +08:00
jialin
c3473673da
chore: speech to text
2024-11-22 10:00:34 +08:00
jialin
f24aef300b
feat: generate images
2024-11-22 10:00:34 +08:00
jialin
84e0c46711
feat: playground tts
2024-11-22 10:00:34 +08:00
jialin
16e2ac5b6c
feat: playground embedding
2024-11-22 10:00:34 +08:00
jialin
01214077d3
fix: rebase main
2024-11-22 10:00:34 +08:00
jialin
1e3957bdd5
refactor: playground rerank layout
2024-11-22 10:00:34 +08:00
jialin
8e7fa486db
style: submenu title color
2024-11-22 10:00:34 +08:00
jialin
a72088b7a8
chore: rebase main
2024-11-22 10:00:34 +08:00
jialin
419f1e07d1
refactor: rerank item
2024-11-22 10:00:34 +08:00
jialin
e05ec3d2d5
feat: playground add submenu
2024-11-22 10:00:34 +08:00
jialin
22f90a505c
chore: hf api use proxy
2024-11-20 17:51:28 +08:00
jialin
66e506db07
fix: deploy model shardfile file name
2024-11-18 18:56:47 +08:00
jialin
fa4041e560
style: status tooltip
2024-11-18 17:24:07 +08:00
jialin
f8a8225b8c
fix: close deploy modal reset form
2024-11-13 19:23:31 +08:00
jialin
75636b2575
fix: form fields do not update when toggle backend
2024-11-13 11:45:03 +08:00
jialin
e44cc4c145
fix: update form options when open modal
2024-11-12 20:53:07 +08:00
jialin
343ada135d
fix: backend updateable when local path
2024-11-08 15:09:25 +08:00
jialin
93a6a77c2b
chore: deploy model from local path
2024-11-07 17:35:07 +08:00
jialin
8bc67b323c
style: replace virtual inner with logs list
2024-11-06 09:29:12 +08:00
jialin
f684a3b0ae
fix: large logs page stuck
2024-11-05 19:46:47 +08:00
jialin
5f2115fff6
fix: page got stuck when logs size too large
2024-11-05 19:46:47 +08:00
jialin
9d654bcd66
fix: show upgrade check
2024-10-31 11:06:58 +08:00
jialin
5f8e72c6ae
chore: update vllm arguments
2024-10-31 11:06:58 +08:00
jialin
5dde5cae50
fix: filter gguf files in modelscope
2024-10-29 17:55:40 +08:00