Commit Graph

89 Commits

Author SHA1 Message Date
ebolam
e101e43132 Merge commit 'refs/pull/243/head' of https://github.com/ebolam/KoboldAI into UI2 2022-10-23 12:03:40 -04:00
ebolam
06ee1426a1 Progress Bar for UI1 fixed
Console print for model loading fixed
2022-10-22 21:05:07 -04:00
ebolam
fbc7a3ff3d Chat mode cleanup 2022-10-13 10:46:42 -04:00
ebolam
ea738180de Un-pegging Transformer version 2022-10-07 15:18:40 -04:00
vfbd
6758d5b538 Merge branch 'united' into mkultra 2022-09-28 14:30:34 -04:00
ebolam
f442c1c9b9 Merge pull request #150 from henk717/united
Update to united
2022-09-21 13:50:29 -04:00
Henk
fef946c173 Possible colab aria2 status fix 2022-09-21 19:48:17 +02:00
Henk
06f4d9addf No Aria2 spam 2022-09-21 19:36:57 +02:00
ebolam
09ae3d7c84 Merge commit 'refs/pull/149/head' of https://github.com/ebolam/KoboldAI into UI2 2022-09-21 13:35:32 -04:00
ebolam
8915ee7eb3 Fix for aria2 download status to UI 2022-09-21 13:09:27 -04:00
Henk
cca3ce3493 Aria2 Fixes 2022-09-21 18:57:09 +02:00
Henk
f62c740f7e Revert "Aria2 Fixes"
This reverts commit 8d1c734df8.
2022-09-21 18:47:13 +02:00
Henk
8d1c734df8 Aria2 Fixes 2022-09-21 18:21:48 +02:00
ebolam
4d8df761ba Colab Fix 2022-09-19 09:45:38 -04:00
ebolam
1a31e0994c Colab Fix 2022-09-19 09:40:49 -04:00
ebolam
cb5204731c Colab Fix 2022-09-19 09:38:03 -04:00
ebolam
2d058afe3b Colab Fix 2022-09-19 09:37:31 -04:00
ebolam
cd9e4175a9 Colab Fix 2022-09-19 09:31:37 -04:00
ebolam
48101f492d Colab Fix 2022-09-19 09:30:30 -04:00
ebolam
d1c56bc6b8 Colab Fix 2022-09-19 09:28:33 -04:00
ebolam
f5ce00622b Fix for UI2 download status bar 2022-09-19 09:21:08 -04:00
ebolam
90b5dab721 Fix 2022-09-19 08:05:08 -04:00
ebolam
8e26918752 merge fix 2022-09-18 20:34:21 -04:00
ebolam
fc5a5952f0 Fix 2022-09-18 20:31:21 -04:00
ebolam
d1562af472 Merge commit 'refs/pull/138/head' of https://github.com/ebolam/KoboldAI into UI2 2022-09-18 19:20:20 -04:00
vfbd
943614b5e6 Merge branch 'main' into dependency-fix 2022-09-15 17:33:48 -04:00
vfbd
463bf86bcc aria2_hook now uses new cache format if you have transformers 4.22 2022-09-15 16:50:43 -04:00
vfbd
551565c5ac Fix error in aria2_hook when transformers version is at least 4.22.0
Some of the transformers.file_utils functions that were removed in
transformers v4.22.0 have equivalents in the huggingface_hub module.
2022-09-15 13:37:50 -04:00
ebolam
e9678ceea3 Merge commit 'refs/pull/82/head' of https://github.com/ebolam/KoboldAI into UI2 2022-08-30 14:50:28 -04:00
vfbd
cbab98cc23 Merge branch 'united' into mkultra 2022-08-24 15:06:02 -04:00
henk717
6faa27ef87 Merge pull request #187 from VE-FORBRYDERNE/offline
Fix the model selection GUI when there is no internet connection
2022-08-24 20:13:02 +02:00
vfbd
51135e192b Merge branch 'united' into mkultra 2022-08-23 21:29:29 -04:00
vfbd
6ffaf43548 Repetition penalty is now sampler #6 in the sampler order 2022-08-23 15:10:21 -04:00
vfbd
a51e4f0651 aria2_hook now handles properly when vars is None 2022-08-22 21:52:40 -04:00
vfbd
3d5c83fc23 prompt_tuner.py now uses lazy loader and accelerate 2022-08-22 19:29:20 -04:00
vfbd
55f45c4912 Fix the model selection GUI when there is no internet connection 2022-08-22 14:45:02 -04:00
ebolam
8ba68e05ec Aria2 Status Bar Download Fix 2022-08-19 12:13:46 -04:00
ebolam
513f59791a Debug 2022-08-19 12:11:53 -04:00
ebolam
046f9d8ace Fix for Colab download status bar 2022-08-19 12:08:00 -04:00
ebolam
ec90b76064 Add print in console for model downloading when using Aria2 2022-08-19 10:51:56 -04:00
ebolam
21c08353b9 renamed vars to koboldai_vars 2022-08-17 09:26:45 -04:00
Henk
6acccbf7a4 Save null seed to settings 2022-08-14 02:09:53 +02:00
henk717
699c2353e7 Merge branch 'KoboldAI:main' into united 2022-07-27 18:06:53 +02:00
vfbd
9c8b825b4a aria2 hook now also catches EntryNotFoundError 2022-07-27 11:45:07 -04:00
ebolam
907cf74b13 Added status bar for downloading models 2022-07-22 13:58:20 -04:00
Henk
46678931b2 Better sentence spacing 2022-06-26 20:27:21 +02:00
vfbd
6ba7429eea Don't add sentence spacing if submission is empty
When you retry, it actually sends an empty submission, so if you have
add sentence spacing on, retrying could add an extra action with a
single space.

(cherry picked from commit 151407a001)
2022-06-26 14:06:18 -04:00
vfbd
151407a001 Don't add sentence spacing if submission is empty
When you retry, it actually sends an empty submission, so if you have
add sentence spacing on, retrying could add an extra action with a
single space.
2022-06-26 13:02:22 -04:00
ff69e9fbfe Put layers_module_names, module_names and named_buffers in utils.py 2022-06-20 17:17:42 -04:00
f7ffdd7b6b Add more model querying utilities 2022-06-18 18:16:56 -04:00