Commit Graph

3741 Commits

Author SHA1 Message Date
Henk
23cd2361da Revision Fixes 2023-01-24 13:53:33 +01:00
henk717
031c06347f Streamlining Revision Support 2023-01-24 13:51:08 +01:00
henk717
a185cbd015 Fix Defaults 2023-01-24 13:31:45 +01:00
Henk
c562c6380a Revision Fixes 2023-01-24 13:21:34 +01:00
henk717
a046db4ded Gemaakt met Colaboratory 2023-01-24 13:16:49 +01:00
henk717
1fd2ab328c Merge branch 'KoboldAI:main' into united 2023-01-24 13:14:03 +01:00
Henk
7ffdf37c62 CKDS Revision Support
To enable Pygmalion Dev in the notebooks
2023-01-24 13:12:43 +01:00
henk717
9455a6f4f1 Merge pull request #269 from LostRuins/united
Fixed welcome screen content overflow on mobile devices.
2023-01-24 12:53:40 +01:00
Concedo
2e4972ac91 Fixed welcome screen content overflow on mobile devices. 2023-01-24 19:25:11 +08:00
henk717
47a27fa906 Cloudflare as default again - GPU 2023-01-23 18:15:37 +01:00
somebody
5162051a79 Ignore apparently squabblish ResizeObserver warnings 2023-01-22 14:54:48 -06:00
somebody
63121b2b89 Fix calc_ai_text when no actions are present 2023-01-22 14:54:26 -06:00
ebolam
5aca142034 Added blank image. Shows when action is selected and there is no action image for that action 2023-01-19 15:55:10 -05:00
ebolam
a0249d7ffa Changed image return to show last image rather than returning null if the action doesn't have an image 2023-01-19 12:35:55 -05:00
ebolam
33f7478bf4 Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2023-01-19 08:06:46 -05:00
ebolam
bf665838e0 Potential desync fix 2023-01-19 08:06:40 -05:00
Llama
893abccf70 Merge pull request #14 from henk717/united
Merge united
2023-01-17 23:56:52 -08:00
henk717
7fbd368055 Merge branch 'KoboldAI:main' into united 2023-01-18 02:05:02 +01:00
henk717
24f50d6fb7 Download Manager Support docker-rocm 2023-01-18 02:04:45 +01:00
henk717
22acde1ab7 Download Manager Support docker-cuda 2023-01-18 02:04:14 +01:00
henk717
61b314a871 Merge branch 'KoboldAI:main' into united 2023-01-16 16:33:57 +01:00
Henk
e9859cf17d DNSPython workaround
DNSPython had an update eventlet is not ready for. We now manually cap DNSPython to ensure the installations still happen correctly.
2023-01-16 16:32:17 +01:00
henk717
dd4a0cb9bf Merge pull request #264 from SammCheese/united
Add a info reference for the model selection
2023-01-15 20:53:34 +01:00
SammCheese
2e93b12aff add a info reference for the model selection 2023-01-15 20:50:00 +01:00
Llama
add657c1d5 Merge pull request #13 from henk717/united
Merge united
2023-01-15 00:05:55 -08:00
henk717
abecb65f01 Merge pull request #261 from ebolam/UI2
Fix for colab trying to use GPU when on TPU
2023-01-15 01:45:40 +01:00
Henk
ed62d104ee --cacheonly 2023-01-14 21:14:39 +01:00
henk717
4ec48a290b Merge branch 'KoboldAI:main' into united 2023-01-13 22:49:57 +01:00
Henk
307fc97b9d ROCm Dependency Bump/Fix 2023-01-13 22:49:32 +01:00
Henk
469fb8a5fe Transformers 4.25.1
This is a breaking change that allows 4.25.1 to work because they also have done breaking changes. If you do not make use of our automatic updater please update the dependencies when updating to this build.
2023-01-13 19:11:21 +01:00
ebolam
2432733b98 Merge branch 'henk717:united' into UI2 2023-01-13 07:47:46 -05:00
ebolam
4f17e541ee Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2023-01-13 07:46:48 -05:00
ebolam
e7effced13 Fix leaking usegpu and hascuda to the system save which can cause issues on colab. 2023-01-13 07:46:38 -05:00
Henk
f1739dd184 Chatmode Regex 2023-01-13 13:04:54 +01:00
Llama
90705cdba5 Merge pull request #12 from henk717/united
Merge united
2023-01-11 20:58:04 -08:00
henk717
52e19a82a8 Merge pull request #256 from one-some/united
Don't paste rich text
2023-01-11 22:59:52 +01:00
Henk
d6a941de61 Restore Chat Models Menu + Safetensors Workaround
This commit restores the chat models menu now we finally have good chat models available again.

Unfortunately huggingface reports back pytorch_model.bin even if the model's name is model.safetensors. I don't have a good way to combat this at the moment, so instead we now do a hack where if the model copy fails it manually tries model.safetensors instead hoping that it will work.

This fixes Pygmalion for now, if new issues arise from this in the future from other models we have to implement a cleaner method.
2023-01-11 22:24:12 +01:00
Henk
271e4ed06b Chat Mode Improvements
This commit decouples single line mode, well behaved models no longer need this since we stop at the You:.

There are scenario's however where this potentially breaks chatmode completely or makes models more frustrating to use. Users who experience this can enable the Single Line mode in the formatting menu to restore the old behavior.

I have also allowed token streaming again, since the issues with it have already been resolved.
2023-01-11 21:33:25 +01:00
henk717
9e1bab9575 Merge pull request #255 from ebolam/UI2
Added Custom Models to UI2 and Soft Prompt Fix
2023-01-11 21:03:52 +01:00
ebolam
23eac76681 Reversing commit 70a25ed6db as that's in one-some's pull 2023-01-10 20:22:52 -05:00
ebolam
bd72b05e12 Fix for editting an action with a matched world info 2023-01-10 20:15:26 -05:00
somebody
ddaf224f83 Rich text STOP NOW!!!! 2023-01-10 18:46:52 -06:00
ebolam
489c1ffd80 Correction to UI2 UI to redirect to API when --no_ui is present. 2023-01-10 16:06:21 -05:00
henk717
4a88e41d14 Pygmalion 6B 2023-01-10 17:22:03 +01:00
ebolam
5d8485273a Remove really old debug message for chat mode 2023-01-10 08:58:09 -05:00
ebolam
9b1138bafa Added in alternative rep pen calculation (log instead of linear application) as an option. 2023-01-10 08:45:55 -05:00
ebolam
70a25ed6db Add in fix for copy/paste of game text pulling in html span elements causing sync errors. 2023-01-10 08:03:43 -05:00
Llama
b10898db51 Merge pull request #11 from henk717/united
Merge united
2023-01-09 22:55:14 -08:00
ebolam
33dc4aa749 Remove Debugging 2023-01-09 20:04:05 -05:00
ebolam
4668bc8ec0 Fix for bug that crashes generation when using soft prompts 2023-01-09 19:56:49 -05:00