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.
 
 
 
 
jialin 0317a370da
fix(style): worker status display
1 year ago
.github/workflows ci: init 2 years ago
.husky init 2 years ago
config fix: replicas not update after cancel 1 year ago
public/static fix: dashboard re-render 2 years ago
scripts ci: init 2 years ago
src fix(style): worker status display 1 year ago
.env fix: api watch data 2 years ago
.eslintrc.js style: search models style 1 year ago
.gitignore init 2 years ago
.lintstagedrc init 2 years ago
.npmrc init 2 years ago
.prettierignore init 2 years ago
.prettierrc.js fix: eslint format 2 years ago
.stylelintrc.js style: search models style 1 year ago
README.md fix: add woker modal text 2 years ago
overrides.less init 2 years ago
package.json chore: add english comment 1 year ago
plugin.ts fix: remove first umijs in prod html 2 years ago
pnpm-lock.yaml chore: add english comment 1 year ago
tsconfig.json chore: playground mutilmodel input 1 year ago
typings.d.ts fix: list pagination 2 years ago

README.md

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