Views
No views yet
1python -m vllm.entrypoints.openai.api_server \
2 --model junzzhu/atomllama-33K-5x5-DigitMesh-sparse \
3 --max-model-len 321curl http://localhost:8000/v1/completions \
2 -H 'Content-Type: application/json' \
3 -d '{
4 "model": "junzzhu/atomllama-33K-5x5-DigitMesh-sparse",
5 "prompt": "1 1 1 1 1 1 0 0 0 1 1 0 0 0 1 1 0 0 0 1 1 1 1 1 1 <SEP>",
6 "max_tokens": 1,
7 "temperature": 0
8 }'D01@misc{atomllama-33k-digitMesh-sparse,
2 title={AtomLlama-33K-5x5-DigitMesh-Sparse: A 50% Sparse Model for Digit Recognition},
3 author={Jun Zhu},
4 year={2026},
5 howpublished={\url{https://huggingface.co/junzzhu/atomllama-33K-5x5-DigitMesh-sparse}}
6}