openppl-public / ppl.llm.serving

Apache License 2.0
122 stars 13 forks source link

update git deps #62

Open syheliel opened 1 month ago

syheliel commented 1 month ago

This PR will fix the compile error due to:

/home/xxx/workspace/ppl/ppl.llm.serving/src/models/llama/../../utils/mpsc_request_scheduler.h:21:10: fatal error: ppl/common/event_count.h: No such file or directory
#include "ppl/common/event_count.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
ouonline commented 1 month ago

The latest version of ppl.nn does not support the openpmx domain in ppl.pmx. we'll stick to llm_v1 until openpmx is fully supported by ppl.nn.

As a workaround, ppl.common is changed to the latest version in https://github.com/openppl-public/ppl.nn/commit/0c19aae0fecf679a0adb2d8c4bb1ea8f50558f7e. please rm -rf deps/pplnn* and try again.