Fixed model type for GPT-J (#815)

Signed-off-by: niansa/tuxifan <tuxifan@posteo.de>
pull/913/head
niansa/tuxifan 1 year ago committed by GitHub
parent fc3655e163
commit 1832a887b5

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

Loading…
Cancel
Save