Skip to content

Commit

Permalink
[misc] Remove sglang, flashinfer
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Oct 16, 2024
1 parent 5a11e60 commit b2a89b4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 36 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ airootfs/root/customize_airootfs/scripts/1000-automatic.sh
airootfs/root/customize_airootfs/scripts/1000-comfyui.sh
airootfs/root/customize_airootfs/scripts/1000-invokeai.sh
airootfs/root/customize_airootfs/scripts/1000-llamacpp.sh
airootfs/root/customize_airootfs/scripts/1000-sglang.sh
airootfs/root/customize_airootfs/scripts/1000-sillytavern.sh
airootfs/root/customize_airootfs/scripts/1000-vllm.sh
airootfs/root/customize_airootfs/scripts/2000-replace-nonpascal-pkgs.sh
Expand Down
25 changes: 0 additions & 25 deletions airootfs/root/customize_airootfs/scripts/1000-sglang.sh.jinja2

This file was deleted.

3 changes: 0 additions & 3 deletions airootfs/root/customize_airootfs/scripts/1000-vllm.sh.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ export PIP_EXTRA_INDEX_URL="https://sasha0552.github.io/pascal-pkgs-ci/"

# install patched vllm
pipx install vllm-pascal

# install flashinfer
pipx inject vllm-pascal flashinfer-pascal
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ replace_package() {
}

# Replace packages
replace_package flashinfer
replace_package triton
replace_package vllm
{% endif %}
5 changes: 0 additions & 5 deletions packages.x86_64.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ mkinitcpio
mkinitcpio-archiso
mkinitcpio-nfs-utils
nano
nccl
ncdu
neofetch
net-tools
Expand All @@ -31,7 +30,6 @@ nodejs
npm
ntfs-3g
nvtop
openmpi
openssh
progress
pv
Expand All @@ -58,9 +56,6 @@ nvidia-utils
{% if platform == "rocm" %}
# ROCm
rocm-hip-sdk

# Required for SillyTavern-Extras
gtk3
{% endif %}

{% if type == "gui" %}
Expand Down

0 comments on commit b2a89b4

Please sign in to comment.