Skip to content

Latest commit

 

History

History
 
 

windows

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Build lmdeploy on windows

Requirements

Build lmdeploy wheel

mkdir build
cd build
..\builder\windows\generate.ps1
cmake --build . --config Release -- /m
cmake --install . --config Release
cd ..
rm build -Force -Recurse
python setup.py bdist_wheel -d build\wheel