Skip to content
On this page

Windows

WARNING

This is much more difficult than the Docker installation method. Please use the Docker installation method if possible.

Requirements

  • Node.js >= 18
  • Pnpm
  • Python >= 3.10
  • Pip
  • CUDA
  • cuDNN < 8.6.0
  • TensorRT 8.5.x

  1. Install Nvidia GPU driver
  2. Instal cuda 11.x
  3. Instal cudnn 8.6.0
  4. Install tensorrt 8.5.3.1

Installation

  1. Clone Lsmith repository
sh
git clone https://github.com/ddPn08/Lsmith.git
  1. Update the submodules
sh
cd Lsmith
git submodule update --init --recursive
  1. Enter frontend directory and build frontend
sh
cd frontend
pnpm i
pnpm build --out-dir ../dist
  1. Return to the root directory and run the application
powershell
cd ..
.\launch-user.bat