Skip to content

Commit

Permalink
Merge pull request #2288 from karagg/llm
Browse files Browse the repository at this point in the history
[LLM] add ci script
  • Loading branch information
Zeref996 committed Nov 16, 2023
2 parents 57e7608 + 7b80d70 commit bb68a7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions llm/test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

current_directory=$PWD

#环境安装 主要是wget的安装和paddlenlp算子
pip install wget
#环境安装 主要是安装paddle算子
cd ${paddlenlp}/csrc
${py_version} setup_cuda.py install --user

Expand Down

0 comments on commit bb68a7e

Please sign in to comment.