Compile new cmap-example
This commit is contained in:
parent
bddd099edf
commit
301f13cf9b
2 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ else()
|
|||
add_subdirectory(embd-input)
|
||||
add_subdirectory(llama-bench)
|
||||
add_subdirectory(beam-search)
|
||||
add_subdirectory(cmap-example)
|
||||
if (LLAMA_METAL)
|
||||
add_subdirectory(metal)
|
||||
endif()
|
||||
|
|
|
@ -36,7 +36,7 @@ std::unordered_map<std::string, std::vector<std::string>> extractParameters() {
|
|||
std::unordered_map<std::string, std::vector<std::string>> parameters;
|
||||
parameters["logit_bias"] = {"logit_bias", "0", "//", "way", "to", "alter", "prob", "of", "word", "being", "chosen"};
|
||||
|
||||
bool inside = false;
|
||||
bool inside = false;
|
||||
for (const std::string& line : lines) {
|
||||
std::vector<std::string> nonWhitespaceElements = splitString(line, " ");
|
||||
std::cout << "nwe = \033[33m";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue