Skip to content

Instantly share code, notes, and snippets.

@celsowm
Last active July 3, 2025 00:40
Show Gist options
  • Save celsowm/8d03be46fe6fd3e50c7c19f5c81aef02 to your computer and use it in GitHub Desktop.
Save celsowm/8d03be46fe6fd3e50c7c19f5c81aef02 to your computer and use it in GitHub Desktop.
Build vllm on 5090
docker build . \
--target vllm-openai \
--file docker/Dockerfile \
--tag vllm-5090:latest \
--build-arg max_jobs=2 \
--build-arg nvcc_threads=1 \
--build-arg RUN_WHEEL_CHECK=false \
--progress=plain | tee build.log
@celsowm
Copy link
Author

celsowm commented Jun 29, 2025

dmesg -T | tail -n 50
para verificar log

@celsowm
Copy link
Author

celsowm commented Jun 30, 2025

huggingface-cli download tencent/Hunyuan-A13B-Instruct-GPTQ-Int4 --local-dir /var/models/hunyuan_gptq --local-dir-use-symlinks False --resume-download

para baixar modelo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment