deepseek-ai/DeepSeek-Math-V2 ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple inference workflow for DeepSeekMath V2 so I can run the model on math and theorem proving problems, save the predictions, and inspect the results in the outputs folder.
I want something that uses the model described in the README, follows the guidance for the DeepSeek V3.2 Exp repo if needed, and includes a clear way to feed in example problems from the inputs folder and generate answer files in a readable format. If there are sample inputs or existing output examples, wire the code around those so I can test it quickly.
Make it easy to run from the command line, and add just enough instructions so someone can download what they need, start inference, and see the generated proofs or answers without having to figure everything out from scratch. If you need to look up current docs online, do that.
Are you gonna build this?
make sure you review the code using coderabbit