mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-05 03:27:09 +00:00
Fixed model type for GPT-J (#815)
Signed-off-by: niansa/tuxifan <tuxifan@posteo.de>
This commit is contained in:
parent
9d2b20f6cd
commit
d6a70ddb5f
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
const char *modelType_ = "MPT";
|
const char *modelType_ = "GPT-J";
|
||||||
|
|
||||||
static const size_t MB = 1024*1024;
|
static const size_t MB = 1024*1024;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user