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 9d2b20f6cd
commit d6a70ddb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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