Skip to content
Merged
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
12 changes: 5 additions & 7 deletions kubernetes/apps/ai/llmkube/models/qwen38-27b-vllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,20 +131,18 @@ spec:
format: safetensors
quantization: compressed-tensors
refreshPolicy: OnChange
# MUST match the layout of `source` above -- the init container fetches exactly
# these names and exits 1 on a 404. philbert ships one model.safetensors, not
# cyankiwi's 5 shards, and folds merges/vocab into tokenizer.json.
files:
- model-00001-of-00005.safetensors
- model-00002-of-00005.safetensors
- model-00003-of-00005.safetensors
- model-00004-of-00005.safetensors
- model-00005-of-00005.safetensors
- model.safetensors
- model-mtp.safetensors
- model.safetensors.index.json
- config.json
- generation_config.json
- tokenizer.json
- tokenizer_config.json
- chat_template.jinja
- merges.txt
- vocab.json
- preprocessor_config.json
- video_preprocessor_config.json
hardware:
Expand Down