Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ox696c
ktransformers
Commits
edd9efa4
Commit
edd9efa4
authored
May 15, 2025
by
Alisehen
Browse files
fix
parent
055680e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
install.sh
install.sh
+3
-3
No files found.
install.sh
View file @
edd9efa4
...
...
@@ -28,6 +28,9 @@ echo "Installing python dependencies from requirements.txt"
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
# XPU-specific fix for triton
if
[[
"
$DEV_BACKEND
"
==
"xpu"
]]
;
then
echo
"Replacing triton for XPU backend"
...
...
@@ -35,9 +38,6 @@ if [[ "$DEV_BACKEND" == "xpu" ]]; then
pip
install
pytorch-triton-xpu
==
3.3.0
--extra-index-url
https://download.pytorch.org/whl/xpu
fi
echo
"Installing ktransformers"
KTRANSFORMERS_FORCE_BUILD
=
TRUE pip
install
-v
.
--no-build-isolation
if
[[
"
$DEV_BACKEND
"
==
"cuda"
]]
;
then
echo
"Installing custom_flashinfer for CUDA backend"
pip
install
third_party/custom_flashinfer/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment