Skip to content

Commit

Permalink
SmolLM2 model added
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 1, 2024
1 parent dbf446d commit febd0c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions llama_bringup/models/SmolLM2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
n_ctx: 2048
n_batch: 8
n_gpu_layers: -1
n_threads: 1
n_predict: 2048

model_repo: "bartowski/SmolLM2-1.7B-Instruct-GGUF"
model_filename: "SmolLM2-1.7B-Instruct-Q4_K_L.gguf"

system_prompt_type: "ChatML"
2 changes: 1 addition & 1 deletion llama_cpp_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ find_package(ament_cmake REQUIRED)
FetchContent_Declare(
llama
GIT_REPOSITORY https://github.com/ggerganov/llama.cpp.git
GIT_TAG b4003
GIT_TAG b4006
)

option(LLAMA_BUILD_COMMON "llama: build common utils library" ON)
Expand Down

0 comments on commit febd0c1

Please sign in to comment.