mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 14:45:28 +00:00
Move the new image_utils.py file to modules/
This commit is contained in:
parent
c6b4d1e87f
commit
2f90ac9880
4 changed files with 5 additions and 5 deletions
|
|
@ -12,11 +12,11 @@ from pathlib import Path
|
|||
import llama_cpp_binaries
|
||||
import requests
|
||||
|
||||
from extensions.openai.image_utils import (
|
||||
from modules import shared
|
||||
from modules.image_utils import (
|
||||
convert_image_attachments_to_pil,
|
||||
convert_pil_to_base64
|
||||
)
|
||||
from modules import shared
|
||||
from modules.logging_colors import logger
|
||||
|
||||
llamacpp_valid_cache_types = {"fp16", "q8_0", "q4_0"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue