ipex-llm/python/llm/example/Text-Generation-WebUI/modules
SONG Ge 421e7cee80 [LLM] Add Text_Generation_WebUI Support (#9884)
* initially add text_generation_webui support

* add env requirements install

* add necessary dependencies

* update for starting webui

* update shared and noted to place models

* update heading of part3

* meet comments

* add copyright license

* remove extensions

* convert tutorial to windows side

* add warm-up to optimize performance
2024-01-26 15:12:49 +08:00
..
grammar [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
block_requests.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
callbacks.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
chat.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
evaluate.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
extensions.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
github.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
html_generator.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
loaders.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
logging_colors.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
logits.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
metadata_gguf.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
models.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
models_settings.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
one_click_installer_check.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
presets.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
prompts.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
relative_imports.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
RoPE.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
sampler_hijack.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
shared.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
text_generation.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
training.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
ui.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
ui_chat.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
ui_default.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
ui_file_saving.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
ui_model_menu.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
ui_notebook.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
ui_parameters.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
ui_session.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00
utils.py [LLM] Add Text_Generation_WebUI Support (#9884) 2024-01-26 15:12:49 +08:00