You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
EVGENY M f34935a634
Update models.ts
6 months ago
.github/workflows ci: publish v*-dev branches 8 months ago
.husky chore: per-commit lint 11 months ago
config chore: remove menu data render 6 months ago
public chore: move favicon icon to root 6 months ago
scripts ci: init 2 years ago
src Update models.ts 6 months ago
.env feat: add pagination for searching models 7 months ago
.eslintignore chore: update iconfont static files 9 months ago
.eslintrc.js style: overlay scroller 9 months ago
.gitignore feat: playground embedding 1 year ago
.lintstagedrc fix: extra button control 9 months ago
.npmrc init 2 years ago
.prettierignore style: hidden expand button when no replicas 9 months ago
.prettierrc.js fix: eslint format 2 years ago
.stylelintrc.js chore: minimize static files 11 months ago
LICENSE chore: add LICENSE 1 year ago
README.md docs: update readme.md 11 months ago
overrides.less fix: download image size is incorrect 12 months ago
package.json feat: clean markdown content 7 months ago
plugin.ts fix: logs viewer do not scroll after opened 1 year ago
pnpm-lock.yaml feat: clean markdown content 7 months ago
tsconfig.json perf: embedding calc in worker process 8 months ago
typings.d.ts feat: model usage 7 months ago

README.md

GPUStack UI

UI for GPUStack.

Installation

  1. Nodejs 16.0+(with NPM)

If you're on Mac

brew install node
  1. pnpm
npm install -g pnpm
  1. Setup
git clone https://github.com/gpustack/gpustack-ui/
  1. Install dependencies
cd gpustack-ui
pnpm install

Usage

  1. Run development server (at http://localhost:9000)
npm run dev
  1. build release
npm run build

Bugs & Issues