How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "pankajmathur/RenCoder-Devstral-Small-2507"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "pankajmathur/RenCoder-Devstral-Small-2507",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/pankajmathur/RenCoder-Devstral-Small-2507
Quick Links

RenCoder-Devstral-Small-2507

This model is a SFT + RLVR (DPO+GRPO) version of mistralai/Devstral-Small-2507 on muliple agentic coding datasets (SWE-Bench, NVIDIA Terminal Corpus etc).

"Obsessed with building Open Source AGI, So am I ! Let's create together 🚀 https://www.linkedin.com/in/pankajam"

Model Details

Usage

License

This model inherits the Apache 2.0 license from the base Devstral-Small-2507 model.

Acknowledgements

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

Model tree for pankajmathur/RenCoder-Devstral-Small-2507

Datasets used to train pankajmathur/RenCoder-Devstral-Small-2507

Collection including pankajmathur/RenCoder-Devstral-Small-2507