Skip to content

Commit

Permalink
[REMOVE ME] Revert FlashInfer version
Browse files Browse the repository at this point in the history
flashinfer-ai/flashinfer#609 potentially introduces correctness issues
  • Loading branch information
james-p-xu committed Nov 16, 2024
1 parent fa88dca commit 0e2c8bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci_install_dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pip install --upgrade pip
pip install -e "python[all]"
pip install transformers==4.45.2 sentence_transformers accelerate peft
git clone https://github.com/flashinfer-ai/flashinfer.git --recursive
git reset --hard 32d9510d67187f1f3a379cce81302cdd15a557d2 # Revert to before PR https://github.com/flashinfer-ai/flashinfer/pull/609 merged
cd flashinfer/python
pip install -e .
pip install ninja # Ninja is required to load C++ extensions

0 comments on commit 0e2c8bc

Please sign in to comment.