Views
No views yet
sharded_state representation of
Qwen/Qwen2.5-3B-Instruct,
created and validated on a Kaggle Notebook with two Tesla T4 GPUs.kaggle-vllm 0.2.0 SDK adds stricter structural inspection, symlink
protection and topology-mismatch reporting for this existing artifact. It does
not regenerate, fine-tune, relicense or otherwise change the model files.
Final published-package dual-T4 acceptance and the focused Qwen regression
remain pending.Qwen is licensed under the Qwen RESEARCH LICENSE AGREEMENT, Copyright (c) Alibaba Cloud. All Rights Reserved. The included license permits non-commercial research/evaluation use and redistribution subject to its terms. Commercial use requires a separate license from Alibaba Cloud.
1python -m pip install "kaggle-vllm[hub]==0.2.0"
2kaggle-vllm bootstrap --strict
3eval "$(kaggle-vllm env)"
4kaggle-vllm doctor --strict1from kaggle_vllm import KaggleLLM
2
3llm = KaggleLLM(
4 model="waqasm86/kaggle-vllm-models",
5 load_format="sharded_state",
6 tensor_parallel_size=2,
7 dtype="float16",
8 max_model_len=2048,
9 gpu_memory_utilization=0.70,
10 enforce_eager=True,
11 disable_custom_all_reduce=True,
12)1from vllm import LLM
2
3llm = LLM(
4 model="waqasm86/kaggle-vllm-models",
5 load_format="sharded_state",
6 tensor_parallel_size=2,
7 dtype="float16",
8 max_model_len=2048,
9 gpu_memory_utilization=0.70,
10 enforce_eager=True,
11 disable_custom_all_reduce=True,
12)1vllm serve waqasm86/kaggle-vllm-models \
2 --served-model-name qwen2.5-3b-kaggle-t4x2 \
3 --load-format sharded_state \
4 --tensor-parallel-size 2 \
5 --dtype float16 \
6 --max-model-len 2048 \
7 --gpu-memory-utilization 0.70 \
8 --enforce-eager \
9 --disable-custom-all-reduce| Component | Validated value |
|---|---|
| Origin | Qwen/Qwen2.5-3B-Instruct |
| Representation | vLLM sharded_state, two ranks × two parts |
| Precision | FP16 runtime validation |
| Hardware | 2 × Tesla T4, SM75 |
| Python / Torch / CUDA | 3.12.13 / 2.10.0+cu128 / toolkit 12.8.93 |
| NCCL | 2.27.5 |
| vLLM source | v0.18.1, a26e8dc7ff2111a005144d775ecf9cebf56c45b2 |
| vLLM wheel | 0.18.2.dev0+ga26e8dc7f.d20260822.cu128 |
| Reload | PASS at load_format=sharded_state, TP=2 |
| OpenAI API | models and chat completions returned HTTP 200 |
sharded_state loader uses the rank-specific files. Do not expect
AutoModelForCausalLM.from_pretrained() to load this repository as a normal
Transformers checkpoint.TRITON_ATTN.LICENSE and
NOTICE when redistributing.