Commit Graph

4073 Commits

Author SHA1 Message Date
ebolam
d7c46f668c fix tab vs space error 2023-04-21 14:11:51 -04:00
ebolam
15bde91898 Bug fix 2023-04-21 12:29:46 -04:00
ebolam
3990e67b81 Merge commit 'refs/pull/378/head' of https://github.com/ebolam/KoboldAI into united 2023-04-21 08:27:36 -04:00
ebolam
dd79a54904 Bug Fix for text highlighting and deleting old code 2023-04-21 08:13:25 -04:00
henk717
e4c15fe1f6 Update install_requirements.sh 2023-04-21 03:00:52 +02:00
ebolam
b63103b729 Text highlighting fix 2023-04-20 13:30:36 -04:00
ebolam
0aadffdbac Functional edit screen with mutation observers 2023-04-20 11:09:49 -04:00
henk717
b432d55d99 Merge pull request #291 from Relys/patch-1
Update install_requirements.sh
2023-04-20 14:03:35 +02:00
ebolam
05ce5dcc27 New edit savings. Based on mutation observers. Needs edit highlighting 2023-04-19 21:19:16 -04:00
ebolam
34f4a03f02 re-write of the game text editor 2023-04-19 18:39:12 -04:00
henk717
ee6e7e9b72 Colab description changes 2023-04-17 22:59:55 +02:00
henk717
5ae3c562fb Merge pull request #331 from ebolam/Upload_Fix
Fix for uploading files in UI2
2023-04-17 03:56:41 +02:00
ebolam
d16a3f4dc3 Added comregex_ui and comregex_ai to the UI under other settings. Needs proper titles and descriptions still. 2023-04-16 21:02:42 -04:00
ebolam
a34ce85d21 Fix for UI1 remote mode file loading from browser 2023-04-16 20:43:03 -04:00
ebolam
fcba26f631 Fix for uploading files in UI2 2023-04-16 20:32:51 -04:00
Henk
2926dac72b Don't print allowed_ips if unused 2023-04-16 23:59:13 +02:00
Henk
b1d3a37fb0 <|comments|> now are [<|comments|>] to support OA 2023-04-16 19:31:17 +02:00
somebody
f9fb5eba89 Remove debug 2023-04-15 18:56:49 -05:00
somebody
5dd67d027a Workaround for socketio context errors for loading 2023-04-15 18:54:21 -05:00
somebody
08b4e317ff Fix double slashing 2023-04-15 13:30:05 -05:00
somebody
d3a73aaeba Fix api 2023-04-15 13:17:20 -05:00
somebody
4dcf570407 Fix legacy model loading 2023-04-15 12:57:35 -05:00
Syler Clayton
860b697a70 Update install_requirements.sh
Made parameter case insensitive.
2023-04-15 09:51:45 -07:00
somebody
2a977feb3e Merge branch 'model-structure-and-maybe-rwkv' of https://github.com/one-some/KoboldAI into model-structure-and-maybe-rwkv 2023-04-15 11:51:39 -05:00
somebody
a2ae87d1b7 Utils: Support safetensors aria2 download 2023-04-15 11:51:16 -05:00
Henk
b68860b3de Workaround to make --host work again 2023-04-15 18:31:39 +02:00
one-some
1b500c7179 Merge pull request #5 from LostRuins/concedo_api
Added stop sequences functionality for API calls
2023-04-15 10:51:31 -05:00
somebody
2b950f08d3 Remove legacy no accelerate fallback code
Was causing issues with disk cache the old code had a
`and not utils.HAS_ACCELERATE` preceding it (a variable which no longer
exists), and since disk cache is accelerate only, there was no disk
handling code in here. Anyway its bad so blast it
2023-04-15 10:47:31 -05:00
Henk
67334bd698 Pin accelerate version 2023-04-15 17:45:00 +02:00
somebody
b2e6fcfe3a Remove line that sets disk_layers to None always
whoops
2023-04-15 10:41:10 -05:00
ebolam
348df9ddce Remove bits and bytes check so it doesn't throw warning on windows 2023-04-15 10:12:20 -04:00
Henk
3eda7269f7 Fix incorrect host merge 2023-04-15 14:58:24 +02:00
Concedo
dd01cf1a93 Merge branch 'concedo_api' of https://github.com/LostRuins/KoboldAI into concedo_api 2023-04-15 18:10:28 +08:00
Concedo
9705b7b79c increase API version (+1 squashed commits)
Squashed commits:

[c168c08] Added stop sequences functionality for API calls
2023-04-15 18:09:53 +08:00
Concedo
d22423e4be increase API version 2023-04-15 18:09:29 +08:00
Concedo
c168c08245 Added stop sequences functionality for API calls 2023-04-15 18:00:11 +08:00
somebody
ea8df4c0d3 Merge branch 'united' of https://github.com/henk717/KoboldAI into model-structure-and-maybe-rwkv 2023-04-14 20:38:56 -05:00
somebody
38c53191d3 possible fix for cache dl thing 2023-04-14 20:25:03 -05:00
ebolam
be0319cf03 added VERSION link in the left flyout menu footer that will show which git REPO and BRANCH the system is running on.
Fix for pasting text into the game area
Fix for ctrl+a then delete
Fix for changing text then back/forward a bunch loosing text
2023-04-14 13:54:11 -04:00
Henk
bde9c6980f Transformers 4.28 support 2023-04-14 14:13:46 +02:00
henk717
03ab4b25af Merge branch 'KoboldAI:main' into united 2023-04-14 13:59:55 +02:00
henk717
2385a34098 Merge pull request #325 from YellowRoseCx/patch-1
Add IP Whitelisting to --host
2023-04-10 14:08:09 +02:00
somebody
334c09606b Fix for tokenizer stuff on pythia 2023-04-09 18:23:58 -05:00
somebody
3e8e3a18b0 Fix for custom gpt2 2023-04-09 18:23:52 -05:00
somebody
f73a8bb808 Merge branch 'united' of https://github.com/henk717/KoboldAI into model-structure-and-maybe-rwkv 2023-04-09 14:38:09 -05:00
somebody
fedbffd07b Small fixes
Typos galore!
2023-04-09 13:35:28 -05:00
YellowRoseCx
ac98cd6dd1 add IP_whitelisting to koboldai_settings.py 2023-04-05 21:27:59 -05:00
YellowRoseCx
71e5d23a5b Add IP whitelisting to --host 2023-04-05 21:23:24 -05:00
Henk
80e4b9e536 Merge branch 'main' into united 2023-04-05 00:22:30 +02:00
henk717
29c2d4b7a6 Removing Pygmalion from the TPU colab to get it unbanned 2023-04-04 19:51:18 +02:00