Skip to content

Commit

Permalink
Merge branch 'cht'
Browse files Browse the repository at this point in the history
  • Loading branch information
chenht2022 committed Jul 10, 2024
2 parents 2724cd1 + 4d2a0d6 commit 44c094a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ktransformers/ktransformers_ext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../third_party)

aux_source_directory(${CMAKE_CURRENT_SOURCE_DIR} SOURCE_DIR1)
aux_source_directory(${CMAKE_CURRENT_SOURCE_DIR}/cpu_backend SOURCE_DIR2)
aux_source_directory(${CMAKE_CURRENT_SOURCE_DIR}/operator/llamafile SOURCE_DIR3)
aux_source_directory(${CMAKE_CURRENT_SOURCE_DIR}/operators/llamafile SOURCE_DIR3)
aux_source_directory(${CMAKE_CURRENT_SOURCE_DIR}/../../third_party/llamafile SOURCE_DIR4)
set(ALL_SOURCES ${SOURCE_DIR1} ${SOURCE_DIR2} ${SOURCE_DIR3} ${SOURCE_DIR4})
message(STATUS "ALL_SOURCES: ${ALL_SOURCES}")
Expand Down
6 changes: 3 additions & 3 deletions ktransformers/ktransformers_ext/ext_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

#include "cpu_backend/cpuinfer.h"
#include "llamafile/flags.h"
#include "operator/llamafile/linear.h"
#include "operator/llamafile/mlp.h"
#include "operator/llamafile/moe.h"
#include "operators/llamafile/linear.h"
#include "operators/llamafile/mlp.h"
#include "operators/llamafile/moe.h"

namespace py = pybind11;
using namespace pybind11::literals;
Expand Down

0 comments on commit 44c094a

Please sign in to comment.