Сергуп-1 (Sergup-1)
Collection
Модели искусственного интелекта для генерации текста. • 2 items • Updated
llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)Эта модель дообучение модели от Tencent со зрением!
We're not able to determine the quantization variants.
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="sergindous/Sergup-SPT-9B0on-Tencent-GGUF", filename="Sergup-SPT-9B0on-Tencent.gguf", )