How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="Fantominsight/YAPPERTAR-ai-32B-1.0",
	filename="YAPPERTAR-ai-thinking-v1-32B_Q2_K.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)
Это более серъёзная модель для генерации текста.
Содержит 32 миллиарда параметров в формате GGUF.
На основе **Qwen2**, но права принадлежат DeepSeek-AI.
Эта модель на основе DeepSeek R1 Distill Qwen 32B.
Запускается в GPT4ALL, LMStudio, Ollama и д.р с поддержкой lamma.cpp GGUF.
Downloads last month
287
GGUF
Model size
33B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

2-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Fantominsight/YAPPERTAR-ai-32B-1.0

Adapter
(219)
this model

Collection including Fantominsight/YAPPERTAR-ai-32B-1.0