Skip to content

Instantly share code, notes, and snippets.

View svpino's full-sized avatar
🏠
Working from home

Santiago Valdarrama svpino

🏠
Working from home
View GitHub Profile
@svpino
svpino / commands.txt
Created February 24, 2025 20:14
Running DeepSeek on HPC
# Loading and serving the model:
vllm serve /root/commonData/DeepSeek-R1 \
--host 0.0.0.0 \
--port 8000 \
--enable-reasoning \
--reasoning-parser deepseek_r1 \
--tensor-parallel-size 8 \
--load-format auto \
--trust-remote-code \