Views
No views yet
rstar2-reproduce/rStar2-Agent-14B using llama.cpp via the ggml.ai's GGUF-my-repo space.
Refer to the original model card for more details on the model.1wget "https://github.com/Mozilla-Ocho/llamafile/releases/download/0.9.3/llamafile-0.9.3"
2chmod +x llamafile-0.9.3
3wget "https://huggingface.co/F-urkan/rStar2-Agent-14B-Q4_0-GGUF/resolve/main/rstar2-agent-14b-q4_0.gguf"
4./llamafile-0.9.3 --server --port 8081 --no-mmap --nobrowser -ngl 9999 -m rstar2-agent-14b-q4_0.gguf1brew install llama.cpp
2llama-cli --hf-repo F-urkan/rStar2-Agent-14B-Q4_0-GGUF --hf-file rstar2-agent-14b-q4_0.gguf -p "The meaning to life and the universe is"llama-server --hf-repo F-urkan/rStar2-Agent-14B-Q4_0-GGUF --hf-file rstar2-agent-14b-q4_0.gguf -c 2048git clone https://github.com/ggerganov/llama.cppLLAMA_CURL=1 flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).cd llama.cpp && LLAMA_CURL=1 make./llama-cli --hf-repo F-urkan/rStar2-Agent-14B-Q4_0-GGUF --hf-file rstar2-agent-14b-q4_0.gguf -p "The meaning to life and the universe is"./llama-server --hf-repo F-urkan/rStar2-Agent-14B-Q4_0-GGUF --hf-file rstar2-agent-14b-q4_0.gguf -c 20481@misc{shang2025rstar2agent,
2 title={rStar2-Agent: Agentic Reasoning Technical Report},
3 author={Ning Shang and Yifei Liu and Yi Zhu and Li Lyna Zhang and Weijiang Xu and Xinyu Guan and Buze Zhang and Bingcheng Dong and Xudong Zhou and Bowen Zhang and Ying Xin and Ziming Miao and Scarlett Li and Fan Yang and Mao Yang},
4 year={2025},
5 eprint={2508.20722},
6 archivePrefix={arXiv},
7 primaryClass={cs.AI},
8 url={https://arxiv.org/abs/2508.20722},
9}