How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "iSolver-AI/FEnet"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "iSolver-AI/FEnet",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/iSolver-AI/FEnet:F16
Quick Links

test webhook

Paper:

数据集标题record:allenai/WildBench

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

数据集标题record:LLM360/TxT360 sasad

Downloads last month
107
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