We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f586f6 commit 1f70fd0Copy full SHA for 1f70fd0
llama.cpp
@@ -398,7 +398,7 @@ enum llm_tensor {
398
LLM_TENSOR_LAYER_OUT_NORM,
399
};
400
401
-static const std::map<llm_arch, const std::map<llm_tensor, std::string>> LLM_TENSOR_NAMES = {
+static const std::map<llm_arch, std::map<llm_tensor, std::string>> LLM_TENSOR_NAMES = {
402
{
403
LLM_ARCH_LLAMA,
404
0 commit comments