Commit Graph

1340 Commits

Author SHA1 Message Date
ebolam
18dd97de6b requirements update for micromamba 2022-07-01 16:18:08 -04:00
ebolam
ca07fdbe44 Added ability to use env variables instead of argparse (command argument = docker env variable) 2022-07-01 16:09:13 -04:00
ebolam
40bcf893d5 Preset Updates 2022-07-01 14:54:40 -04:00
ebolam
a56ef086e4 Estimated chunks going to generate 2022-07-01 11:27:43 -04:00
ebolam
9170aa7a4e Model Loading functional
Fix for mobile display
2022-07-01 08:09:10 -04:00
ebolam
16c5c580db Checkin 2022-06-30 13:40:47 -04:00
ebolam
ce1bff1b84 TPU fixes 2022-06-29 17:56:25 -04:00
ebolam
3e1c9ebacb requirements_mtj.txt updated 2022-06-29 17:50:35 -04:00
ebolam
72827ed149 Colab fix and send_to_ui fix 2022-06-29 17:44:22 -04:00
ebolam
3bf0d387e0 Fix for create story 2022-06-29 17:31:17 -04:00
ebolam
ed19356647 Fix for create story 2022-06-29 17:24:14 -04:00
ebolam
283cec117f Create Story Fix 2022-06-29 17:23:00 -04:00
ebolam
04faf27487 Softprompt Fix 2022-06-29 17:11:17 -04:00
ebolam
a2a2888f5f Test for colab 2022-06-29 16:50:16 -04:00
ebolam
d45a8329e2 Missing file 2022-06-29 15:40:31 -04:00
ebolam
70bdb62f0c Super basic memory/author's notes complete. Is now functional once story/model is loaded. 2022-06-29 14:53:02 -04:00
ebolam
de73aa2364 Single vars working with disabled framework for multi-story multi-user environment (LUA breaks) 2022-06-29 14:15:06 -04:00
ebolam
0ffaa1bfcf Presets and Remaining time updates 2022-06-27 18:36:22 -04:00
ebolam
057f3dd92d back, redo, retry functional 2022-06-26 21:06:06 -04:00
ebolam
b906742f61 Working options. 2022-06-26 16:36:07 -04:00
ebolam
4c357abd78 metadata merged with actions 2022-06-24 09:22:59 -04:00
ebolam
b0ac4581de UI v2 Initial Commit 2022-06-22 18:39:09 -04:00
ebolam
43b0d6ad0e Merge branch 'united' into vars-rename 2022-06-22 14:52:09 -04:00
ebolam
4beb4c2584 Merge branch 'vars-rename' of https://github.com/ebolam/KoboldAI into vars-rename 2022-06-22 14:35:01 -04:00
ebolam
86553d329c Merge United 2022-06-22 14:32:58 -04:00
ebolam
a4bed76d2e Merge United 2022-06-22 14:26:37 -04:00
ebolam
83c0b9ee1e Vars Migration Fix for back/redo
Fix for pytest for back/redo and model loading with disk caching
2022-06-22 14:13:44 -04:00
henk717
3de22f2b27 Merge pull request #160 from VE-FORBRYDERNE/gc
Delete all torch tensors before loading model
2022-06-22 18:38:21 +02:00
ebolam
cd64c43f0e Fix for action length 2022-06-22 12:12:52 -04:00
vfbd
53034ee533 Delete all torch tensors before loading model 2022-06-22 12:07:36 -04:00
henk717
f127918114 Merge pull request #159 from VE-FORBRYDERNE/fairseq
Don't blacklist </s> token in "s" newline mode
2022-06-22 17:41:20 +02:00
vfbd
922394c68f Don't blacklist </s> token in "s" newline mode 2022-06-22 11:23:03 -04:00
ebolam
13fcf462e9 Moved VARS to koboldai_settings and broken into model, story, user, system variables. story class also re-written to include options (actions_metadata). actions_metadata will be removed in UI2. 2022-06-22 11:14:37 -04:00
Henk
d4e18360f0 HF NeoX Support 2022-06-22 01:46:40 +02:00
henk717
5f9a116052 Merge pull request #128 from VE-FORBRYDERNE/neox
TPU support for HF GPT-NeoX model
2022-06-22 01:39:53 +02:00
8c594c6869 Correct the padding token for GPT-NeoX 2022-06-21 19:37:43 -04:00
a7f667c34c Use NeoX badwords when loading from HF GPT-NeoX model 2022-06-21 19:33:25 -04:00
5e3c7c07ae Merge branch 'main' into neox 2022-06-21 19:30:51 -04:00
henk717
f1d0a327f8 Merge branch 'KoboldAI:main' into united 2022-06-21 23:34:32 +02:00
Henk
75bc472a9f Transformers bump to 4.20.1
Transformers issued an important change for the OPT models breaking their compatibility with all older versions. In order for people to be able to use all models on the menu they need 4.20.1 so this is now forced in the dependencies making the update easier.
2022-06-21 23:33:38 +02:00
henk717
b5b8e5a30b Merge branch 'KoboldAI:main' into united 2022-06-21 23:19:57 +02:00
henk717
2be1f5088f Merge pull request #126 from VE-FORBRYDERNE/opt
Update OPT models and fix 20B model on TPU
2022-06-21 23:19:03 +02:00
33a2a318db Fix 20B TPU model 2022-06-21 17:16:01 -04:00
a7e3ef71aa Add final layer norm to OPT 2022-06-21 16:36:26 -04:00
henk717
37eb47d0d3 Merge pull request #157 from VE-FORBRYDERNE/sp-fix
Bug fixes and new soft prompt implementation
2022-06-21 22:20:36 +02:00
8593bf339b Another typo fix 2022-06-21 15:36:25 -04:00
7e0ded6b47 Typo fix 2022-06-21 15:12:55 -04:00
91643be10a Change soft prompt implementation to a more universal one 2022-06-21 15:03:43 -04:00
0ea4fa9c87 Automatically calculate badwords and pad_token_id 2022-06-21 14:35:52 -04:00
ea7d278ff4 Fix 20B TPU model 2022-06-21 13:16:45 -04:00