Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rm flashinfer for now
  • Loading branch information
zaristei committed Jul 22, 2025
commit 2b9aec5b58069f2e9a905872b8161906caefdf9c
10 changes: 5 additions & 5 deletions container/deps/vllm/install_vllm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ python setup.py install


# Install Flash Infer
cd $INSTALLATION_DIR
git clone https://github.com/flashinfer-ai/flashinfer.git --recursive
cd flashinfer
git checkout $FLASHINF_REF
python -m pip install -v .
#cd $INSTALLATION_DIR
#git clone https://github.com/flashinfer-ai/flashinfer.git --recursive
#cd flashinfer
#git checkout $FLASHINF_REF
#python -m pip install -v .

echo "vllm installation completed successfully"
Loading