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.
 
 
 
 
王子豪 dafc75d173
fix: 节点显示去重
4 weeks ago
.github/workflows ci: publish v*-dev branches 8 months ago
.husky chore: per-commit lint 11 months ago
config style: side menu 5 months ago
public chore: move favicon icon to root 6 months ago
scripts ci: init 2 years ago
src fix: 节点显示去重 4 weeks ago
.env fix: 分配显存/内存调整 4 weeks 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 chore: 修改文档 3 months ago
deploy.js chore: 修改文档端口地址 4 weeks ago
overrides.less fix: download image size is incorrect 12 months ago
package.json chore: 添加部署文件 5 months ago
plugin.ts fix: logs viewer do not scroll after opened 1 year ago
pnpm-lock.yaml fix: markdown view \n do not work 5 months ago
tsconfig.json perf: embedding calc in worker process 8 months ago
typings.d.ts feat: model usage 7 months ago
yarn.lock chore: 提交 yarn.lock 文件 5 months ago

README.md

GPUStack UI 使用指南

环境准备

确保安装 Node.js 16.0 或更高版本(包含 npm

访问 https://nodejs.org 下载安装包或使用包管理器安装
  1. 安装yarn
npm install -g yarn
  1. 获取代码
git clone https://bdgit.educoder.net/pucmnw7fs/gpustack.git
cd gpustack
  1. 安装依赖
yarn 或者 yarn add

项目操作

  1. 运行开发服务器访问地址http://localhost:9000
npm run dev
  1. 打包
npm run build
  1. 部署密码Edu@9527
npm run deploy