mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-20 14:28:54 +00:00
OAI: Add fasttensors to model load endpoint
Also fix logging when loading prompt templates. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -243,7 +243,7 @@ class ExllamaV2Container:
|
||||
def find_prompt_template(self, prompt_template_name, model_directory):
|
||||
"""Tries to find a prompt template using various methods"""
|
||||
|
||||
logger.info("Loading prompt template with name " f"{prompt_template_name}")
|
||||
logger.info("Attempting to load a prompt template if present.")
|
||||
|
||||
find_template_functions = [
|
||||
lambda: get_template_from_model_json(
|
||||
|
||||
Reference in New Issue
Block a user