always show reported arch
This commit is contained in:
parent
2378a29bde
commit
375003b458
1 changed files with 4 additions and 5 deletions
|
@ -274,13 +274,12 @@ void print_tok_vec(std::vector<float> &embd)
|
|||
else if(modelarch=="falcon")
|
||||
{
|
||||
fileformat = FileFormat::GGUF_FALCON; //uses the same loader
|
||||
printf("\nDetected GGUF FALCON format.\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("\nERROR: Detected unimplemented GGUF Arch: %s\n",modelarch.c_str());
|
||||
}
|
||||
|
||||
|
||||
printf("\nThe reported GGUF Arch is: %s\n",(modelarch==""?"unknown":modelarch.c_str()));
|
||||
|
||||
|
||||
if(modelarch!="" && fileformatmeta!=nullptr)
|
||||
{
|
||||
std::string fkey = modelarch+".context_length";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue