├── .gitattributes ├── .gitignore ├── .gitmodules ├── Jupyter.bat ├── LICENSE.md ├── README.md ├── Uninstall.bat ├── aiserver.py ├── attention_bias.py ├── breakmodel.py ├── bridge.lua ├── colab ├── GPU.ipynb ├── TPU.ipynb └── silence.m4a ├── colabkobold.sh ├── commandline-rocm.sh ├── commandline.bat ├── commandline.sh ├── cores └── default.lua ├── customsettings_template.json ├── data ├── empty_audio.ogg ├── genres.json ├── one_time_messages.json └── wi_fewshot.txt ├── disconnect-kobold-drive.bat ├── docker-cuda.sh ├── docker-cuda ├── Dockerfile └── docker-compose.yml ├── docker-rocm.sh ├── docker-rocm ├── Dockerfile └── docker-compose.yml ├── docker-standalone ├── Dockerfile ├── Readme.txt └── docker-helper.sh ├── docs └── gptq-whl-links.html ├── environments ├── huggingface.yml └── rocm.yml ├── extern └── lualibs │ ├── base64.lua │ ├── hashings │ ├── adler32.lua │ ├── blake2b.lua │ ├── blake2s.lua │ ├── crc32.lua │ ├── hmac.lua │ ├── init.lua │ ├── keccak.lua │ ├── md5.lua │ ├── pbkdf2.lua │ ├── ripemd160.lua │ ├── sha1.lua │ ├── sha256.lua │ ├── sha3_256.lua │ ├── sha3_512.lua │ ├── sha512.lua │ └── whirlpool.lua │ ├── inspect.lua │ ├── json.lua │ ├── lpeg.lua │ ├── lulpeg.lua │ ├── moses.lua │ ├── mt19937ar.lua │ ├── nums │ ├── bn.lua │ ├── init.lua │ ├── uintb.lua │ └── uintn.lua │ ├── pegex.lua │ ├── pl │ ├── Date.lua │ ├── List.lua │ ├── Map.lua │ ├── MultiMap.lua │ ├── OrderedMap.lua │ ├── Set.lua │ ├── array2d.lua │ ├── class.lua │ ├── compat.lua │ ├── comprehension.lua │ ├── config.lua │ ├── data.lua │ ├── func.lua │ ├── import_into.lua │ ├── init.lua │ ├── input.lua │ ├── lapp.lua │ ├── lexer.lua │ ├── luabalanced.lua │ ├── operator.lua │ ├── permute.lua │ ├── pretty.lua │ ├── seq.lua │ ├── sip.lua │ ├── strict.lua │ ├── stringio.lua │ ├── stringx.lua │ ├── tablex.lua │ ├── template.lua │ ├── test.lua │ ├── text.lua │ ├── types.lua │ ├── url.lua │ ├── utils.lua │ └── xml.lua │ └── serpent.lua ├── fileops.py ├── functional_models ├── functional models go here.txt └── stable-diffusion │ └── put checkpoints here.txt ├── gensettings.py ├── importers ├── aetherroom.py └── test_aetherroom.py ├── install_git_transformers.bat ├── install_requirements.bat ├── install_requirements.sh ├── koboldai.ico ├── koboldai_settings.py ├── koboldaiblue.ico ├── koboldaigreen.ico ├── logger.py ├── maps ├── bloom.json ├── gpt_neo.json ├── gpt_neox.json ├── gptj.json ├── opt.json └── xglm.json ├── modeling ├── inference_model.py ├── inference_models │ ├── api.py │ ├── basic_api.py │ ├── generic_hf_torch.py │ ├── hf.py │ ├── hf_mtj.py │ ├── hf_torch.py │ ├── hf_torch_4bit.py │ ├── horde.py │ ├── openai.py │ └── rwkv.py ├── lazy_loader.py ├── logits_processors.py ├── patches.py ├── post_token_hooks.py ├── stoppers.py ├── test_generation.py ├── tokenizer.py └── warpers.py ├── models └── models go here.txt ├── play-rocm.sh ├── play.bat ├── play.sh ├── presets ├── Custom.presets ├── Official_13B.presets └── Official_6B.presets ├── prompt_tuner.py ├── pytest.ini ├── remote-play.bat ├── requirements.txt ├── requirements_mtj.txt ├── static ├── MaterialIconsOutlined-Regular.otf ├── Welcome_Logo.png ├── application.js ├── blank.png ├── bootstrap-toggle.min.css ├── bootstrap-toggle.min.js ├── bootstrap.min.css ├── bootstrap.min.js ├── custom.css ├── default_pfp.png ├── favicon.js ├── html2canvas.min.js ├── jquery-3.6.0.min.js ├── jquery-ui.sortable.min.css ├── jquery-ui.sortable.min.js ├── klite.html ├── koboldai.css ├── koboldai.js ├── open-iconic-bootstrap.min.css ├── open-iconic.woff ├── open-iconic │ ├── css │ │ ├── open-iconic-bootstrap.css │ │ ├── open-iconic-bootstrap.less │ │ ├── open-iconic-bootstrap.min.css │ │ ├── open-iconic-bootstrap.scss │ │ ├── open-iconic-bootstrap.styl │ │ ├── open-iconic-foundation.css │ │ ├── open-iconic-foundation.less │ │ ├── open-iconic-foundation.min.css │ │ ├── open-iconic-foundation.scss │ │ ├── open-iconic-foundation.styl │ │ ├── open-iconic.css │ │ ├── open-iconic.less │ │ ├── open-iconic.min.css │ │ ├── open-iconic.scss │ │ └── open-iconic.styl │ └── fonts │ │ ├── open-iconic.eot │ │ ├── open-iconic.otf │ │ ├── open-iconic.svg │ │ ├── open-iconic.ttf │ │ └── open-iconic.woff ├── rangy-core.min.js ├── socket.io.min.js ├── survey.css ├── survey.js ├── swagger-ui │ ├── LICENSE │ ├── SwaggerDark.css │ ├── index.css │ ├── oauth2-redirect.html │ ├── swagger-ui-bundle.js │ ├── swagger-ui.css │ └── swagger-ui.js └── thinking.gif ├── stories └── sample_story.json ├── structures.py ├── templates ├── World Info Entry.html ├── index.html ├── index_new.html ├── popups.html ├── settings flyout.html ├── settings item.html ├── story flyout.html ├── swagger-ui.html └── templates.html ├── test_aiserver.py ├── themes ├── Darkness.css ├── Gruvbox Dark.css ├── Material You.css ├── Monochrome.css ├── Nostalgia.css ├── Unicorn.css └── tweaks │ ├── hide-max-length.css │ ├── hide-timing.css │ ├── hide-token-bar.css │ └── hide-welcome-logo.css ├── tpu_mtj_backend.py ├── umamba.exe ├── update-koboldai.bat ├── userscripts ├── Readme.txt ├── api_documentation.html ├── api_documentation.md ├── examples │ ├── Readme.txt │ ├── haxe_transcend.min.lua │ ├── haxe_transcend │ │ ├── KoboldLib.hx │ │ ├── Main.hx │ │ ├── README.md │ │ ├── build.bat │ │ ├── build.ps1 │ │ ├── build.sh │ │ └── min.js │ └── various_examples.lua ├── kaipreset_basic_phrase_bias.lua ├── kaipreset_location_scanner.lua ├── kaipreset_logits_viewer.lua ├── kaipreset_substitution.lua └── kaipreset_you_bias.lua └── utils.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/.gitmodules -------------------------------------------------------------------------------- /Jupyter.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/Jupyter.bat -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/README.md -------------------------------------------------------------------------------- /Uninstall.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/Uninstall.bat -------------------------------------------------------------------------------- /aiserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/aiserver.py -------------------------------------------------------------------------------- /attention_bias.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/attention_bias.py -------------------------------------------------------------------------------- /breakmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/breakmodel.py -------------------------------------------------------------------------------- /bridge.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/bridge.lua -------------------------------------------------------------------------------- /colab/GPU.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/colab/GPU.ipynb -------------------------------------------------------------------------------- /colab/TPU.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/colab/TPU.ipynb -------------------------------------------------------------------------------- /colab/silence.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/colab/silence.m4a -------------------------------------------------------------------------------- /colabkobold.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/colabkobold.sh -------------------------------------------------------------------------------- /commandline-rocm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/commandline-rocm.sh -------------------------------------------------------------------------------- /commandline.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/commandline.bat -------------------------------------------------------------------------------- /commandline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/commandline.sh -------------------------------------------------------------------------------- /cores/default.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/cores/default.lua -------------------------------------------------------------------------------- /customsettings_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/customsettings_template.json -------------------------------------------------------------------------------- /data/empty_audio.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/data/empty_audio.ogg -------------------------------------------------------------------------------- /data/genres.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/data/genres.json -------------------------------------------------------------------------------- /data/one_time_messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/data/one_time_messages.json -------------------------------------------------------------------------------- /data/wi_fewshot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/data/wi_fewshot.txt -------------------------------------------------------------------------------- /disconnect-kobold-drive.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/disconnect-kobold-drive.bat -------------------------------------------------------------------------------- /docker-cuda.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/docker-cuda.sh -------------------------------------------------------------------------------- /docker-cuda/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/docker-cuda/Dockerfile -------------------------------------------------------------------------------- /docker-cuda/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/docker-cuda/docker-compose.yml -------------------------------------------------------------------------------- /docker-rocm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/docker-rocm.sh -------------------------------------------------------------------------------- /docker-rocm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/docker-rocm/Dockerfile -------------------------------------------------------------------------------- /docker-rocm/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/docker-rocm/docker-compose.yml -------------------------------------------------------------------------------- /docker-standalone/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/docker-standalone/Dockerfile -------------------------------------------------------------------------------- /docker-standalone/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/docker-standalone/Readme.txt -------------------------------------------------------------------------------- /docker-standalone/docker-helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/docker-standalone/docker-helper.sh -------------------------------------------------------------------------------- /docs/gptq-whl-links.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/docs/gptq-whl-links.html -------------------------------------------------------------------------------- /environments/huggingface.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/environments/huggingface.yml -------------------------------------------------------------------------------- /environments/rocm.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/environments/rocm.yml -------------------------------------------------------------------------------- /extern/lualibs/base64.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/base64.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/adler32.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/adler32.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/blake2b.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/blake2b.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/blake2s.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/blake2s.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/crc32.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/crc32.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/hmac.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/hmac.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/init.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/keccak.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/keccak.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/md5.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/md5.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/pbkdf2.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/pbkdf2.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/ripemd160.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/ripemd160.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/sha1.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/sha1.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/sha256.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/sha256.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/sha3_256.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/sha3_256.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/sha3_512.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/sha3_512.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/sha512.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/sha512.lua -------------------------------------------------------------------------------- /extern/lualibs/hashings/whirlpool.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/hashings/whirlpool.lua -------------------------------------------------------------------------------- /extern/lualibs/inspect.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/inspect.lua -------------------------------------------------------------------------------- /extern/lualibs/json.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/json.lua -------------------------------------------------------------------------------- /extern/lualibs/lpeg.lua: -------------------------------------------------------------------------------- 1 | return require("lulpeg") 2 | -------------------------------------------------------------------------------- /extern/lualibs/lulpeg.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/lulpeg.lua -------------------------------------------------------------------------------- /extern/lualibs/moses.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/moses.lua -------------------------------------------------------------------------------- /extern/lualibs/mt19937ar.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/mt19937ar.lua -------------------------------------------------------------------------------- /extern/lualibs/nums/bn.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/nums/bn.lua -------------------------------------------------------------------------------- /extern/lualibs/nums/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/nums/init.lua -------------------------------------------------------------------------------- /extern/lualibs/nums/uintb.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/nums/uintb.lua -------------------------------------------------------------------------------- /extern/lualibs/nums/uintn.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/nums/uintn.lua -------------------------------------------------------------------------------- /extern/lualibs/pegex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pegex.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/Date.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/Date.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/List.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/List.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/Map.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/Map.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/MultiMap.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/MultiMap.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/OrderedMap.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/OrderedMap.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/Set.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/Set.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/array2d.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/array2d.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/class.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/class.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/compat.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/compat.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/comprehension.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/comprehension.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/config.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/config.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/data.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/data.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/func.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/func.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/import_into.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/import_into.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/init.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/input.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/input.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/lapp.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/lapp.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/lexer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/lexer.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/luabalanced.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/luabalanced.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/operator.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/operator.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/permute.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/permute.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/pretty.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/pretty.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/seq.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/seq.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/sip.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/sip.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/strict.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/strict.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/stringio.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/stringio.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/stringx.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/stringx.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/tablex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/tablex.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/template.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/template.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/test.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/test.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/text.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/text.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/types.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/types.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/url.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/url.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/utils.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/utils.lua -------------------------------------------------------------------------------- /extern/lualibs/pl/xml.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/pl/xml.lua -------------------------------------------------------------------------------- /extern/lualibs/serpent.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/extern/lualibs/serpent.lua -------------------------------------------------------------------------------- /fileops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/fileops.py -------------------------------------------------------------------------------- /functional_models/functional models go here.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/functional_models/functional models go here.txt -------------------------------------------------------------------------------- /functional_models/stable-diffusion/put checkpoints here.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/functional_models/stable-diffusion/put checkpoints here.txt -------------------------------------------------------------------------------- /gensettings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/gensettings.py -------------------------------------------------------------------------------- /importers/aetherroom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/importers/aetherroom.py -------------------------------------------------------------------------------- /importers/test_aetherroom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/importers/test_aetherroom.py -------------------------------------------------------------------------------- /install_git_transformers.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/install_git_transformers.bat -------------------------------------------------------------------------------- /install_requirements.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/install_requirements.bat -------------------------------------------------------------------------------- /install_requirements.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/install_requirements.sh -------------------------------------------------------------------------------- /koboldai.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/koboldai.ico -------------------------------------------------------------------------------- /koboldai_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/koboldai_settings.py -------------------------------------------------------------------------------- /koboldaiblue.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/koboldaiblue.ico -------------------------------------------------------------------------------- /koboldaigreen.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/koboldaigreen.ico -------------------------------------------------------------------------------- /logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/logger.py -------------------------------------------------------------------------------- /maps/bloom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/maps/bloom.json -------------------------------------------------------------------------------- /maps/gpt_neo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/maps/gpt_neo.json -------------------------------------------------------------------------------- /maps/gpt_neox.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/maps/gpt_neox.json -------------------------------------------------------------------------------- /maps/gptj.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/maps/gptj.json -------------------------------------------------------------------------------- /maps/opt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/maps/opt.json -------------------------------------------------------------------------------- /maps/xglm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/maps/xglm.json -------------------------------------------------------------------------------- /modeling/inference_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/inference_model.py -------------------------------------------------------------------------------- /modeling/inference_models/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/inference_models/api.py -------------------------------------------------------------------------------- /modeling/inference_models/basic_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/inference_models/basic_api.py -------------------------------------------------------------------------------- /modeling/inference_models/generic_hf_torch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/inference_models/generic_hf_torch.py -------------------------------------------------------------------------------- /modeling/inference_models/hf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/inference_models/hf.py -------------------------------------------------------------------------------- /modeling/inference_models/hf_mtj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/inference_models/hf_mtj.py -------------------------------------------------------------------------------- /modeling/inference_models/hf_torch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/inference_models/hf_torch.py -------------------------------------------------------------------------------- /modeling/inference_models/hf_torch_4bit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/inference_models/hf_torch_4bit.py -------------------------------------------------------------------------------- /modeling/inference_models/horde.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/inference_models/horde.py -------------------------------------------------------------------------------- /modeling/inference_models/openai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/inference_models/openai.py -------------------------------------------------------------------------------- /modeling/inference_models/rwkv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/inference_models/rwkv.py -------------------------------------------------------------------------------- /modeling/lazy_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/lazy_loader.py -------------------------------------------------------------------------------- /modeling/logits_processors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/logits_processors.py -------------------------------------------------------------------------------- /modeling/patches.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/patches.py -------------------------------------------------------------------------------- /modeling/post_token_hooks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/post_token_hooks.py -------------------------------------------------------------------------------- /modeling/stoppers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/stoppers.py -------------------------------------------------------------------------------- /modeling/test_generation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/test_generation.py -------------------------------------------------------------------------------- /modeling/tokenizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/tokenizer.py -------------------------------------------------------------------------------- /modeling/warpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/modeling/warpers.py -------------------------------------------------------------------------------- /models/models go here.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/models/models go here.txt -------------------------------------------------------------------------------- /play-rocm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/play-rocm.sh -------------------------------------------------------------------------------- /play.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/play.bat -------------------------------------------------------------------------------- /play.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/play.sh -------------------------------------------------------------------------------- /presets/Custom.presets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/presets/Custom.presets -------------------------------------------------------------------------------- /presets/Official_13B.presets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/presets/Official_13B.presets -------------------------------------------------------------------------------- /presets/Official_6B.presets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/presets/Official_6B.presets -------------------------------------------------------------------------------- /prompt_tuner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/prompt_tuner.py -------------------------------------------------------------------------------- /pytest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/pytest.ini -------------------------------------------------------------------------------- /remote-play.bat: -------------------------------------------------------------------------------- 1 | play --remote %* -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/requirements.txt -------------------------------------------------------------------------------- /requirements_mtj.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/requirements_mtj.txt -------------------------------------------------------------------------------- /static/MaterialIconsOutlined-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/MaterialIconsOutlined-Regular.otf -------------------------------------------------------------------------------- /static/Welcome_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/Welcome_Logo.png -------------------------------------------------------------------------------- /static/application.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/application.js -------------------------------------------------------------------------------- /static/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/blank.png -------------------------------------------------------------------------------- /static/bootstrap-toggle.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/bootstrap-toggle.min.css -------------------------------------------------------------------------------- /static/bootstrap-toggle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/bootstrap-toggle.min.js -------------------------------------------------------------------------------- /static/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/bootstrap.min.css -------------------------------------------------------------------------------- /static/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/bootstrap.min.js -------------------------------------------------------------------------------- /static/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/custom.css -------------------------------------------------------------------------------- /static/default_pfp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/default_pfp.png -------------------------------------------------------------------------------- /static/favicon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/favicon.js -------------------------------------------------------------------------------- /static/html2canvas.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/html2canvas.min.js -------------------------------------------------------------------------------- /static/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /static/jquery-ui.sortable.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/jquery-ui.sortable.min.css -------------------------------------------------------------------------------- /static/jquery-ui.sortable.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/jquery-ui.sortable.min.js -------------------------------------------------------------------------------- /static/klite.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/klite.html -------------------------------------------------------------------------------- /static/koboldai.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/koboldai.css -------------------------------------------------------------------------------- /static/koboldai.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/koboldai.js -------------------------------------------------------------------------------- /static/open-iconic-bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic-bootstrap.min.css -------------------------------------------------------------------------------- /static/open-iconic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic.woff -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic-bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic-bootstrap.css -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic-bootstrap.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic-bootstrap.less -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic-bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic-bootstrap.min.css -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic-bootstrap.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic-bootstrap.scss -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic-bootstrap.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic-bootstrap.styl -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic-foundation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic-foundation.css -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic-foundation.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic-foundation.less -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic-foundation.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic-foundation.min.css -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic-foundation.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic-foundation.scss -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic-foundation.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic-foundation.styl -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic.css -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic.less -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic.min.css -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic.scss -------------------------------------------------------------------------------- /static/open-iconic/css/open-iconic.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/css/open-iconic.styl -------------------------------------------------------------------------------- /static/open-iconic/fonts/open-iconic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/fonts/open-iconic.eot -------------------------------------------------------------------------------- /static/open-iconic/fonts/open-iconic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/fonts/open-iconic.otf -------------------------------------------------------------------------------- /static/open-iconic/fonts/open-iconic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/fonts/open-iconic.svg -------------------------------------------------------------------------------- /static/open-iconic/fonts/open-iconic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/fonts/open-iconic.ttf -------------------------------------------------------------------------------- /static/open-iconic/fonts/open-iconic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/open-iconic/fonts/open-iconic.woff -------------------------------------------------------------------------------- /static/rangy-core.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/rangy-core.min.js -------------------------------------------------------------------------------- /static/socket.io.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/socket.io.min.js -------------------------------------------------------------------------------- /static/survey.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/survey.css -------------------------------------------------------------------------------- /static/survey.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/survey.js -------------------------------------------------------------------------------- /static/swagger-ui/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/swagger-ui/LICENSE -------------------------------------------------------------------------------- /static/swagger-ui/SwaggerDark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/swagger-ui/SwaggerDark.css -------------------------------------------------------------------------------- /static/swagger-ui/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/swagger-ui/index.css -------------------------------------------------------------------------------- /static/swagger-ui/oauth2-redirect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/swagger-ui/oauth2-redirect.html -------------------------------------------------------------------------------- /static/swagger-ui/swagger-ui-bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/swagger-ui/swagger-ui-bundle.js -------------------------------------------------------------------------------- /static/swagger-ui/swagger-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/swagger-ui/swagger-ui.css -------------------------------------------------------------------------------- /static/swagger-ui/swagger-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/swagger-ui/swagger-ui.js -------------------------------------------------------------------------------- /static/thinking.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/static/thinking.gif -------------------------------------------------------------------------------- /stories/sample_story.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/stories/sample_story.json -------------------------------------------------------------------------------- /structures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/structures.py -------------------------------------------------------------------------------- /templates/World Info Entry.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/templates/index.html -------------------------------------------------------------------------------- /templates/index_new.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/templates/index_new.html -------------------------------------------------------------------------------- /templates/popups.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/templates/popups.html -------------------------------------------------------------------------------- /templates/settings flyout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/templates/settings flyout.html -------------------------------------------------------------------------------- /templates/settings item.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/templates/settings item.html -------------------------------------------------------------------------------- /templates/story flyout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/templates/story flyout.html -------------------------------------------------------------------------------- /templates/swagger-ui.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/templates/swagger-ui.html -------------------------------------------------------------------------------- /templates/templates.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/templates/templates.html -------------------------------------------------------------------------------- /test_aiserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/test_aiserver.py -------------------------------------------------------------------------------- /themes/Darkness.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/themes/Darkness.css -------------------------------------------------------------------------------- /themes/Gruvbox Dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/themes/Gruvbox Dark.css -------------------------------------------------------------------------------- /themes/Material You.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/themes/Material You.css -------------------------------------------------------------------------------- /themes/Monochrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/themes/Monochrome.css -------------------------------------------------------------------------------- /themes/Nostalgia.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/themes/Nostalgia.css -------------------------------------------------------------------------------- /themes/Unicorn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/themes/Unicorn.css -------------------------------------------------------------------------------- /themes/tweaks/hide-max-length.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/themes/tweaks/hide-max-length.css -------------------------------------------------------------------------------- /themes/tweaks/hide-timing.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/themes/tweaks/hide-timing.css -------------------------------------------------------------------------------- /themes/tweaks/hide-token-bar.css: -------------------------------------------------------------------------------- 1 | #token-breakdown-container { display: none; } -------------------------------------------------------------------------------- /themes/tweaks/hide-welcome-logo.css: -------------------------------------------------------------------------------- 1 | #welcome_text { display:none; pointer-events: none } 2 | -------------------------------------------------------------------------------- /tpu_mtj_backend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/tpu_mtj_backend.py -------------------------------------------------------------------------------- /umamba.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/umamba.exe -------------------------------------------------------------------------------- /update-koboldai.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/update-koboldai.bat -------------------------------------------------------------------------------- /userscripts/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/Readme.txt -------------------------------------------------------------------------------- /userscripts/api_documentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/api_documentation.html -------------------------------------------------------------------------------- /userscripts/api_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/api_documentation.md -------------------------------------------------------------------------------- /userscripts/examples/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/examples/Readme.txt -------------------------------------------------------------------------------- /userscripts/examples/haxe_transcend.min.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/examples/haxe_transcend.min.lua -------------------------------------------------------------------------------- /userscripts/examples/haxe_transcend/KoboldLib.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/examples/haxe_transcend/KoboldLib.hx -------------------------------------------------------------------------------- /userscripts/examples/haxe_transcend/Main.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/examples/haxe_transcend/Main.hx -------------------------------------------------------------------------------- /userscripts/examples/haxe_transcend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/examples/haxe_transcend/README.md -------------------------------------------------------------------------------- /userscripts/examples/haxe_transcend/build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/examples/haxe_transcend/build.bat -------------------------------------------------------------------------------- /userscripts/examples/haxe_transcend/build.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/examples/haxe_transcend/build.ps1 -------------------------------------------------------------------------------- /userscripts/examples/haxe_transcend/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/examples/haxe_transcend/build.sh -------------------------------------------------------------------------------- /userscripts/examples/haxe_transcend/min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/examples/haxe_transcend/min.js -------------------------------------------------------------------------------- /userscripts/examples/various_examples.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/examples/various_examples.lua -------------------------------------------------------------------------------- /userscripts/kaipreset_basic_phrase_bias.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/kaipreset_basic_phrase_bias.lua -------------------------------------------------------------------------------- /userscripts/kaipreset_location_scanner.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/kaipreset_location_scanner.lua -------------------------------------------------------------------------------- /userscripts/kaipreset_logits_viewer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/kaipreset_logits_viewer.lua -------------------------------------------------------------------------------- /userscripts/kaipreset_substitution.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/kaipreset_substitution.lua -------------------------------------------------------------------------------- /userscripts/kaipreset_you_bias.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/userscripts/kaipreset_you_bias.lua -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0cc4m/KoboldAI/HEAD/utils.py --------------------------------------------------------------------------------