From 7d9da2154757995a6ab1135b1f58c782aaadce2f Mon Sep 17 00:00:00 2001 From: candre23 Date: Tue, 6 Aug 2024 07:37:26 -0400 Subject: [PATCH 1/2] magnum 12b v2 --- ConvertAndPrecommit.bat | 4 ++++ db.json | 27 +++++++++++++++++++++++++++ models.csv | 1 + 3 files changed, 32 insertions(+) create mode 100644 ConvertAndPrecommit.bat diff --git a/ConvertAndPrecommit.bat b/ConvertAndPrecommit.bat new file mode 100644 index 0000000..59f53c3 --- /dev/null +++ b/ConvertAndPrecommit.bat @@ -0,0 +1,4 @@ +python convert.py +rem +pre-commit run --all-files +pause \ No newline at end of file diff --git a/db.json b/db.json index 88269dd..92b9e19 100644 --- a/db.json +++ b/db.json @@ -134,6 +134,33 @@ "style": "generalist", "nsfw": false }, + "anthracite-org/magnum-12b-v2": { + "name": "anthracite-org/magnum-12b-v2", + "baseline": "opt", + "parameters": 12000000000, + "description": "Add me", + "version": "1", + "style": "generalist", + "nsfw": false + }, + "aphrodite/anthracite-org/magnum-12b-v2": { + "name": "aphrodite/anthracite-org/magnum-12b-v2", + "baseline": "opt", + "parameters": 12000000000, + "description": "Add me", + "version": "1", + "style": "generalist", + "nsfw": false + }, + "koboldcpp/magnum-12b-v2": { + "name": "koboldcpp/magnum-12b-v2", + "baseline": "opt", + "parameters": 12000000000, + "description": "Add me", + "version": "1", + "style": "generalist", + "nsfw": false + }, "Austism/chronos-hermes-13b": { "name": "Austism/chronos-hermes-13b", "baseline": "opt", diff --git a/models.csv b/models.csv index a6ceb42..da9ddee 100644 --- a/models.csv +++ b/models.csv @@ -3,6 +3,7 @@ Aeala/Enterredaas-33b,33 Aeala/Enterredaas-65b,65 alpindale/goliath-120b,120 alpindale/magnum-72b-v1,72 +anthracite-org/magnum-12b-v2,12 Austism/chronos-hermes-13b,13 Austism/chronos-hermes-13b-v2,13 bigscience/bloom,176 From 7320056beb97984ecee4786f13e3c27f24953f68 Mon Sep 17 00:00:00 2001 From: candre23 Date: Tue, 6 Aug 2024 07:41:47 -0400 Subject: [PATCH 2/2] bat fix --- ConvertAndPrecommit.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConvertAndPrecommit.bat b/ConvertAndPrecommit.bat index 59f53c3..f7c8b4b 100644 --- a/ConvertAndPrecommit.bat +++ b/ConvertAndPrecommit.bat @@ -1,4 +1,4 @@ python convert.py rem pre-commit run --all-files -pause \ No newline at end of file +pause