1251 Commits

Author SHA1 Message Date
henk717
359f95aff1
Downgrade Chex
Chex got a breaking update, while it is not a direct dependency we add it so that optax and jax don't break.
2022-09-13 14:59:23 +02:00
henk717
fdd222e68f
Erebus link update
It changed on Huggingface, so lets update it here to
2022-09-09 16:43:19 +02:00
henk717
08a875ca63 Erebus 13B 2022-09-09 15:59:27 +02:00
henk717
9debec921a Erebus 13B 2022-09-09 15:57:27 +02:00
henk717
f7b720b127
Clarify umamba
People wanted the source code of umamba.exe so we clarify where it was taken from and where its source code can be found.
2022-08-31 02:16:35 +02:00
henk717
c55d1503ee Skein 20B 2022-08-19 17:23:11 +02:00
Henk
40268c8437 Even clearer uninstall warning 2022-08-16 15:15:08 +02:00
Henk
47ee392404 Uninstall Warning 2022-08-16 14:51:17 +02:00
Henk
60d330144b Remove banned notebooks 2022-08-12 01:06:27 +02:00
Henk
c71fd0cc3f OPT Nerys V2 6B 2022-08-06 17:04:22 +02:00
henk717
c753eb24c8
Merge pull request #148 from LightSaveUs/main
Updated ReadMe and 2.7B models descriptions
2022-08-04 20:48:15 +02:00
LightSaveUs
c314dde330
Returned the information about chatbot mode 2022-08-03 18:11:59 +03:00
LightSaveUs
ee22248855
Updated the readme to reflect current reality 2022-08-03 03:06:18 +03:00
LightSaveUs
c0d344d125
Fix for 2.7B model names in their descriptions 2022-08-03 01:56:31 +03:00
LightSaveUs
c5e0e8a2be
Fix for 2.7B model names in their descriptions 2022-08-03 01:53:49 +03:00
henk717
88e48662a0
Merge pull request #147 from rahulmb/main
Update install_requirements.bat
2022-07-30 21:46:03 +02:00
Rahul Bhandari
15333501ac Update install_requirements.bat
%B% never set and finetuneanon is deprecated
2022-07-30 14:41:15 -05:00
henk717
e8a077f072
Merge pull request #146 from VE-FORBRYDERNE/aria2
Fix aria2 in Colab
2022-07-27 18:04:15 +02:00
vfbd
9c8b825b4a aria2 hook now also catches EntryNotFoundError 2022-07-27 11:45:07 -04:00
Henk
2cf6b60c6f New updater backport 2022-07-26 00:45:40 +02:00
Henk
4d8a633351 Aetherroom instead of aidg.club 2022-07-26 00:41:51 +02:00
henk717
92c5cfeb9b
Merge pull request #145 from LightSaveUs/patch-1
Default value fix
2022-07-22 15:32:09 +02:00
LightSaveUs
3865a2a77b
Default value fix
Fixing the default value
2022-07-22 16:27:45 +03:00
henk717
db35b20b49
Merge pull request #144 from LightSaveUs/main
Formatting fixes
2022-07-22 15:17:35 +02:00
LightSaveUs
9c2fde91e4
TPU Formatting Fix
Removed the information about irrelevant style (Chatbot)
2022-07-22 13:28:32 +03:00
LightSaveUs
4bd3b53c0a
GPU Formatting Fix
Removed the information about irrelevant style (Chatbot)
2022-07-22 13:27:57 +03:00
LightSaveUs
1eecef8c8b
GPU Formatting Fix #2
Deleted information about removed Convo and C1 chatbot models.
2022-07-22 13:15:08 +03:00
henk717
4bd9ac5a66
Merge pull request #141 from VE-FORBRYDERNE/lua
Correct typos in bridge.lua and API documentation
2022-07-21 20:02:35 +02:00
vfbd
cb037a2ae9 Correct typos in bridge.lua and API documentation 2022-07-21 13:59:06 -04:00
LightSaveUs
bd69cccefc
GPU Formatting Fix
Formatting issues fixes and unification
2022-07-21 03:10:14 +03:00
LightSaveUs
97ff194261
TPU Formatting Fix
Minor code cleanup, formatting issues fixes and unification
2022-07-21 02:52:20 +03:00
henk717
025db3bd04
Merge pull request #138 from VE-FORBRYDERNE/lazy-loader
Fix for lazy loader in PyTorch 1.12
2022-07-12 23:02:58 +02:00
henk717
836759d826
Merge pull request #137 from VE-FORBRYDERNE/jaxlib
TPU Colab hotfix
2022-07-12 23:02:40 +02:00
vfbd
39d48495ce Fix for lazy loader in PyTorch 1.12
There is no `torch._StorageBase` in PyTorch 1.12, but otherwise it still
works.
2022-07-12 16:48:01 -04:00
vfbd
70aa182671 Restrict jaxlib version in TPU Colabs 2022-07-12 16:30:26 -04:00
henk717
dd6da50e58
Merge pull request #136 from VE-FORBRYDERNE/opt
Fix base OPT-125M and finetuned OPT models in Colab TPU instances
2022-07-05 21:35:39 +02:00
vfbd
2a78b66932 Fix base OPT-125M and finetuned OPT models in Colab TPU instances 2022-07-05 15:28:58 -04:00
vfbd
c94f875608 Fix Z algorithm in basic phrase bias script 2022-07-05 14:43:58 -04:00
Henk
d041ec0921 Safer defaults and more flexibility
There have been a lot of reports from newer users who experience AI breakdown because not all models properly handle 2048 max tokens. 1024 is the only value that all models support and was the original value KoboldAI used. This commit reverts the decision to increase this to 2048, any existing configurations are not effected. Users who wish to increase the max tokens can do so themselves. Most models handle up to 1900 well (The GPT2 models are excluded), for many you can go all the way. (It is currently not yet known why some finetunes cause a decrease in maxtoken support,

In addition this commit contains a request for more consistent slider behavior, allowing the sliders to be changed at 0.01 intervals instead of some sliders being capped to 0.05.
2022-07-03 15:07:54 +02:00
Henk
e2f7fed99f Don't turn gamestarted off 2022-07-02 12:59:14 +02:00
henk717
90c5cebb6d
Merge pull request #134 from VE-FORBRYDERNE/editor
Editor fixes
2022-07-01 20:32:18 +02:00
vfbd
c336a43544 Fix some remaining editor whitespace-fixing issues 2022-07-01 13:45:57 -04:00
vfbd
c3eade8046 Fix editor bug in iOS when adding newline at end of the last action
Not only does iOS also have that issue that Chromium-based browsers
have, but it also has a different issue where it selects all text in the
last chunk of your story, so I added some code to deselect the text in
that case.
2022-07-01 13:12:57 -04:00
vfbd
1ff0a4b9a9 Submit button now waits for inlineedit/inlinedelete commands 2022-06-30 12:23:06 -04:00
vfbd
cccf8296fc Fix enter key sometimes putting two newlines in editor
This happens when, in a Chromium-based browser, you try to insert a
newline at the end of the last action of your story.
2022-06-30 12:03:39 -04:00
vfbd
ce5f4d3dda Click on blank part of editor to defocus in Chromium based browsers
In Chromium based browsers you can now click the blank part of the
editor to submit changes. This is to maintain consistency with the
editor behaviour in Firefox which already did this when you clicked on
the blank part of the editor.
2022-06-30 11:31:54 -04:00
vfbd
accbaea991 Fix a problem where a story with only the prompt cannot be edited 2022-06-30 11:08:22 -04:00
henk717
856e8d5c86
Merge pull request #133 from VE-FORBRYDERNE/whitespace
Fix the cleanupChunkWhitespace function
2022-06-28 18:22:24 +02:00
vfbd
d55b4d9bbc Fix the cleanupChunkWhitespace function 2022-06-28 12:18:57 -04:00
henk717
ad9ec6eaba
Merge pull request #132 from VE-FORBRYDERNE/whitespace-cleanup
Story whitespace cleanup backport
2022-06-26 20:35:50 +02:00