Skip to content

Commit

Permalink
Fix llm predict install error (#9088)
Browse files Browse the repository at this point in the history
* fix llm predict install error
  • Loading branch information
fightfat committed Sep 5, 2024
1 parent 951e3d4 commit 0854287
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_tipc/llm/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ make install

cd ./csrc
pip install -r requirements.txt
wget https://paddle-qa.bj.bcebos.com/benchmark/PaddleNLP/cutlass.tar
tar -xvf cutlass.tar
mv cutlass ./gpu/cutlass_kernels
python setup_cuda.py install

0 comments on commit 0854287

Please sign in to comment.