Revert "Squashed commit of the following:"

This reverts commit 4f665cd63d.
This commit is contained in:
SammCheese 2023-06-09 12:19:08 +02:00
parent e6231c3055
commit c99ab9df33
No known key found for this signature in database
GPG key ID: 28CFE2321A140BA1
4 changed files with 37 additions and 621 deletions

View file

@ -1028,14 +1028,6 @@ static void llama_model_load_internal(
}
}
#if defined(GGML_USE_CLBLAST)
if (file_version == LLAMA_FILE_VERSION_GGJT_V3) {
if (hparams.ftype >= LLAMA_FTYPE_MOSTLY_Q2_K && hparams.ftype <= LLAMA_FTYPE_MOSTLY_Q6_K) {
printf("\n===\nK-Quants are currently not supported with CLBlast!!!\nPlease select a q4_0, q4_0, q5_0 or q5_1 format instead!\n=====\n");
}
}
#endif
if (vocab_only) {
return;
}