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.
 
 
 
 
陈博文 daa5e1226a
chore: 添加部署文件
3 weeks ago
.github/workflows ci: publish v*-dev branches 4 months ago
.husky chore: per-commit lint 7 months ago
config style: side menu 1 month ago
public chore: move favicon icon to root 2 months ago
scripts ci: init 1 year ago
src fix: 冒号不统一 3 weeks ago
.env feat: 表格展开项字段对接完成 3 weeks ago
.eslintignore chore: update iconfont static files 5 months ago
.eslintrc.js style: overlay scroller 5 months ago
.gitignore feat: playground embedding 10 months ago
.lintstagedrc fix: extra button control 5 months ago
.npmrc init 1 year ago
.prettierignore style: hidden expand button when no replicas 5 months ago
.prettierrc.js fix: eslint format 1 year ago
.stylelintrc.js chore: minimize static files 7 months ago
LICENSE chore: add LICENSE 9 months ago
README.md docs: update readme.md 6 months ago
deploy.js chore: 添加部署文件 3 weeks ago
overrides.less fix: download image size is incorrect 7 months ago
package.json chore: 添加部署文件 3 weeks ago
plugin.ts fix: logs viewer do not scroll after opened 11 months ago
pnpm-lock.yaml fix: markdown view \n do not work 1 month ago
tsconfig.json perf: embedding calc in worker process 4 months ago
typings.d.ts feat: model usage 3 months ago
yarn.lock chore: 提交 yarn.lock 文件 3 weeks 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