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