Update llama.cpp

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
sharpHL 2024-01-28 00:51:04 +08:00 committed by GitHub
parent 220f91735a
commit 82f5d5697b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6708,8 +6708,6 @@ static struct ggml_cgraph * llama_build_graph(
{
result = llm.build_orion();
} break;
default:
GGML_ASSERT(false);
}