Fixed model type for GPT-J (#815)

Signed-off-by: niansa/tuxifan <tuxifan@posteo.de>
This commit is contained in:
niansa/tuxifan 2023-06-02 21:46:33 +02:00 committed by GitHub
parent fc3655e163
commit 1832a887b5

View File

@ -29,7 +29,7 @@
namespace {
const char *modelType_ = "MPT";
const char *modelType_ = "GPT-J";
static const size_t MB = 1024*1024;
}