Commit Graph

1878 Commits

Author SHA1 Message Date
henk717
3fdee98fcc Merge pull request #189 from VE-FORBRYDERNE/rep-pen-order
Allow changing order of repetition penalty relative to other samplers
2022-08-24 00:55:33 +02:00
vfbd
938e1eddf3 Fix jax.lax.cond call 2022-08-23 18:13:46 -04:00
vfbd
ff9058896e Add Repetition Penalty to Samplers menu 2022-08-23 15:42:23 -04:00
vfbd
cbfe456409 Repetition penalty is now added to sampler list when loading from settings files 2022-08-23 15:30:07 -04:00
vfbd
62dd9b8c11 Merge branch 'patch' into rep-pen-order 2022-08-23 15:26:25 -04:00
vfbd
aee4beb27a Fix the Show Field Budget toggle 2022-08-23 15:26:15 -04:00
vfbd
6ffaf43548 Repetition penalty is now sampler #6 in the sampler order 2022-08-23 15:10:21 -04:00
vfbd
9eecb61fea Remove unused import from warpers.py 2022-08-23 14:52:45 -04:00
vfbd
74922966bd Merge branch 'avril' into rep-pen-order 2022-08-23 14:47:29 -04:00
vfbd
624f916dc6 Fix some remaining problems in prompt_tuner.py 2022-08-22 22:57:30 -04:00
vfbd
07eb2b5c4f Disable urllib3 logger in prompt_tuner.py to disable aria2 warnings 2022-08-22 21:57:46 -04:00
vfbd
a51e4f0651 aria2_hook now handles properly when vars is None 2022-08-22 21:52:40 -04:00
vfbd
bae8d88651 Fix typo in get_hf_checkpoint_metadata 2022-08-22 21:50:06 -04:00
vfbd
aede7ef192 Fix typo in training routine of prompt_tuner.py 2022-08-22 21:38:13 -04:00
vfbd
1e9f0e68a0 Merge branch 'united' into mkultra 2022-08-22 21:25:42 -04:00
vfbd
b60d14e3bf Handle -1's in prompt_tuner.py breakmodel_gpulayers 2022-08-22 21:25:07 -04:00
vfbd
09750acfa0 prompt_tuner.py now shows layer configuration 2022-08-22 20:02:21 -04:00
vfbd
b1c456ec18 prompt_tuner.py always has accelerate 2022-08-22 19:52:47 -04:00
vfbd
8da6893407 Replace MTJSP with MKUSP in prompt_tuner.py 2022-08-22 19:29:56 -04:00
vfbd
3d5c83fc23 prompt_tuner.py now uses lazy loader and accelerate 2022-08-22 19:29:20 -04:00
henk717
65a0197e64 Merge pull request #188 from one-some/budget-setting
Add show budget setting
2022-08-23 01:00:48 +02:00
somebody
95796faf41 Add show budget setting 2022-08-22 17:25:55 -05:00
somebody
d7ebd2ae20 Dont broadcast token usage 2022-08-22 17:25:33 -05:00
vfbd
584056b6d5 Fix remaining problems in prompt_tuner.py 2022-08-22 17:30:49 -04:00
vfbd
f79926b73d Fix some more typos in prompt_tuner.py 2022-08-22 16:51:09 -04:00
vfbd
a49a633164 self.ckpt_path -> self.data.ckpt_path 2022-08-22 16:46:39 -04:00
vfbd
05cf9b1dde Upload BasicTrainer class 2022-08-22 16:43:02 -04:00
vfbd
728e19a7f0 Implement file saving in prompt_tuner.py 2022-08-22 16:29:39 -04:00
vfbd
55f45c4912 Fix the model selection GUI when there is no internet connection 2022-08-22 14:45:02 -04:00
vfbd
4e88b277d4 Merge branch 'united' into mkultra 2022-08-20 23:24:03 -04:00
henk717
0d4bffe8f8 Merge pull request #186 from ebolam/united
Fix for Aria2 download status not showing in colab console
2022-08-19 18:18:03 +02:00
ebolam
8ba68e05ec Aria2 Status Bar Download Fix 2022-08-19 12:13:46 -04:00
ebolam
10c46340f7 Merge branch 'united' of https://github.com/ebolam/KoboldAI into united 2022-08-19 12:12:07 -04:00
ebolam
513f59791a Debug 2022-08-19 12:11:53 -04:00
ebolam
812ac8f27d Debug 2022-08-19 12:10:29 -04:00
ebolam
67fe4dc979 Merge branch 'united' of https://github.com/ebolam/KoboldAI into united 2022-08-19 12:08:07 -04:00
ebolam
046f9d8ace Fix for Colab download status bar 2022-08-19 12:08:00 -04:00
ebolam
7eee21d674 Fix for Colab download status bar 2022-08-19 12:05:22 -04:00
henk717
c55d1503ee Skein 20B 2022-08-19 17:23:11 +02:00
ebolam
cf422aa16e Merge branch 'united' of https://github.com/ebolam/KoboldAI into united 2022-08-19 10:52:05 -04:00
ebolam
ec90b76064 Add print in console for model downloading when using Aria2 2022-08-19 10:51:56 -04:00
ebolam
081240fad1 Add print in console for model downloading when using Aria2 2022-08-19 10:19:10 -04:00
henk717
05ad6c100b Merge pull request #185 from ebolam/united
Update for execution time timer
2022-08-19 15:29:06 +02:00
ebolam
10e3e64b0b Update for execution time timer 2022-08-18 19:10:18 -04:00
Henk
b04a3a2fbb Dismiss reload warning when needed 2022-08-18 23:10:19 +02:00
henk717
a3862946aa Merge pull request #184 from ebolam/united
Fix for vars.model getting set on AI selection in the UI rather than when actually loaded
2022-08-18 00:05:55 +02:00
ebolam
137695106d Fix for gooseai 2022-08-17 18:03:48 -04:00
ebolam
a19300b3ca Merge branch 'henk717:united' into united 2022-08-17 09:07:01 -04:00
henk717
85337ccf11 Merge branch 'KoboldAI:main' into united 2022-08-16 16:02:43 +02:00
Henk
40268c8437 Even clearer uninstall warning 2022-08-16 15:15:08 +02:00