sglang 0.4.3.post1__tar.gz → 0.4.3.post2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sglang-0.4.3.post1/sglang.egg-info → sglang-0.4.3.post2}/PKG-INFO +2 -2
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/pyproject.toml +2 -2
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/entrypoints/engine.py +1 -1
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/attention/flashinfer_backend.py +101 -30
- sglang-0.4.3.post2/sglang/srt/layers/moe/fused_moe_triton/configs/E=256,N=128,device_name=NVIDIA_L20Y,dtype=fp8_w8a8,block_shape=[128, 128].json +146 -0
- sglang-0.4.3.post2/sglang/srt/layers/quantization/configs/N=1536,K=1536,device_name=NVIDIA_L20Y,dtype=fp8_w8a8,block_shape=[128, 128].json +26 -0
- sglang-0.4.3.post2/sglang/srt/layers/quantization/configs/N=1536,K=7168,device_name=NVIDIA_L20Y,dtype=fp8_w8a8,block_shape=[128, 128].json +26 -0
- sglang-0.4.3.post2/sglang/srt/layers/quantization/configs/N=2048,K=512,device_name=NVIDIA_L20Y,dtype=fp8_w8a8,block_shape=[128, 128].json +26 -0
- sglang-0.4.3.post2/sglang/srt/layers/quantization/configs/N=2304,K=7168,device_name=NVIDIA_L20Y,dtype=fp8_w8a8,block_shape=[128, 128].json +26 -0
- sglang-0.4.3.post2/sglang/srt/layers/quantization/configs/N=24576,K=7168,device_name=NVIDIA_L20Y,dtype=fp8_w8a8,block_shape=[128, 128].json +26 -0
- sglang-0.4.3.post2/sglang/srt/layers/quantization/configs/N=256,K=7168,device_name=NVIDIA_L20Y,dtype=fp8_w8a8,block_shape=[128, 128].json +26 -0
- sglang-0.4.3.post2/sglang/srt/layers/quantization/configs/N=32768,K=512,device_name=NVIDIA_L20Y,dtype=fp8_w8a8,block_shape=[128, 128].json +26 -0
- sglang-0.4.3.post2/sglang/srt/layers/quantization/configs/N=576,K=7168,device_name=NVIDIA_L20Y,dtype=fp8_w8a8,block_shape=[128, 128].json +26 -0
- sglang-0.4.3.post2/sglang/srt/layers/quantization/configs/N=7168,K=1024,device_name=NVIDIA_L20Y,dtype=fp8_w8a8,block_shape=[128, 128].json +26 -0
- sglang-0.4.3.post2/sglang/srt/layers/quantization/configs/N=7168,K=1152,device_name=NVIDIA_L20Y,dtype=fp8_w8a8,block_shape=[128, 128].json +26 -0
- sglang-0.4.3.post2/sglang/srt/layers/quantization/configs/N=7168,K=128,device_name=NVIDIA_L20Y,dtype=fp8_w8a8,block_shape=[128, 128].json +26 -0
- sglang-0.4.3.post2/sglang/srt/layers/quantization/configs/N=7168,K=16384,device_name=NVIDIA_L20Y,dtype=fp8_w8a8,block_shape=[128, 128].json +26 -0
- sglang-0.4.3.post2/sglang/srt/layers/quantization/configs/N=7168,K=18432,device_name=NVIDIA_L20Y,dtype=fp8_w8a8,block_shape=[128, 128].json +26 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/managers/schedule_batch.py +1 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/model_executor/model_runner.py +1 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/deepseek_v2.py +5 -2
- sglang-0.4.3.post2/sglang/version.py +1 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2/sglang.egg-info}/PKG-INFO +2 -2
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang.egg-info/SOURCES.txt +14 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang.egg-info/requires.txt +1 -1
- sglang-0.4.3.post1/sglang/version.py +0 -1
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/LICENSE +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/README.md +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/setup.cfg +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/__init__.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/api.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/bench_latency.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/bench_offline_throughput.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/bench_one_batch.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/bench_one_batch_server.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/bench_serving.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/check_env.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/global_config.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/lang/__init__.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/lang/backend/__init__.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/lang/backend/anthropic.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/lang/backend/base_backend.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/lang/backend/litellm.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/lang/backend/openai.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/lang/backend/runtime_endpoint.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/lang/backend/vertexai.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/lang/chat_template.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/lang/choices.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/lang/compiler.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/lang/interpreter.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/lang/ir.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/lang/tracer.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/launch_server.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/llama3_eval.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/_custom_ops.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/aio_rwlock.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/configs/__init__.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/configs/chatglm.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/configs/dbrx.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/configs/device_config.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/configs/exaone.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/configs/load_config.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/configs/model_config.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/configs/qwen2_5_vl_config.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/constrained/base_grammar_backend.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/constrained/outlines_backend.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/constrained/outlines_jump_forward.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/constrained/xgrammar_backend.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/conversation.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/custom_op.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/distributed/__init__.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/distributed/communication_op.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/distributed/device_communicators/cuda_wrapper.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/distributed/device_communicators/custom_all_reduce.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/distributed/device_communicators/custom_all_reduce_utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/distributed/device_communicators/hpu_communicator.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/distributed/device_communicators/pynccl.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/distributed/device_communicators/pynccl_wrapper.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/distributed/device_communicators/shm_broadcast.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/distributed/device_communicators/xpu_communicator.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/distributed/parallel_state.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/distributed/utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/entrypoints/http_server.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/function_call_parser.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/hf_transformers_utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/activation.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/attention/__init__.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/attention/double_sparsity_backend.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/attention/torch_native_backend.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/attention/triton_backend.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/attention/triton_ops/decode_attention.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/attention/triton_ops/double_sparsity_attention.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/attention/triton_ops/extend_attention.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/attention/triton_ops/prefill_attention.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/attention/vision.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/dp_attention.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/layernorm.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/linear.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/logits_processor.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/ep_moe/__init__.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/ep_moe/kernels.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/ep_moe/layer.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_native.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/__init__.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=1,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-40GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=1344,device_name=NVIDIA_H100_80GB_HBM3.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=2688,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=2688,device_name=NVIDIA_H100_80GB_HBM3.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=3200,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=6400,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=16,N=800,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=256,N=128,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=256,N=256,device_name=AMD_Instinct_MI300X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=256,N=256,device_name=AMD_Instinct_MI325X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=256,N=256,device_name=AMD_Radeon_Graphics,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=256,N=256,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=256,N=256,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=1280,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=1280,device_name=NVIDIA_A800-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=1280,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=1280,device_name=NVIDIA_H100_80GB_HBM3.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=1280,device_name=NVIDIA_H200,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=1280,device_name=NVIDIA_H200.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=2560,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=2560,device_name=NVIDIA_H200,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=2560,device_name=NVIDIA_H200.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=320,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=320,device_name=NVIDIA_H100_80GB_HBM3.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=320,device_name=NVIDIA_H200,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=320,device_name=NVIDIA_H200.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=640,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=640,device_name=NVIDIA_A800-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=640,device_name=NVIDIA_GeForce_RTX_4090,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=640,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=640,device_name=NVIDIA_H100_80GB_HBM3.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=640,device_name=NVIDIA_H200,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=64,N=640,device_name=NVIDIA_H200.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=14336,device_name=AMD_Instinct_MI300X.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=14336,device_name=AMD_Instinct_MI325X.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=14336,device_name=AMD_Radeon_Graphics.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=14336,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=14336,device_name=NVIDIA_H200,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=14336,device_name=NVIDIA_H200.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=1792,device_name=AMD_Instinct_MI300X.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=1792,device_name=AMD_Instinct_MI325X.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=1792,device_name=AMD_Radeon_Graphics.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-40GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=1792,device_name=NVIDIA_H100_80GB_HBM3.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=1792,device_name=NVIDIA_H200,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=1792,device_name=NVIDIA_H200.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=2048,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=2048,device_name=NVIDIA_H200,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=2048,device_name=NVIDIA_H200.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=3584,device_name=AMD_Instinct_MI300X.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=3584,device_name=AMD_Instinct_MI325X.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=3584,device_name=AMD_Radeon_Graphics.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-40GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=3584,device_name=NVIDIA_GeForce_RTX_4090,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=3584,device_name=NVIDIA_H200,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=3584,device_name=NVIDIA_H200.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=3584,device_name=NVIDIA_L40S.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=4096,device_name=AMD_Instinct_MI300X,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=4096,device_name=AMD_Instinct_MI325X,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=4096,device_name=AMD_Radeon_Graphics,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=4096,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=4096,device_name=NVIDIA_H200,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=4096,device_name=NVIDIA_H200.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=7168,device_name=AMD_Instinct_MI300X.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=7168,device_name=AMD_Instinct_MI325X.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=7168,device_name=AMD_Radeon_Graphics.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=7168,device_name=NVIDIA_H200.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=8192,device_name=AMD_Instinct_MI300X,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=8192,device_name=AMD_Instinct_MI325X,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=8192,device_name=AMD_Radeon_Graphics,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=8192,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/configs/E=8,N=8192,device_name=NVIDIA_H200,dtype=fp8_w8a8.json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/fused_moe.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/fused_moe_triton/layer.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/moe/topk.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/parameter.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/pooler.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/__init__.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/base_config.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=1536,K=1536,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=1536,K=1536,device_name=NVIDIA_H20,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=1536,K=7168,device_name=AMD_Instinct_MI300X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=1536,K=7168,device_name=AMD_Instinct_MI325X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=1536,K=7168,device_name=AMD_Radeon_Graphics,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=1536,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=1536,K=7168,device_name=NVIDIA_H20,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=1536,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=2048,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=2048,K=512,device_name=NVIDIA_H20,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=2048,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=2304,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=2304,K=7168,device_name=NVIDIA_H20,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=2304,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=24576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=24576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=24576,K=7168,device_name=NVIDIA_H20,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=24576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=256,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=256,K=7168,device_name=NVIDIA_H20,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=3072,K=1536,device_name=AMD_Instinct_MI300X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=3072,K=1536,device_name=AMD_Instinct_MI325X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=3072,K=1536,device_name=AMD_Radeon_Graphics,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=3072,K=1536,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=3072,K=1536,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=3072,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=3072,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=3072,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=32768,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=32768,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=32768,K=512,device_name=NVIDIA_H20,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=32768,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=36864,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=36864,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=4096,K=512,device_name=AMD_Instinct_MI300X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=4096,K=512,device_name=AMD_Instinct_MI325X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=4096,K=512,device_name=AMD_Radeon_Graphics,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=4096,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=4096,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=4096,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=4608,K=7168,device_name=AMD_Instinct_MI300X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=4608,K=7168,device_name=AMD_Instinct_MI325X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=4608,K=7168,device_name=AMD_Radeon_Graphics,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=4608,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=4608,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=4608,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=512,K=7168,device_name=AMD_Instinct_MI300X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=512,K=7168,device_name=AMD_Instinct_MI325X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=512,K=7168,device_name=AMD_Radeon_Graphics,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=512,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=512,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=576,K=7168,device_name=AMD_Instinct_MI300X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=576,K=7168,device_name=AMD_Instinct_MI325X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=576,K=7168,device_name=AMD_Radeon_Graphics,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=576,K=7168,device_name=NVIDIA_H20,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=1024,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=1024,device_name=NVIDIA_H20,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=1024,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=1152,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=1152,device_name=NVIDIA_H20,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=1152,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=128,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=128,device_name=NVIDIA_H20,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=16384,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=16384,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=16384,device_name=NVIDIA_H20,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=16384,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=18432,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=18432,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=18432,device_name=NVIDIA_H20,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=18432,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=2048,device_name=AMD_Instinct_MI300X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=2048,device_name=AMD_Instinct_MI325X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=2048,device_name=AMD_Radeon_Graphics,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=2048,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=2048,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=2304,device_name=AMD_Instinct_MI300X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=2304,device_name=AMD_Instinct_MI325X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=2304,device_name=AMD_Radeon_Graphics,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=2304,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=2304,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=2304,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=256,device_name=AMD_Instinct_MI300X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=256,device_name=AMD_Instinct_MI325X,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=256,device_name=AMD_Radeon_Graphics,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=256,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/configs/N=7168,K=256,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/fp8.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/fp8_kernel.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/fp8_utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/int8_kernel.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/modelopt_quant.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/quantization/w8a8_int8.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/radix_attention.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/rotary_embedding.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/sampler.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/torchao_utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/layers/vocab_parallel_embedding.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/backend/__init__.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/backend/base_backend.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/backend/flashinfer_backend.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/backend/triton_backend.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/layers.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/lora.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/lora_config.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/lora_manager.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/mem_pool.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/triton_ops/__init__.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/triton_ops/gate_up_lora_b.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/triton_ops/qkv_lora_b.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/triton_ops/sgemm_lora_a.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/triton_ops/sgemm_lora_b.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/lora/utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/managers/cache_controller.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/managers/configure_logging.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/managers/data_parallel_controller.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/managers/detokenizer_manager.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/managers/image_processor.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/managers/io_struct.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/managers/schedule_policy.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/managers/scheduler.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/managers/session_controller.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/managers/tokenizer_manager.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/managers/tp_worker.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/managers/tp_worker_overlap_thread.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/managers/utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/mem_cache/base_prefix_cache.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/mem_cache/chunk_cache.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/mem_cache/flush_cache.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/mem_cache/memory_pool.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/mem_cache/radix_cache.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/metrics/collector.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/metrics/func_timer.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/mm_utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/model_executor/cuda_graph_runner.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/model_executor/forward_batch_info.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/model_loader/__init__.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/model_loader/loader.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/model_loader/utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/model_loader/weight_utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/model_parallel.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/baichuan.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/chatglm.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/commandr.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/dbrx.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/deepseek.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/deepseek_nextn.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/exaone.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/gemma.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/gemma2.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/gemma2_reward.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/gpt2.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/gpt_bigcode.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/granite.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/grok.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/internlm2.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/internlm2_reward.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/llama.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/llama_classification.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/llama_eagle.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/llama_embedding.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/llama_reward.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/llava.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/llavavid.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/minicpm.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/minicpm3.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/minicpmv.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/mistral.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/mixtral.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/mixtral_quant.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/mllama.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/olmo.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/olmo2.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/olmoe.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/phi3_small.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/qwen.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/qwen2.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/qwen2_5_vl.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/qwen2_eagle.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/qwen2_moe.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/qwen2_vl.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/registry.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/stablelm.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/torch_native_llama.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/xverse.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/xverse_moe.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/models/yivl.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/openai_api/adapter.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/openai_api/protocol.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/sampling/custom_logit_processor.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/sampling/penaltylib/__init__.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/sampling/penaltylib/orchestrator.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/sampling/penaltylib/penalizers/frequency_penalty.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/sampling/penaltylib/penalizers/min_new_tokens.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/sampling/penaltylib/penalizers/presence_penalty.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/sampling/penaltylib/penalizers/repetition_penalty.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/sampling/sampling_batch_info.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/sampling/sampling_params.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/server.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/server_args.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/speculative/build_eagle_tree.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/speculative/eagle_draft_cuda_graph_runner.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/speculative/eagle_utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/speculative/eagle_worker.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/speculative/spec_info.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/torch_memory_saver_adapter.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/srt/utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/few_shot_gsm8k.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/few_shot_gsm8k_engine.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/run_eval.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/runners.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/simple_eval_common.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/simple_eval_gpqa.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/simple_eval_humaneval.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/simple_eval_math.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/simple_eval_mgsm.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/simple_eval_mmlu.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/srt/sampling/penaltylib/utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/test_activation.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/test_block_fp8.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/test_layernorm.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/test_programs.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/test/test_utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang/utils.py +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang.egg-info/dependency_links.txt +0 -0
- {sglang-0.4.3.post1 → sglang-0.4.3.post2}/sglang.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: sglang
|
3
|
-
Version: 0.4.3.
|
3
|
+
Version: 0.4.3.post2
|
4
4
|
Summary: SGLang is yet another fast serving framework for large language models and vision language models.
|
5
5
|
License: Apache License
|
6
6
|
Version 2.0, January 2004
|
@@ -243,7 +243,7 @@ Requires-Dist: cuda-python; extra == "srt"
|
|
243
243
|
Requires-Dist: sgl-kernel>=0.0.3.post6; extra == "srt"
|
244
244
|
Requires-Dist: torch; extra == "srt"
|
245
245
|
Requires-Dist: vllm<=0.7.2,>=0.6.4.post1; extra == "srt"
|
246
|
-
Requires-Dist: flashinfer_python>=0.2.1.
|
246
|
+
Requires-Dist: flashinfer_python>=0.2.1.post2; extra == "srt"
|
247
247
|
Requires-Dist: outlines<=0.1.11,>=0.0.44; extra == "srt"
|
248
248
|
Provides-Extra: srt-hip
|
249
249
|
Requires-Dist: sglang[runtime_common]; extra == "srt-hip"
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "sglang"
|
7
|
-
version = "0.4.3.
|
7
|
+
version = "0.4.3.post2"
|
8
8
|
description = "SGLang is yet another fast serving framework for large language models and vision language models."
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.8"
|
@@ -26,7 +26,7 @@ runtime_common = [
|
|
26
26
|
srt = [
|
27
27
|
"sglang[runtime_common]", "cuda-python",
|
28
28
|
"sgl-kernel>=0.0.3.post6", "torch", "vllm>=0.6.4.post1,<=0.7.2",
|
29
|
-
"flashinfer_python>=0.2.1.
|
29
|
+
"flashinfer_python>=0.2.1.post2",
|
30
30
|
"outlines>=0.0.44,<=0.1.11",
|
31
31
|
]
|
32
32
|
|
@@ -330,7 +330,7 @@ def _set_envs_and_config(server_args: ServerArgs):
|
|
330
330
|
if server_args.attention_backend == "flashinfer":
|
331
331
|
assert_pkg_version(
|
332
332
|
"flashinfer_python",
|
333
|
-
"0.2.1.
|
333
|
+
"0.2.1.post2",
|
334
334
|
"Please uninstall the old version and "
|
335
335
|
"reinstall the latest version by following the instructions "
|
336
336
|
"at https://docs.flashinfer.ai/installation.html.",
|
@@ -54,7 +54,9 @@ class DecodeMetadata:
|
|
54
54
|
|
55
55
|
@dataclass
|
56
56
|
class PrefillMetadata:
|
57
|
-
prefill_wrappers: List[
|
57
|
+
prefill_wrappers: List[
|
58
|
+
Union[BatchPrefillWithPagedKVCacheWrapper, BatchMLAPagedAttentionWrapper]
|
59
|
+
]
|
58
60
|
use_ragged: bool
|
59
61
|
extend_no_prefix: bool
|
60
62
|
|
@@ -160,16 +162,36 @@ class FlashInferAttnBackend(AttentionBackend):
|
|
160
162
|
self.decode_wrappers = []
|
161
163
|
for _ in range(self.num_wrappers):
|
162
164
|
if not skip_prefill:
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
165
|
+
if (
|
166
|
+
self.enable_flashinfer_mla
|
167
|
+
and not global_server_args_dict["disable_radix_cache"]
|
168
|
+
):
|
169
|
+
# use mla paged prefill
|
170
|
+
self.prefill_wrappers_paged.append(
|
171
|
+
BatchMLAPagedAttentionWrapper(
|
172
|
+
self.workspace_buffer,
|
173
|
+
backend="fa2",
|
174
|
+
)
|
175
|
+
)
|
176
|
+
self.prefill_wrappers_verify.append(
|
177
|
+
BatchMLAPagedAttentionWrapper(
|
178
|
+
self.workspace_buffer,
|
179
|
+
backend="fa2",
|
180
|
+
)
|
181
|
+
)
|
182
|
+
else:
|
183
|
+
self.prefill_wrappers_paged.append(
|
184
|
+
BatchPrefillWithPagedKVCacheWrapper(
|
185
|
+
self.workspace_buffer,
|
186
|
+
"NHD",
|
187
|
+
backend="fa2",
|
188
|
+
)
|
189
|
+
)
|
190
|
+
self.prefill_wrappers_verify.append(
|
191
|
+
BatchPrefillWithPagedKVCacheWrapper(
|
192
|
+
self.workspace_buffer, "NHD"
|
193
|
+
)
|
168
194
|
)
|
169
|
-
)
|
170
|
-
self.prefill_wrappers_verify.append(
|
171
|
-
BatchPrefillWithPagedKVCacheWrapper(self.workspace_buffer, "NHD")
|
172
|
-
)
|
173
195
|
if self.enable_flashinfer_mla:
|
174
196
|
self.decode_wrappers.append(
|
175
197
|
BatchMLAPagedAttentionWrapper(self.workspace_buffer, backend="fa2")
|
@@ -237,7 +259,10 @@ class FlashInferAttnBackend(AttentionBackend):
|
|
237
259
|
else:
|
238
260
|
prefix_lens = forward_batch.extend_prefix_lens
|
239
261
|
|
240
|
-
if self.is_multimodal
|
262
|
+
if self.is_multimodal or (
|
263
|
+
self.enable_flashinfer_mla
|
264
|
+
and not global_server_args_dict["disable_radix_cache"]
|
265
|
+
):
|
241
266
|
use_ragged = False
|
242
267
|
extend_no_prefix = False
|
243
268
|
else:
|
@@ -419,23 +444,43 @@ class FlashInferAttnBackend(AttentionBackend):
|
|
419
444
|
|
420
445
|
logits_soft_cap = layer.logit_cap
|
421
446
|
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
447
|
+
if global_server_args_dict["disable_radix_cache"]:
|
448
|
+
# use mla ragged prefill
|
449
|
+
o, _ = self.prefill_wrapper_ragged.forward_return_lse(
|
450
|
+
q.view(-1, layer.tp_q_head_num, layer.head_dim),
|
451
|
+
k.view(-1, layer.tp_k_head_num, layer.head_dim),
|
452
|
+
v.view(-1, layer.tp_v_head_num, layer.v_head_dim),
|
453
|
+
causal=True,
|
454
|
+
sm_scale=layer.scaling,
|
455
|
+
logits_soft_cap=logits_soft_cap,
|
456
|
+
)
|
432
457
|
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
458
|
+
if save_kv_cache:
|
459
|
+
forward_batch.token_to_kv_pool.set_kv_buffer(
|
460
|
+
layer,
|
461
|
+
cache_loc,
|
462
|
+
k,
|
463
|
+
v,
|
464
|
+
)
|
465
|
+
else:
|
466
|
+
# use mla paged prefill
|
467
|
+
prefill_wrapper_paged = self.forward_metadata.prefill_wrappers[
|
468
|
+
self._get_wrapper_idx(layer)
|
469
|
+
]
|
470
|
+
if k is not None:
|
471
|
+
assert v is not None
|
472
|
+
if save_kv_cache:
|
473
|
+
forward_batch.token_to_kv_pool.set_kv_buffer(
|
474
|
+
layer, cache_loc, k, v
|
475
|
+
)
|
476
|
+
qall = q.view(-1, layer.tp_q_head_num, layer.head_dim)
|
477
|
+
k_buf = forward_batch.token_to_kv_pool.get_key_buffer(layer.layer_id)
|
478
|
+
|
479
|
+
o = prefill_wrapper_paged.run(
|
480
|
+
qall[:, :, : layer.v_head_dim],
|
481
|
+
qall[:, :, layer.v_head_dim :],
|
482
|
+
k_buf[:, :, : layer.v_head_dim],
|
483
|
+
k_buf[:, :, layer.v_head_dim :],
|
439
484
|
)
|
440
485
|
|
441
486
|
return o.view(-1, layer.tp_q_head_num * layer.v_head_dim)
|
@@ -800,7 +845,9 @@ class FlashInferIndicesUpdaterPrefill:
|
|
800
845
|
seq_lens: torch.Tensor,
|
801
846
|
seq_lens_sum: int,
|
802
847
|
prefix_lens: torch.Tensor,
|
803
|
-
prefill_wrappers: List[
|
848
|
+
prefill_wrappers: List[
|
849
|
+
Union[BatchPrefillWithPagedKVCacheWrapper, BatchMLAPagedAttentionWrapper]
|
850
|
+
],
|
804
851
|
use_ragged: bool,
|
805
852
|
encoder_lens: Optional[torch.Tensor],
|
806
853
|
spec_info: Optional[SpecInfo],
|
@@ -814,7 +861,9 @@ class FlashInferIndicesUpdaterPrefill:
|
|
814
861
|
seq_lens: torch.Tensor,
|
815
862
|
seq_lens_sum: int,
|
816
863
|
prefix_lens: torch.Tensor,
|
817
|
-
prefill_wrappers: List[
|
864
|
+
prefill_wrappers: List[
|
865
|
+
Union[BatchPrefillWithPagedKVCacheWrapper, BatchMLAPagedAttentionWrapper]
|
866
|
+
],
|
818
867
|
use_ragged: bool,
|
819
868
|
encoder_lens: Optional[torch.Tensor],
|
820
869
|
spec_info: Optional[SpecInfo],
|
@@ -923,7 +972,9 @@ class FlashInferIndicesUpdaterPrefill:
|
|
923
972
|
def call_begin_forward(
|
924
973
|
self,
|
925
974
|
wrapper_ragged: BatchPrefillWithRaggedKVCacheWrapper,
|
926
|
-
wrapper_paged:
|
975
|
+
wrapper_paged: Union[
|
976
|
+
BatchPrefillWithPagedKVCacheWrapper, BatchMLAPagedAttentionWrapper
|
977
|
+
],
|
927
978
|
req_pool_indices: torch.Tensor,
|
928
979
|
paged_kernel_lens: torch.Tensor,
|
929
980
|
paged_kernel_lens_sum: int,
|
@@ -1004,6 +1055,26 @@ class FlashInferIndicesUpdaterPrefill:
|
|
1004
1055
|
custom_mask=custom_mask,
|
1005
1056
|
non_blocking=True,
|
1006
1057
|
)
|
1058
|
+
elif (
|
1059
|
+
global_config.enable_flashinfer_mla
|
1060
|
+
and not global_server_args_dict["disable_radix_cache"]
|
1061
|
+
):
|
1062
|
+
# mla paged prefill
|
1063
|
+
kv_len_arr = kv_indptr[1:] - kv_indptr[:-1]
|
1064
|
+
wrapper_paged.plan(
|
1065
|
+
qo_indptr,
|
1066
|
+
kv_indptr,
|
1067
|
+
kv_indices,
|
1068
|
+
kv_len_arr,
|
1069
|
+
self.num_qo_heads,
|
1070
|
+
512,
|
1071
|
+
64,
|
1072
|
+
1,
|
1073
|
+
True,
|
1074
|
+
1 / math.sqrt(192),
|
1075
|
+
self.data_type,
|
1076
|
+
self.data_type,
|
1077
|
+
)
|
1007
1078
|
|
1008
1079
|
|
1009
1080
|
class FlashInferMultiStepDraftBackend:
|
@@ -0,0 +1,146 @@
|
|
1
|
+
{
|
2
|
+
"1": {
|
3
|
+
"BLOCK_SIZE_M": 64,
|
4
|
+
"BLOCK_SIZE_N": 64,
|
5
|
+
"BLOCK_SIZE_K": 128,
|
6
|
+
"GROUP_SIZE_M": 16,
|
7
|
+
"num_warps": 4,
|
8
|
+
"num_stages": 3
|
9
|
+
},
|
10
|
+
"2": {
|
11
|
+
"BLOCK_SIZE_M": 64,
|
12
|
+
"BLOCK_SIZE_N": 64,
|
13
|
+
"BLOCK_SIZE_K": 128,
|
14
|
+
"GROUP_SIZE_M": 16,
|
15
|
+
"num_warps": 4,
|
16
|
+
"num_stages": 3
|
17
|
+
},
|
18
|
+
"4": {
|
19
|
+
"BLOCK_SIZE_M": 16,
|
20
|
+
"BLOCK_SIZE_N": 128,
|
21
|
+
"BLOCK_SIZE_K": 128,
|
22
|
+
"GROUP_SIZE_M": 16,
|
23
|
+
"num_warps": 4,
|
24
|
+
"num_stages": 3
|
25
|
+
},
|
26
|
+
"8": {
|
27
|
+
"BLOCK_SIZE_M": 64,
|
28
|
+
"BLOCK_SIZE_N": 64,
|
29
|
+
"BLOCK_SIZE_K": 128,
|
30
|
+
"GROUP_SIZE_M": 32,
|
31
|
+
"num_warps": 4,
|
32
|
+
"num_stages": 3
|
33
|
+
},
|
34
|
+
"16": {
|
35
|
+
"BLOCK_SIZE_M": 64,
|
36
|
+
"BLOCK_SIZE_N": 128,
|
37
|
+
"BLOCK_SIZE_K": 128,
|
38
|
+
"GROUP_SIZE_M": 16,
|
39
|
+
"num_warps": 4,
|
40
|
+
"num_stages": 3
|
41
|
+
},
|
42
|
+
"24": {
|
43
|
+
"BLOCK_SIZE_M": 64,
|
44
|
+
"BLOCK_SIZE_N": 64,
|
45
|
+
"BLOCK_SIZE_K": 128,
|
46
|
+
"GROUP_SIZE_M": 1,
|
47
|
+
"num_warps": 4,
|
48
|
+
"num_stages": 3
|
49
|
+
},
|
50
|
+
"32": {
|
51
|
+
"BLOCK_SIZE_M": 64,
|
52
|
+
"BLOCK_SIZE_N": 64,
|
53
|
+
"BLOCK_SIZE_K": 128,
|
54
|
+
"GROUP_SIZE_M": 64,
|
55
|
+
"num_warps": 4,
|
56
|
+
"num_stages": 3
|
57
|
+
},
|
58
|
+
"48": {
|
59
|
+
"BLOCK_SIZE_M": 64,
|
60
|
+
"BLOCK_SIZE_N": 64,
|
61
|
+
"BLOCK_SIZE_K": 128,
|
62
|
+
"GROUP_SIZE_M": 1,
|
63
|
+
"num_warps": 4,
|
64
|
+
"num_stages": 3
|
65
|
+
},
|
66
|
+
"64": {
|
67
|
+
"BLOCK_SIZE_M": 64,
|
68
|
+
"BLOCK_SIZE_N": 128,
|
69
|
+
"BLOCK_SIZE_K": 128,
|
70
|
+
"GROUP_SIZE_M": 16,
|
71
|
+
"num_warps": 4,
|
72
|
+
"num_stages": 3
|
73
|
+
},
|
74
|
+
"96": {
|
75
|
+
"BLOCK_SIZE_M": 64,
|
76
|
+
"BLOCK_SIZE_N": 128,
|
77
|
+
"BLOCK_SIZE_K": 128,
|
78
|
+
"GROUP_SIZE_M": 16,
|
79
|
+
"num_warps": 4,
|
80
|
+
"num_stages": 3
|
81
|
+
},
|
82
|
+
"128": {
|
83
|
+
"BLOCK_SIZE_M": 64,
|
84
|
+
"BLOCK_SIZE_N": 128,
|
85
|
+
"BLOCK_SIZE_K": 128,
|
86
|
+
"GROUP_SIZE_M": 16,
|
87
|
+
"num_warps": 4,
|
88
|
+
"num_stages": 3
|
89
|
+
},
|
90
|
+
"256": {
|
91
|
+
"BLOCK_SIZE_M": 64,
|
92
|
+
"BLOCK_SIZE_N": 128,
|
93
|
+
"BLOCK_SIZE_K": 128,
|
94
|
+
"GROUP_SIZE_M": 32,
|
95
|
+
"num_warps": 4,
|
96
|
+
"num_stages": 3
|
97
|
+
},
|
98
|
+
"512": {
|
99
|
+
"BLOCK_SIZE_M": 64,
|
100
|
+
"BLOCK_SIZE_N": 128,
|
101
|
+
"BLOCK_SIZE_K": 128,
|
102
|
+
"GROUP_SIZE_M": 16,
|
103
|
+
"num_warps": 4,
|
104
|
+
"num_stages": 3
|
105
|
+
},
|
106
|
+
"1024": {
|
107
|
+
"BLOCK_SIZE_M": 64,
|
108
|
+
"BLOCK_SIZE_N": 128,
|
109
|
+
"BLOCK_SIZE_K": 128,
|
110
|
+
"GROUP_SIZE_M": 64,
|
111
|
+
"num_warps": 4,
|
112
|
+
"num_stages": 3
|
113
|
+
},
|
114
|
+
"1536": {
|
115
|
+
"BLOCK_SIZE_M": 64,
|
116
|
+
"BLOCK_SIZE_N": 128,
|
117
|
+
"BLOCK_SIZE_K": 128,
|
118
|
+
"GROUP_SIZE_M": 32,
|
119
|
+
"num_warps": 4,
|
120
|
+
"num_stages": 3
|
121
|
+
},
|
122
|
+
"2048": {
|
123
|
+
"BLOCK_SIZE_M": 64,
|
124
|
+
"BLOCK_SIZE_N": 128,
|
125
|
+
"BLOCK_SIZE_K": 128,
|
126
|
+
"GROUP_SIZE_M": 64,
|
127
|
+
"num_warps": 4,
|
128
|
+
"num_stages": 3
|
129
|
+
},
|
130
|
+
"3072": {
|
131
|
+
"BLOCK_SIZE_M": 128,
|
132
|
+
"BLOCK_SIZE_N": 64,
|
133
|
+
"BLOCK_SIZE_K": 128,
|
134
|
+
"GROUP_SIZE_M": 16,
|
135
|
+
"num_warps": 4,
|
136
|
+
"num_stages": 3
|
137
|
+
},
|
138
|
+
"4096": {
|
139
|
+
"BLOCK_SIZE_M": 64,
|
140
|
+
"BLOCK_SIZE_N": 128,
|
141
|
+
"BLOCK_SIZE_K": 128,
|
142
|
+
"GROUP_SIZE_M": 64,
|
143
|
+
"num_warps": 4,
|
144
|
+
"num_stages": 3
|
145
|
+
}
|
146
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"2048": {
|
3
|
+
"BLOCK_SIZE_M": 64,
|
4
|
+
"BLOCK_SIZE_N": 64,
|
5
|
+
"BLOCK_SIZE_K": 128,
|
6
|
+
"GROUP_SIZE_M": 64,
|
7
|
+
"num_warps": 4,
|
8
|
+
"num_stages": 3
|
9
|
+
},
|
10
|
+
"3072": {
|
11
|
+
"BLOCK_SIZE_M": 64,
|
12
|
+
"BLOCK_SIZE_N": 64,
|
13
|
+
"BLOCK_SIZE_K": 128,
|
14
|
+
"GROUP_SIZE_M": 32,
|
15
|
+
"num_warps": 4,
|
16
|
+
"num_stages": 3
|
17
|
+
},
|
18
|
+
"4096": {
|
19
|
+
"BLOCK_SIZE_M": 64,
|
20
|
+
"BLOCK_SIZE_N": 128,
|
21
|
+
"BLOCK_SIZE_K": 128,
|
22
|
+
"GROUP_SIZE_M": 32,
|
23
|
+
"num_warps": 4,
|
24
|
+
"num_stages": 3
|
25
|
+
}
|
26
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"2048": {
|
3
|
+
"BLOCK_SIZE_M": 64,
|
4
|
+
"BLOCK_SIZE_N": 64,
|
5
|
+
"BLOCK_SIZE_K": 128,
|
6
|
+
"GROUP_SIZE_M": 32,
|
7
|
+
"num_warps": 4,
|
8
|
+
"num_stages": 3
|
9
|
+
},
|
10
|
+
"3072": {
|
11
|
+
"BLOCK_SIZE_M": 64,
|
12
|
+
"BLOCK_SIZE_N": 64,
|
13
|
+
"BLOCK_SIZE_K": 128,
|
14
|
+
"GROUP_SIZE_M": 1,
|
15
|
+
"num_warps": 4,
|
16
|
+
"num_stages": 3
|
17
|
+
},
|
18
|
+
"4096": {
|
19
|
+
"BLOCK_SIZE_M": 64,
|
20
|
+
"BLOCK_SIZE_N": 128,
|
21
|
+
"BLOCK_SIZE_K": 128,
|
22
|
+
"GROUP_SIZE_M": 64,
|
23
|
+
"num_warps": 4,
|
24
|
+
"num_stages": 3
|
25
|
+
}
|
26
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"2048": {
|
3
|
+
"BLOCK_SIZE_M": 128,
|
4
|
+
"BLOCK_SIZE_N": 64,
|
5
|
+
"BLOCK_SIZE_K": 128,
|
6
|
+
"GROUP_SIZE_M": 1,
|
7
|
+
"num_warps": 4,
|
8
|
+
"num_stages": 3
|
9
|
+
},
|
10
|
+
"3072": {
|
11
|
+
"BLOCK_SIZE_M": 64,
|
12
|
+
"BLOCK_SIZE_N": 128,
|
13
|
+
"BLOCK_SIZE_K": 128,
|
14
|
+
"GROUP_SIZE_M": 64,
|
15
|
+
"num_warps": 4,
|
16
|
+
"num_stages": 2
|
17
|
+
},
|
18
|
+
"4096": {
|
19
|
+
"BLOCK_SIZE_M": 64,
|
20
|
+
"BLOCK_SIZE_N": 128,
|
21
|
+
"BLOCK_SIZE_K": 128,
|
22
|
+
"GROUP_SIZE_M": 64,
|
23
|
+
"num_warps": 4,
|
24
|
+
"num_stages": 3
|
25
|
+
}
|
26
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"2048": {
|
3
|
+
"BLOCK_SIZE_M": 64,
|
4
|
+
"BLOCK_SIZE_N": 64,
|
5
|
+
"BLOCK_SIZE_K": 128,
|
6
|
+
"GROUP_SIZE_M": 32,
|
7
|
+
"num_warps": 4,
|
8
|
+
"num_stages": 3
|
9
|
+
},
|
10
|
+
"3072": {
|
11
|
+
"BLOCK_SIZE_M": 64,
|
12
|
+
"BLOCK_SIZE_N": 64,
|
13
|
+
"BLOCK_SIZE_K": 128,
|
14
|
+
"GROUP_SIZE_M": 1,
|
15
|
+
"num_warps": 4,
|
16
|
+
"num_stages": 3
|
17
|
+
},
|
18
|
+
"4096": {
|
19
|
+
"BLOCK_SIZE_M": 64,
|
20
|
+
"BLOCK_SIZE_N": 128,
|
21
|
+
"BLOCK_SIZE_K": 128,
|
22
|
+
"GROUP_SIZE_M": 16,
|
23
|
+
"num_warps": 4,
|
24
|
+
"num_stages": 3
|
25
|
+
}
|
26
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"2048": {
|
3
|
+
"BLOCK_SIZE_M": 64,
|
4
|
+
"BLOCK_SIZE_N": 128,
|
5
|
+
"BLOCK_SIZE_K": 128,
|
6
|
+
"GROUP_SIZE_M": 32,
|
7
|
+
"num_warps": 4,
|
8
|
+
"num_stages": 3
|
9
|
+
},
|
10
|
+
"3072": {
|
11
|
+
"BLOCK_SIZE_M": 64,
|
12
|
+
"BLOCK_SIZE_N": 128,
|
13
|
+
"BLOCK_SIZE_K": 128,
|
14
|
+
"GROUP_SIZE_M": 32,
|
15
|
+
"num_warps": 4,
|
16
|
+
"num_stages": 3
|
17
|
+
},
|
18
|
+
"4096": {
|
19
|
+
"BLOCK_SIZE_M": 64,
|
20
|
+
"BLOCK_SIZE_N": 128,
|
21
|
+
"BLOCK_SIZE_K": 128,
|
22
|
+
"GROUP_SIZE_M": 32,
|
23
|
+
"num_warps": 4,
|
24
|
+
"num_stages": 3
|
25
|
+
}
|
26
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"2048": {
|
3
|
+
"BLOCK_SIZE_M": 64,
|
4
|
+
"BLOCK_SIZE_N": 64,
|
5
|
+
"BLOCK_SIZE_K": 128,
|
6
|
+
"GROUP_SIZE_M": 64,
|
7
|
+
"num_warps": 4,
|
8
|
+
"num_stages": 4
|
9
|
+
},
|
10
|
+
"3072": {
|
11
|
+
"BLOCK_SIZE_M": 64,
|
12
|
+
"BLOCK_SIZE_N": 64,
|
13
|
+
"BLOCK_SIZE_K": 128,
|
14
|
+
"GROUP_SIZE_M": 1,
|
15
|
+
"num_warps": 4,
|
16
|
+
"num_stages": 3
|
17
|
+
},
|
18
|
+
"4096": {
|
19
|
+
"BLOCK_SIZE_M": 64,
|
20
|
+
"BLOCK_SIZE_N": 128,
|
21
|
+
"BLOCK_SIZE_K": 128,
|
22
|
+
"GROUP_SIZE_M": 1,
|
23
|
+
"num_warps": 8,
|
24
|
+
"num_stages": 5
|
25
|
+
}
|
26
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"2048": {
|
3
|
+
"BLOCK_SIZE_M": 64,
|
4
|
+
"BLOCK_SIZE_N": 128,
|
5
|
+
"BLOCK_SIZE_K": 128,
|
6
|
+
"GROUP_SIZE_M": 1,
|
7
|
+
"num_warps": 4,
|
8
|
+
"num_stages": 3
|
9
|
+
},
|
10
|
+
"3072": {
|
11
|
+
"BLOCK_SIZE_M": 64,
|
12
|
+
"BLOCK_SIZE_N": 128,
|
13
|
+
"BLOCK_SIZE_K": 128,
|
14
|
+
"GROUP_SIZE_M": 1,
|
15
|
+
"num_warps": 4,
|
16
|
+
"num_stages": 3
|
17
|
+
},
|
18
|
+
"4096": {
|
19
|
+
"BLOCK_SIZE_M": 64,
|
20
|
+
"BLOCK_SIZE_N": 128,
|
21
|
+
"BLOCK_SIZE_K": 128,
|
22
|
+
"GROUP_SIZE_M": 1,
|
23
|
+
"num_warps": 4,
|
24
|
+
"num_stages": 3
|
25
|
+
}
|
26
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"2048": {
|
3
|
+
"BLOCK_SIZE_M": 64,
|
4
|
+
"BLOCK_SIZE_N": 64,
|
5
|
+
"BLOCK_SIZE_K": 128,
|
6
|
+
"GROUP_SIZE_M": 64,
|
7
|
+
"num_warps": 4,
|
8
|
+
"num_stages": 2
|
9
|
+
},
|
10
|
+
"3072": {
|
11
|
+
"BLOCK_SIZE_M": 64,
|
12
|
+
"BLOCK_SIZE_N": 128,
|
13
|
+
"BLOCK_SIZE_K": 128,
|
14
|
+
"GROUP_SIZE_M": 1,
|
15
|
+
"num_warps": 4,
|
16
|
+
"num_stages": 3
|
17
|
+
},
|
18
|
+
"4096": {
|
19
|
+
"BLOCK_SIZE_M": 64,
|
20
|
+
"BLOCK_SIZE_N": 64,
|
21
|
+
"BLOCK_SIZE_K": 128,
|
22
|
+
"GROUP_SIZE_M": 64,
|
23
|
+
"num_warps": 4,
|
24
|
+
"num_stages": 3
|
25
|
+
}
|
26
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"2048": {
|
3
|
+
"BLOCK_SIZE_M": 64,
|
4
|
+
"BLOCK_SIZE_N": 128,
|
5
|
+
"BLOCK_SIZE_K": 128,
|
6
|
+
"GROUP_SIZE_M": 16,
|
7
|
+
"num_warps": 4,
|
8
|
+
"num_stages": 3
|
9
|
+
},
|
10
|
+
"3072": {
|
11
|
+
"BLOCK_SIZE_M": 64,
|
12
|
+
"BLOCK_SIZE_N": 128,
|
13
|
+
"BLOCK_SIZE_K": 128,
|
14
|
+
"GROUP_SIZE_M": 1,
|
15
|
+
"num_warps": 4,
|
16
|
+
"num_stages": 3
|
17
|
+
},
|
18
|
+
"4096": {
|
19
|
+
"BLOCK_SIZE_M": 64,
|
20
|
+
"BLOCK_SIZE_N": 128,
|
21
|
+
"BLOCK_SIZE_K": 128,
|
22
|
+
"GROUP_SIZE_M": 1,
|
23
|
+
"num_warps": 4,
|
24
|
+
"num_stages": 2
|
25
|
+
}
|
26
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"2048": {
|
3
|
+
"BLOCK_SIZE_M": 64,
|
4
|
+
"BLOCK_SIZE_N": 128,
|
5
|
+
"BLOCK_SIZE_K": 128,
|
6
|
+
"GROUP_SIZE_M": 1,
|
7
|
+
"num_warps": 4,
|
8
|
+
"num_stages": 3
|
9
|
+
},
|
10
|
+
"3072": {
|
11
|
+
"BLOCK_SIZE_M": 64,
|
12
|
+
"BLOCK_SIZE_N": 128,
|
13
|
+
"BLOCK_SIZE_K": 128,
|
14
|
+
"GROUP_SIZE_M": 1,
|
15
|
+
"num_warps": 4,
|
16
|
+
"num_stages": 3
|
17
|
+
},
|
18
|
+
"4096": {
|
19
|
+
"BLOCK_SIZE_M": 64,
|
20
|
+
"BLOCK_SIZE_N": 128,
|
21
|
+
"BLOCK_SIZE_K": 128,
|
22
|
+
"GROUP_SIZE_M": 64,
|
23
|
+
"num_warps": 4,
|
24
|
+
"num_stages": 3
|
25
|
+
}
|
26
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"2048": {
|
3
|
+
"BLOCK_SIZE_M": 64,
|
4
|
+
"BLOCK_SIZE_N": 128,
|
5
|
+
"BLOCK_SIZE_K": 128,
|
6
|
+
"GROUP_SIZE_M": 16,
|
7
|
+
"num_warps": 4,
|
8
|
+
"num_stages": 2
|
9
|
+
},
|
10
|
+
"3072": {
|
11
|
+
"BLOCK_SIZE_M": 64,
|
12
|
+
"BLOCK_SIZE_N": 64,
|
13
|
+
"BLOCK_SIZE_K": 128,
|
14
|
+
"GROUP_SIZE_M": 16,
|
15
|
+
"num_warps": 4,
|
16
|
+
"num_stages": 2
|
17
|
+
},
|
18
|
+
"4096": {
|
19
|
+
"BLOCK_SIZE_M": 128,
|
20
|
+
"BLOCK_SIZE_N": 64,
|
21
|
+
"BLOCK_SIZE_K": 128,
|
22
|
+
"GROUP_SIZE_M": 1,
|
23
|
+
"num_warps": 4,
|
24
|
+
"num_stages": 2
|
25
|
+
}
|
26
|
+
}
|