mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-13 21:21:08 +00:00
feat(core): APP use new SDK component (#1050)
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
"""
|
||||
Fork from text-generation-webui https://github.com/oobabooga/text-generation-webui/blob/main/modules/llamacpp_model.py
|
||||
"""
|
||||
import logging
|
||||
import re
|
||||
from typing import Dict
|
||||
import logging
|
||||
import torch
|
||||
|
||||
import llama_cpp
|
||||
import torch
|
||||
|
||||
from dbgpt.model.parameter import LlamaCppModelParameters
|
||||
|
||||
|
Reference in New Issue
Block a user