LLMServe / DistServe

Disaggregated serving system for Large Language Models (LLMs).
Apache License 2.0
293 stars 29 forks source link

cmake error when running "cmake -B build" in swiftTransformer #6

Closed KylinC closed 3 months ago

KylinC commented 3 months ago

-- Using the multi-header code from /home/fx/cql/DistServe/SwiftTransformer/build/_deps/json-src/include/ -- Configuring done (30.8s) CMake Error at src/csrc/kernel/CMakeLists.txt:23 (add_library): No SOURCES given to target: xformers_autogen_impl

interestingLSY commented 3 months ago

Please run git submodule update --init --recursive after cloning the SwiftTransformer repository.

By the way, it is encouraged to share your solution for others if you have figured out it for your issue.