Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions trt-llm-engine-builder-templates/custom_download_cmd/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
model_name: custom-download-cmd
python_version: py311
requirements: []
resources:
accelerator: A100
cpu: "1"
memory: 24Gi
use_gpu: true
system_packages: []
trt_llm:
build:
base_model: qwen
checkpoint_repository:
download_cmd: "pip install huggingface-cli && huggingface-cli download Qwen/Qwen2.5-0.5B-Instruct --local-dir /tmp/my_model_path"
repo: "/tmp/my_model_path"
source: DOWNLOAD_CMD
max_batch_size: 32
quantization_type: fp8
max_beam_width: 1
max_seq_len: 4096
num_builder_gpus: 1
Loading