Skip to content

Commit

Permalink
step
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Oct 12, 2023
1 parent 334194d commit 5899e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/lollms
Submodule lollms updated 65 files
+0 −2 .dockerignore
+1 −4 .gitignore
+9 −13 .gitmodules
+1 −1 Dockerfile
+24 −10 README.md
+ assets/gandalf.png
+1 −0 bindings_zoo
+32 −0 config.yaml
+32 −0 configs/config.yaml
+16 −20 configs/lollms_server_local_config.yaml
+0 −17 examples/chat_forever/Readme.md
+0 −215 examples/chat_forever/ast2.py
+0 −53 examples/chat_forever/base_persona.py
+29 −321 examples/chat_forever/console2.py
+0 −272 examples/chat_forever/console3.py
+0 −48 examples/chat_forever/docker_controller.py
+0 −45 examples/chat_forever/flattened.json
+0 −36 examples/chat_forever/metacoq1.md
+0 −205 examples/chat_forever/openai.py
+0 −156 examples/chat_forever/other_personas.py
+0 −130 examples/chat_forever/personas.py
+0 −58 examples/chat_forever/personas2.py
+0 −1,002 examples/chat_forever/personas2.txt
+0 −10 examples/chat_forever/prompt2.gron
+75 −108 examples/chat_forever/prompts.gron
+281 −381 examples/chat_forever/prompts.json
+0 −48 examples/chat_forever/prompts2.gron
+0 −2 examples/chat_forever/prompts3.gron
+0 −75 examples/chat_forever/requirements.txt
+0 −2 examples/chat_forever/run.sh
+0 −20 examples/chat_forever/terms.md
+0 −1,435 examples/chat_forever/terms.txt
+0 −1 examples/chat_forever/terms3.md
+0 −183 examples/chat_forever/terms4.md
+0 −338 examples/chat_forever/terms5.md
+82 −7,038 examples/chat_forever/user_input.txt
+1 −0 extensions_zoo
+50 −21 lollms/app.py
+3 −6 lollms/apps/console/__init__.py
+380 −0 lollms/apps/elf/__init__.py
+1 −0 lollms/apps/elf/__main__.py
+14 −14 lollms/apps/server/__init__.py
+2 −1 lollms/apps/settings/__init__.py
+1 −1 lollms/apps/train/__init__.py
+66 −8 lollms/binding.py
+3 −3 lollms/config.py
+4 −1 lollms/configs/config.yaml
+68 −9 lollms/extension.py
+2 −72 lollms/helpers.py
+1 −3 lollms/main_config.py
+14 −4 lollms/paths.py
+57 −13 lollms/personality.py
+2 −1 lollms/terminal.py
+55 −7 lollms/utilities.py
+38 −0 lollms_server_global_paths_cfg.yaml
+36 −0 lollms_server_local_config.yaml
+1 −0 personalities_zoo
+3 −2 requirements.txt
+2 −1 requirements_dev.txt
+0 −1 run.sh
+2 −1 setup.py
+0 −1 vendor/AutoGPTQ
+0 −1 vendor/ggml
+0 −1 vendor/lollms_bindings_zoo
+0 −1 vendor/transformers

0 comments on commit 5899e34

Please sign in to comment.