Skip to content

Commit 94e3246

Browse files
ngxsonggerganov
andauthored
Update src/llama.cpp
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 3bf33aa commit 94e3246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static int llama_model_load(const std::string & fname, std::vector<std::string>
125125
throw std::runtime_error("error loading model hyperparameters: " + std::string(e.what()));
126126
}
127127
if (model.arch == LLM_ARCH_CLIP) {
128-
throw std::runtime_error("mmproj cannot be used as main model, use it with --mmproj instead");
128+
throw std::runtime_error("CLIP cannot be used as main model, use it with --mmproj instead");
129129
}
130130
try {
131131
model.load_vocab(ml);

0 commit comments

Comments
 (0)