mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-16 18:19:42 +00:00
Update install.sh
This commit is contained in:
parent
f7ee993fdc
commit
9fe3f35c37
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@ pip install -r requirements-local_chat.txt
|
|||
pip install -r ktransformers/server/requirements.txt
|
||||
echo "Installing ktransformers"
|
||||
KTRANSFORMERS_FORCE_BUILD=TRUE pip install -v . --no-build-isolation
|
||||
pip install third_party/custom_flashinfer/
|
||||
|
||||
# SITE_PACKAGES=$(python -c "import site; print(site.getsitepackages()[0])")
|
||||
# echo "Copying thirdparty libs to $SITE_PACKAGES"
|
||||
|
@ -23,4 +22,4 @@ pip install third_party/custom_flashinfer/
|
|||
# patchelf --set-rpath '$ORIGIN' $SITE_PACKAGES/sched_ext.cpython*
|
||||
|
||||
|
||||
echo "Installation completed successfully"
|
||||
echo "Installation completed successfully"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue