Run PaperCoder using Open Source models with vLLM
masterTo use open-source models, ensure vllm is installed. The default model is deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct. You can run the pipeline using either the PDF-based JSON format or the LaTeX source.
# Using the PDF-based JSON format
cd scripts
bash run_llm.sh
# Using the LaTeX source
cd scripts
bash run_latex_llm.sh