mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Add Janeway and Shinen
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@ -1,24 +1,26 @@
|
|||||||
# Ignore client settings file
|
# Ignore client settings file
|
||||||
settings/*
|
settings
|
||||||
|
|
||||||
# Ignore stories file except for test_story
|
# Ignore stories file except for test_story
|
||||||
stories/*
|
stories
|
||||||
!stories/sample_story.json
|
!stories/sample_story.json
|
||||||
|
|
||||||
# Ignore stuff that would polute our Git
|
# Ignore stuff that would polute our Git
|
||||||
/.project
|
/.project
|
||||||
*.bak
|
*.bak
|
||||||
miniconda3/*
|
miniconda3
|
||||||
*.settings
|
*.settings
|
||||||
__pycache__
|
__pycache__
|
||||||
*.log
|
*.log
|
||||||
cache/*
|
cache
|
||||||
userscripts/*
|
userscripts
|
||||||
!userscripts/examples
|
!userscripts/examples
|
||||||
!userscripts/kaipreset_*.lua
|
!userscripts/kaipreset_*.lua
|
||||||
!userscripts/Readme.*
|
!userscripts/Readme.*
|
||||||
!userscripts/api_documentation.*
|
!userscripts/api_documentation.*
|
||||||
softprompts/*
|
softprompts
|
||||||
|
models
|
||||||
|
!models/models go here.txt
|
||||||
|
|
||||||
# Ignore PyCharm project files.
|
# Ignore PyCharm project files.
|
||||||
.idea
|
.idea
|
||||||
|
@ -69,8 +69,10 @@ modellist = [
|
|||||||
["Load a model from its directory", "NeoCustom", ""],
|
["Load a model from its directory", "NeoCustom", ""],
|
||||||
["Load an old GPT-2 model (eg CloverEdition)", "GPT2Custom", ""],
|
["Load an old GPT-2 model (eg CloverEdition)", "GPT2Custom", ""],
|
||||||
["Skein 6B (Hybrid)", "KoboldAI/GPT-J-6B-Skein", "16GB"],
|
["Skein 6B (Hybrid)", "KoboldAI/GPT-J-6B-Skein", "16GB"],
|
||||||
|
["Janeway 6B (Novel)", "KoboldAI/GPT-J-6B-Janeway", "16GB"],
|
||||||
["Adventure 6B", "KoboldAI/GPT-J-6B-Adventure", "16GB"],
|
["Adventure 6B", "KoboldAI/GPT-J-6B-Adventure", "16GB"],
|
||||||
["Lit 6B (NSFW)", "hakurei/lit-6B", "16GB"],
|
["Lit 6B (NSFW)", "hakurei/lit-6B", "16GB"],
|
||||||
|
["Shinen 6B (NSFW)", "KoboldAI/GPT-J-6B-Shinen", "16GB"],
|
||||||
["C1 6B (Chatbot)", "hakurei/c1-6B", "16GB"],
|
["C1 6B (Chatbot)", "hakurei/c1-6B", "16GB"],
|
||||||
["Janeway 2.7B (Novel)", "KoboldAI/GPT-Neo-2.7B-Janeway", "8GB"],
|
["Janeway 2.7B (Novel)", "KoboldAI/GPT-Neo-2.7B-Janeway", "8GB"],
|
||||||
["Adventure 2.7B", "KoboldAI/GPT-Neo-2.7B-AID", "8GB"],
|
["Adventure 2.7B", "KoboldAI/GPT-Neo-2.7B-AID", "8GB"],
|
||||||
|
Reference in New Issue
Block a user