Fixed model type for GPT-J (#815)

Signed-off-by: niansa/tuxifan <tuxifan@posteo.de>
pull/821/head
niansa/tuxifan 1 year ago committed by GitHub
parent 9d2b20f6cd
commit d6a70ddb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save