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="iSolver-AI/FEnet",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

test webhook

Paper:

数据集标题record:allenai/WildBench

模型标题record:==black-forest-labs/FLUX.1-dev==

数据集标题record:LLM360/TxT360 sasad

Downloads last month
108
Safetensors
Model size
4B params
Tensor type
BF16
·
F8_E4M3
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collections including iSolver-AI/FEnet

Papers for iSolver-AI/FEnet