114 KiB
114 KiB
WARNING 12-09 21:18:19 [argparse_utils.py:195] With `vllm serve`, you should provide the model as a positional argument or in a config file instead of via the `--model` option. The `--model` option will be removed in v0.13.
(APIServer pid=35981) INFO 12-09 21:18:19 [api_server.py:1772] vLLM API server version 0.12.0
(APIServer pid=35981) INFO 12-09 21:18:19 [utils.py:253] non-default args: {'model_tag': 'cpatonn/Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit', 'host': '127.0.0.1', 'model': 'cpatonn/Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit', 'trust_remote_code': True, 'max_model_len': 24576, 'max_num_seqs': 64}
(APIServer pid=35981) The argument `trust_remote_code` is to be used with Auto classes. It has no effect here and is ignored.
(APIServer pid=35981) INFO 12-09 21:18:25 [model.py:637] Resolved architecture: Qwen3MoeForCausalLM
(APIServer pid=35981) INFO 12-09 21:18:25 [model.py:1750] Using max model len 24576
(APIServer pid=35981) INFO 12-09 21:18:26 [scheduler.py:228] Chunked prefill is enabled with max_num_batched_tokens=2048.
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:33 [core.py:93] Initializing a V1 LLM engine (v0.12.0) with config: model='cpatonn/Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit', speculative_config=None, tokenizer='cpatonn/Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit', skip_tokenizer_init=False, tokenizer_mode=auto, revision=None, tokenizer_revision=None, trust_remote_code=True, dtype=torch.bfloat16, max_seq_len=24576, download_dir=None, load_format=auto, tensor_parallel_size=1, pipeline_parallel_size=1, data_parallel_size=1, disable_custom_all_reduce=False, quantization=compressed-tensors, enforce_eager=False, kv_cache_dtype=auto, device_config=cuda, structured_outputs_config=StructuredOutputsConfig(backend='auto', disable_fallback=False, disable_any_whitespace=False, disable_additional_properties=False, reasoning_parser='', reasoning_parser_plugin='', enable_in_reasoning=False), observability_config=ObservabilityConfig(show_hidden_metrics_for_version=None, otlp_traces_endpoint=None, collect_detailed_traces=None, kv_cache_metrics=False, kv_cache_metrics_sample=0.01), seed=0, served_model_name=cpatonn/Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit, enable_prefix_caching=True, enable_chunked_prefill=True, pooler_config=None, compilation_config={'level': None, 'mode': <CompilationMode.VLLM_COMPILE: 3>, 'debug_dump_path': None, 'cache_dir': '', 'compile_cache_save_format': 'binary', 'backend': 'inductor', 'custom_ops': ['none'], 'splitting_ops': ['vllm::unified_attention', 'vllm::unified_attention_with_output', 'vllm::unified_mla_attention', 'vllm::unified_mla_attention_with_output', 'vllm::mamba_mixer2', 'vllm::mamba_mixer', 'vllm::short_conv', 'vllm::linear_attention', 'vllm::plamo2_mamba_mixer', 'vllm::gdn_attention_core', 'vllm::kda_attention', 'vllm::sparse_attn_indexer'], 'compile_mm_encoder': False, 'compile_sizes': [], 'inductor_compile_config': {'enable_auto_functionalized_v2': False, 'combo_kernels': True, 'benchmark_combo_kernel': True}, 'inductor_passes': {}, 'cudagraph_mode': <CUDAGraphMode.FULL_AND_PIECEWISE: (2, 1)>, 'cudagraph_num_of_warmups': 1, 'cudagraph_capture_sizes': [1, 2, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 120, 128], 'cudagraph_copy_inputs': False, 'cudagraph_specialize_lora': True, 'use_inductor_graph_partition': False, 'pass_config': {'fuse_norm_quant': False, 'fuse_act_quant': False, 'fuse_attn_quant': False, 'eliminate_noops': True, 'enable_sp': False, 'fuse_gemm_comms': False, 'fuse_allreduce_rms': False}, 'max_cudagraph_capture_size': 128, 'dynamic_shapes_config': {'type': <DynamicShapesType.BACKED: 'backed'>}, 'local_cache_dir': None}
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:34 [parallel_state.py:1200] world_size=1 rank=0 local_rank=0 distributed_init_method=tcp://172.17.0.4:58697 backend=nccl
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:34 [parallel_state.py:1408] rank 0 in world size 1 is assigned as DP rank 0, PP rank 0, PCP rank 0, TP rank 0, EP rank 0
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:34 [gpu_model_runner.py:3467] Starting to load model cpatonn/Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit...
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:35 [compressed_tensors_wNa16.py:114] Using MarlinLinearKernel for CompressedTensorsWNA16
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:35 [cuda.py:411] Using FLASH_ATTN attention backend out of potential backends: ['FLASH_ATTN', 'FLASHINFER', 'TRITON_ATTN', 'FLEX_ATTENTION']
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:35 [layer.py:379] Enabled separate cuda stream for MoE shared_experts
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:35 [compressed_tensors_moe.py:167] Using CompressedTensorsWNA16MarlinMoEMethod
(EngineCore_DP0 pid=36287) WARNING 12-09 21:18:35 [compressed_tensors.py:721] Acceleration for non-quantized schemes is not supported by Compressed Tensors. Falling back to UnquantizedLinearMethod
Loading safetensors checkpoint shards: 0% Completed | 0/4 [00:00<?, ?it/s]
Loading safetensors checkpoint shards: 25% Completed | 1/4 [00:00<00:02, 1.03it/s]
Loading safetensors checkpoint shards: 50% Completed | 2/4 [00:05<00:05, 2.81s/it]
Loading safetensors checkpoint shards: 75% Completed | 3/4 [00:09<00:03, 3.72s/it]
Loading safetensors checkpoint shards: 100% Completed | 4/4 [00:14<00:00, 4.16s/it]
Loading safetensors checkpoint shards: 100% Completed | 4/4 [00:14<00:00, 3.68s/it]
(EngineCore_DP0 pid=36287)
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:51 [default_loader.py:308] Loading weights took 14.87 seconds
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:53 [gpu_model_runner.py:3549] Model loading took 15.6116 GiB memory and 17.565601 seconds
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:02 [backends.py:655] Using cache directory: /root/.cache/vllm/torch_compile_cache/731dc1b1d0/rank_0_0/backbone for vLLM's torch.compile
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:02 [backends.py:715] Dynamo bytecode transform time: 9.12 s
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:03 [backends.py:257] Cache the graph for dynamic shape for later use
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:15 [backends.py:288] Compiling a graph for dynamic shape takes 11.61 s
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:17 [monitor.py:34] torch.compile takes 20.73 s in total
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:18 [gpu_worker.py:359] Available KV cache memory: 5.07 GiB
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:18 [kv_cache_utils.py:1286] GPU KV cache size: 55,360 tokens
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:18 [kv_cache_utils.py:1291] Maximum concurrency for 24,576 tokens per request: 2.25x
Capturing CUDA graphs (mixed prefill-decode, PIECEWISE): 100%|██████████| 19/19 [00:01<00:00, 14.65it/s]
Capturing CUDA graphs (decode, FULL): 100%|██████████| 11/11 [00:00<00:00, 14.90it/s]
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:21 [gpu_model_runner.py:4466] Graph capturing finished in 3 secs, took 0.39 GiB
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:21 [core.py:254] init engine (profile, create kv cache, warmup model) took 28.22 seconds
(APIServer pid=35981) INFO 12-09 21:19:23 [api_server.py:1520] Supported tasks: ['generate']
(APIServer pid=35981) WARNING 12-09 21:19:23 [model.py:1576] Default sampling parameters have been overridden by the model's Hugging Face generation config recommended from the model creator. If this is not intended, please relaunch vLLM instance with `--generation-config vllm`.
(APIServer pid=35981) INFO 12-09 21:19:23 [serving_responses.py:194] Using default chat sampling params from model: {'repetition_penalty': 1.05, 'temperature': 0.7, 'top_k': 20, 'top_p': 0.8}
(APIServer pid=35981) INFO 12-09 21:19:23 [serving_chat.py:133] Using default chat sampling params from model: {'repetition_penalty': 1.05, 'temperature': 0.7, 'top_k': 20, 'top_p': 0.8}
(APIServer pid=35981) INFO 12-09 21:19:23 [serving_completion.py:73] Using default completion sampling params from model: {'repetition_penalty': 1.05, 'temperature': 0.7, 'top_k': 20, 'top_p': 0.8}
(APIServer pid=35981) INFO 12-09 21:19:23 [serving_chat.py:133] Using default chat sampling params from model: {'repetition_penalty': 1.05, 'temperature': 0.7, 'top_k': 20, 'top_p': 0.8}
(APIServer pid=35981) INFO 12-09 21:19:23 [api_server.py:1847] Starting vLLM API server 0 on http://127.0.0.1:8000
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:38] Available routes are:
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /openapi.json, Methods: HEAD, GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /docs, Methods: HEAD, GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /docs/oauth2-redirect, Methods: HEAD, GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /redoc, Methods: HEAD, GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /health, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /load, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /pause, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /resume, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /is_paused, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /tokenize, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /detokenize, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/models, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /version, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/responses, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/responses/{response_id}, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/responses/{response_id}/cancel, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/messages, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/chat/completions, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/completions, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/audio/transcriptions, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/audio/translations, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /scale_elastic_ep, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /is_scaling_elastic_ep, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /inference/v1/generate, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /ping, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /ping, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /invocations, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /metrics, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /classify, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/embeddings, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /score, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/score, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /rerank, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/rerank, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v2/rerank, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /pooling, Methods: POST
(APIServer pid=35981) INFO: Started server process [35981]
(APIServer pid=35981) INFO: Waiting for application startup.
(APIServer pid=35981) INFO: Application startup complete.
(APIServer pid=35981) INFO: 127.0.0.1:39034 - "GET /v1/models HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:19:44 [loggers.py:236] Engine 000: Avg prompt throughput: 4.8 tokens/s, Avg generation throughput: 31.8 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.2%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:41162 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41180 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41162 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41180 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:19:54 [loggers.py:236] Engine 000: Avg prompt throughput: 133.8 tokens/s, Avg generation throughput: 218.7 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:41162 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41162 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41162 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:43864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41162 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:20:04 [loggers.py:236] Engine 000: Avg prompt throughput: 224.6 tokens/s, Avg generation throughput: 193.7 tokens/s, Running: 0 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:20:14 [loggers.py:236] Engine 000: Avg prompt throughput: 279.4 tokens/s, Avg generation throughput: 156.6 tokens/s, Running: 2 reqs, Waiting: 0 reqs, GPU KV cache usage: 1.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39476 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39476 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:20:24 [loggers.py:236] Engine 000: Avg prompt throughput: 217.3 tokens/s, Avg generation throughput: 214.7 tokens/s, Running: 3 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.4%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39476 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39476 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39476 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:20:34 [loggers.py:236] Engine 000: Avg prompt throughput: 374.5 tokens/s, Avg generation throughput: 205.9 tokens/s, Running: 2 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.1%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39476 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39546 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39554 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:20:44 [loggers.py:236] Engine 000: Avg prompt throughput: 343.4 tokens/s, Avg generation throughput: 233.6 tokens/s, Running: 7 reqs, Waiting: 0 reqs, GPU KV cache usage: 6.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39554 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39554 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:20:54 [loggers.py:236] Engine 000: Avg prompt throughput: 278.0 tokens/s, Avg generation throughput: 169.7 tokens/s, Running: 0 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53850 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53890 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53916 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53916 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53890 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53916 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:21:04 [loggers.py:236] Engine 000: Avg prompt throughput: 295.0 tokens/s, Avg generation throughput: 308.5 tokens/s, Running: 5 reqs, Waiting: 0 reqs, GPU KV cache usage: 3.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53890 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53916 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:21:14 [loggers.py:236] Engine 000: Avg prompt throughput: 176.4 tokens/s, Avg generation throughput: 382.5 tokens/s, Running: 4 reqs, Waiting: 0 reqs, GPU KV cache usage: 3.5%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53890 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53916 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:21:24 [loggers.py:236] Engine 000: Avg prompt throughput: 284.7 tokens/s, Avg generation throughput: 176.0 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.6%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:53916 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53916 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:21:34 [loggers.py:236] Engine 000: Avg prompt throughput: 40.2 tokens/s, Avg generation throughput: 207.3 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.2%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:21:44 [loggers.py:236] Engine 000: Avg prompt throughput: 229.6 tokens/s, Avg generation throughput: 168.8 tokens/s, Running: 2 reqs, Waiting: 0 reqs, GPU KV cache usage: 1.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41516 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41516 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:44794 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:44794 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:21:54 [loggers.py:236] Engine 000: Avg prompt throughput: 219.1 tokens/s, Avg generation throughput: 344.7 tokens/s, Running: 3 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:41516 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:44794 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41516 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:44794 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:22:04 [loggers.py:236] Engine 000: Avg prompt throughput: 156.4 tokens/s, Avg generation throughput: 179.5 tokens/s, Running: 0 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:44794 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50828 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50828 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:22:14 [loggers.py:236] Engine 000: Avg prompt throughput: 70.6 tokens/s, Avg generation throughput: 18.1 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:50834 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50836 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45960 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50828 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50836 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45960 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50834 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50828 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:22:24 [loggers.py:236] Engine 000: Avg prompt throughput: 172.9 tokens/s, Avg generation throughput: 301.1 tokens/s, Running: 2 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.2%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:50836 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50834 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50834 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:22:34 [loggers.py:236] Engine 000: Avg prompt throughput: 73.3 tokens/s, Avg generation throughput: 134.8 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.4%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:50834 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33878 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33878 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33884 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33888 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50834 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33888 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33888 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33888 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33878 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:22:44 [loggers.py:236] Engine 000: Avg prompt throughput: 263.0 tokens/s, Avg generation throughput: 316.2 tokens/s, Running: 2 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO 12-09 21:22:54 [loggers.py:236] Engine 000: Avg prompt throughput: 0.0 tokens/s, Avg generation throughput: 21.5 tokens/s, Running: 0 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:23:04 [loggers.py:236] Engine 000: Avg prompt throughput: 428.2 tokens/s, Avg generation throughput: 306.3 tokens/s, Running: 9 reqs, Waiting: 0 reqs, GPU KV cache usage: 6.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:23:14 [loggers.py:236] Engine 000: Avg prompt throughput: 1212.1 tokens/s, Avg generation throughput: 758.4 tokens/s, Running: 17 reqs, Waiting: 0 reqs, GPU KV cache usage: 13.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:23:24 [loggers.py:236] Engine 000: Avg prompt throughput: 971.3 tokens/s, Avg generation throughput: 946.7 tokens/s, Running: 15 reqs, Waiting: 0 reqs, GPU KV cache usage: 10.2%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:23:34 [loggers.py:236] Engine 000: Avg prompt throughput: 645.3 tokens/s, Avg generation throughput: 960.7 tokens/s, Running: 12 reqs, Waiting: 0 reqs, GPU KV cache usage: 8.9%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:23:44 [loggers.py:236] Engine 000: Avg prompt throughput: 667.4 tokens/s, Avg generation throughput: 757.3 tokens/s, Running: 15 reqs, Waiting: 0 reqs, GPU KV cache usage: 11.7%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:23:54 [loggers.py:236] Engine 000: Avg prompt throughput: 931.7 tokens/s, Avg generation throughput: 987.9 tokens/s, Running: 8 reqs, Waiting: 0 reqs, GPU KV cache usage: 4.5%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:24:04 [loggers.py:236] Engine 000: Avg prompt throughput: 983.9 tokens/s, Avg generation throughput: 846.4 tokens/s, Running: 11 reqs, Waiting: 0 reqs, GPU KV cache usage: 6.6%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:24:14 [loggers.py:236] Engine 000: Avg prompt throughput: 480.2 tokens/s, Avg generation throughput: 747.9 tokens/s, Running: 10 reqs, Waiting: 0 reqs, GPU KV cache usage: 6.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42576 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:24:24 [loggers.py:236] Engine 000: Avg prompt throughput: 974.8 tokens/s, Avg generation throughput: 1112.9 tokens/s, Running: 18 reqs, Waiting: 0 reqs, GPU KV cache usage: 12.4%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42576 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42576 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:24:34 [loggers.py:236] Engine 000: Avg prompt throughput: 544.8 tokens/s, Avg generation throughput: 988.5 tokens/s, Running: 8 reqs, Waiting: 0 reqs, GPU KV cache usage: 5.9%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42576 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:24:44 [loggers.py:236] Engine 000: Avg prompt throughput: 950.1 tokens/s, Avg generation throughput: 724.1 tokens/s, Running: 10 reqs, Waiting: 0 reqs, GPU KV cache usage: 7.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42576 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:24:54 [loggers.py:236] Engine 000: Avg prompt throughput: 833.6 tokens/s, Avg generation throughput: 646.6 tokens/s, Running: 6 reqs, Waiting: 0 reqs, GPU KV cache usage: 1.6%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:25:04 [loggers.py:236] Engine 000: Avg prompt throughput: 575.4 tokens/s, Avg generation throughput: 711.7 tokens/s, Running: 12 reqs, Waiting: 0 reqs, GPU KV cache usage: 7.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:25:14 [loggers.py:236] Engine 000: Avg prompt throughput: 839.8 tokens/s, Avg generation throughput: 869.7 tokens/s, Running: 5 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.8%, Prefix cache hit rate: 0.1%
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:25:24 [loggers.py:236] Engine 000: Avg prompt throughput: 870.2 tokens/s, Avg generation throughput: 614.8 tokens/s, Running: 8 reqs, Waiting: 0 reqs, GPU KV cache usage: 3.9%, Prefix cache hit rate: 0.1%
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:25:34 [loggers.py:236] Engine 000: Avg prompt throughput: 832.2 tokens/s, Avg generation throughput: 776.0 tokens/s, Running: 15 reqs, Waiting: 0 reqs, GPU KV cache usage: 9.2%, Prefix cache hit rate: 0.1%
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:25:44 [loggers.py:236] Engine 000: Avg prompt throughput: 466.5 tokens/s, Avg generation throughput: 854.6 tokens/s, Running: 13 reqs, Waiting: 0 reqs, GPU KV cache usage: 8.9%, Prefix cache hit rate: 0.1%
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:25:54 [loggers.py:236] Engine 000: Avg prompt throughput: 1159.2 tokens/s, Avg generation throughput: 714.5 tokens/s, Running: 9 reqs, Waiting: 0 reqs, GPU KV cache usage: 6.0%, Prefix cache hit rate: 0.1%
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33474 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33482 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33494 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33530 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33482 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:48718 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33474 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:48720 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:48720 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:26:04 [loggers.py:236] Engine 000: Avg prompt throughput: 302.7 tokens/s, Avg generation throughput: 987.6 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 1.9%, Prefix cache hit rate: 0.1%
(APIServer pid=35981) INFO 12-09 21:18:19 [api_server.py:1772] vLLM API server version 0.12.0
(APIServer pid=35981) INFO 12-09 21:18:19 [utils.py:253] non-default args: {'model_tag': 'cpatonn/Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit', 'host': '127.0.0.1', 'model': 'cpatonn/Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit', 'trust_remote_code': True, 'max_model_len': 24576, 'max_num_seqs': 64}
(APIServer pid=35981) The argument `trust_remote_code` is to be used with Auto classes. It has no effect here and is ignored.
(APIServer pid=35981) INFO 12-09 21:18:25 [model.py:637] Resolved architecture: Qwen3MoeForCausalLM
(APIServer pid=35981) INFO 12-09 21:18:25 [model.py:1750] Using max model len 24576
(APIServer pid=35981) INFO 12-09 21:18:26 [scheduler.py:228] Chunked prefill is enabled with max_num_batched_tokens=2048.
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:33 [core.py:93] Initializing a V1 LLM engine (v0.12.0) with config: model='cpatonn/Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit', speculative_config=None, tokenizer='cpatonn/Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit', skip_tokenizer_init=False, tokenizer_mode=auto, revision=None, tokenizer_revision=None, trust_remote_code=True, dtype=torch.bfloat16, max_seq_len=24576, download_dir=None, load_format=auto, tensor_parallel_size=1, pipeline_parallel_size=1, data_parallel_size=1, disable_custom_all_reduce=False, quantization=compressed-tensors, enforce_eager=False, kv_cache_dtype=auto, device_config=cuda, structured_outputs_config=StructuredOutputsConfig(backend='auto', disable_fallback=False, disable_any_whitespace=False, disable_additional_properties=False, reasoning_parser='', reasoning_parser_plugin='', enable_in_reasoning=False), observability_config=ObservabilityConfig(show_hidden_metrics_for_version=None, otlp_traces_endpoint=None, collect_detailed_traces=None, kv_cache_metrics=False, kv_cache_metrics_sample=0.01), seed=0, served_model_name=cpatonn/Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit, enable_prefix_caching=True, enable_chunked_prefill=True, pooler_config=None, compilation_config={'level': None, 'mode': <CompilationMode.VLLM_COMPILE: 3>, 'debug_dump_path': None, 'cache_dir': '', 'compile_cache_save_format': 'binary', 'backend': 'inductor', 'custom_ops': ['none'], 'splitting_ops': ['vllm::unified_attention', 'vllm::unified_attention_with_output', 'vllm::unified_mla_attention', 'vllm::unified_mla_attention_with_output', 'vllm::mamba_mixer2', 'vllm::mamba_mixer', 'vllm::short_conv', 'vllm::linear_attention', 'vllm::plamo2_mamba_mixer', 'vllm::gdn_attention_core', 'vllm::kda_attention', 'vllm::sparse_attn_indexer'], 'compile_mm_encoder': False, 'compile_sizes': [], 'inductor_compile_config': {'enable_auto_functionalized_v2': False, 'combo_kernels': True, 'benchmark_combo_kernel': True}, 'inductor_passes': {}, 'cudagraph_mode': <CUDAGraphMode.FULL_AND_PIECEWISE: (2, 1)>, 'cudagraph_num_of_warmups': 1, 'cudagraph_capture_sizes': [1, 2, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 120, 128], 'cudagraph_copy_inputs': False, 'cudagraph_specialize_lora': True, 'use_inductor_graph_partition': False, 'pass_config': {'fuse_norm_quant': False, 'fuse_act_quant': False, 'fuse_attn_quant': False, 'eliminate_noops': True, 'enable_sp': False, 'fuse_gemm_comms': False, 'fuse_allreduce_rms': False}, 'max_cudagraph_capture_size': 128, 'dynamic_shapes_config': {'type': <DynamicShapesType.BACKED: 'backed'>}, 'local_cache_dir': None}
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:34 [parallel_state.py:1200] world_size=1 rank=0 local_rank=0 distributed_init_method=tcp://172.17.0.4:58697 backend=nccl
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:34 [parallel_state.py:1408] rank 0 in world size 1 is assigned as DP rank 0, PP rank 0, PCP rank 0, TP rank 0, EP rank 0
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:34 [gpu_model_runner.py:3467] Starting to load model cpatonn/Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit...
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:35 [compressed_tensors_wNa16.py:114] Using MarlinLinearKernel for CompressedTensorsWNA16
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:35 [cuda.py:411] Using FLASH_ATTN attention backend out of potential backends: ['FLASH_ATTN', 'FLASHINFER', 'TRITON_ATTN', 'FLEX_ATTENTION']
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:35 [layer.py:379] Enabled separate cuda stream for MoE shared_experts
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:35 [compressed_tensors_moe.py:167] Using CompressedTensorsWNA16MarlinMoEMethod
(EngineCore_DP0 pid=36287) WARNING 12-09 21:18:35 [compressed_tensors.py:721] Acceleration for non-quantized schemes is not supported by Compressed Tensors. Falling back to UnquantizedLinearMethod
Loading safetensors checkpoint shards: 0% Completed | 0/4 [00:00<?, ?it/s]
Loading safetensors checkpoint shards: 25% Completed | 1/4 [00:00<00:02, 1.03it/s]
Loading safetensors checkpoint shards: 50% Completed | 2/4 [00:05<00:05, 2.81s/it]
Loading safetensors checkpoint shards: 75% Completed | 3/4 [00:09<00:03, 3.72s/it]
Loading safetensors checkpoint shards: 100% Completed | 4/4 [00:14<00:00, 4.16s/it]
Loading safetensors checkpoint shards: 100% Completed | 4/4 [00:14<00:00, 3.68s/it]
(EngineCore_DP0 pid=36287)
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:51 [default_loader.py:308] Loading weights took 14.87 seconds
(EngineCore_DP0 pid=36287) INFO 12-09 21:18:53 [gpu_model_runner.py:3549] Model loading took 15.6116 GiB memory and 17.565601 seconds
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:02 [backends.py:655] Using cache directory: /root/.cache/vllm/torch_compile_cache/731dc1b1d0/rank_0_0/backbone for vLLM's torch.compile
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:02 [backends.py:715] Dynamo bytecode transform time: 9.12 s
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:03 [backends.py:257] Cache the graph for dynamic shape for later use
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:15 [backends.py:288] Compiling a graph for dynamic shape takes 11.61 s
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:17 [monitor.py:34] torch.compile takes 20.73 s in total
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:18 [gpu_worker.py:359] Available KV cache memory: 5.07 GiB
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:18 [kv_cache_utils.py:1286] GPU KV cache size: 55,360 tokens
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:18 [kv_cache_utils.py:1291] Maximum concurrency for 24,576 tokens per request: 2.25x
Capturing CUDA graphs (mixed prefill-decode, PIECEWISE): 100%|██████████| 19/19 [00:01<00:00, 14.65it/s]
Capturing CUDA graphs (decode, FULL): 100%|██████████| 11/11 [00:00<00:00, 14.90it/s]
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:21 [gpu_model_runner.py:4466] Graph capturing finished in 3 secs, took 0.39 GiB
(EngineCore_DP0 pid=36287) INFO 12-09 21:19:21 [core.py:254] init engine (profile, create kv cache, warmup model) took 28.22 seconds
(APIServer pid=35981) INFO 12-09 21:19:23 [api_server.py:1520] Supported tasks: ['generate']
(APIServer pid=35981) WARNING 12-09 21:19:23 [model.py:1576] Default sampling parameters have been overridden by the model's Hugging Face generation config recommended from the model creator. If this is not intended, please relaunch vLLM instance with `--generation-config vllm`.
(APIServer pid=35981) INFO 12-09 21:19:23 [serving_responses.py:194] Using default chat sampling params from model: {'repetition_penalty': 1.05, 'temperature': 0.7, 'top_k': 20, 'top_p': 0.8}
(APIServer pid=35981) INFO 12-09 21:19:23 [serving_chat.py:133] Using default chat sampling params from model: {'repetition_penalty': 1.05, 'temperature': 0.7, 'top_k': 20, 'top_p': 0.8}
(APIServer pid=35981) INFO 12-09 21:19:23 [serving_completion.py:73] Using default completion sampling params from model: {'repetition_penalty': 1.05, 'temperature': 0.7, 'top_k': 20, 'top_p': 0.8}
(APIServer pid=35981) INFO 12-09 21:19:23 [serving_chat.py:133] Using default chat sampling params from model: {'repetition_penalty': 1.05, 'temperature': 0.7, 'top_k': 20, 'top_p': 0.8}
(APIServer pid=35981) INFO 12-09 21:19:23 [api_server.py:1847] Starting vLLM API server 0 on http://127.0.0.1:8000
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:38] Available routes are:
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /openapi.json, Methods: HEAD, GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /docs, Methods: HEAD, GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /docs/oauth2-redirect, Methods: HEAD, GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /redoc, Methods: HEAD, GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /health, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /load, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /pause, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /resume, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /is_paused, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /tokenize, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /detokenize, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/models, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /version, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/responses, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/responses/{response_id}, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/responses/{response_id}/cancel, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/messages, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/chat/completions, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/completions, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/audio/transcriptions, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/audio/translations, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /scale_elastic_ep, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /is_scaling_elastic_ep, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /inference/v1/generate, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /ping, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /ping, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /invocations, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /metrics, Methods: GET
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /classify, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/embeddings, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /score, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/score, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /rerank, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v1/rerank, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /v2/rerank, Methods: POST
(APIServer pid=35981) INFO 12-09 21:19:23 [launcher.py:46] Route: /pooling, Methods: POST
(APIServer pid=35981) INFO: Started server process [35981]
(APIServer pid=35981) INFO: Waiting for application startup.
(APIServer pid=35981) INFO: Application startup complete.
(APIServer pid=35981) INFO: 127.0.0.1:39034 - "GET /v1/models HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:19:44 [loggers.py:236] Engine 000: Avg prompt throughput: 4.8 tokens/s, Avg generation throughput: 31.8 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.2%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:41162 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41180 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41162 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41180 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:19:54 [loggers.py:236] Engine 000: Avg prompt throughput: 133.8 tokens/s, Avg generation throughput: 218.7 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:41162 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41162 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41162 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:43864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41162 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:20:04 [loggers.py:236] Engine 000: Avg prompt throughput: 224.6 tokens/s, Avg generation throughput: 193.7 tokens/s, Running: 0 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:20:14 [loggers.py:236] Engine 000: Avg prompt throughput: 279.4 tokens/s, Avg generation throughput: 156.6 tokens/s, Running: 2 reqs, Waiting: 0 reqs, GPU KV cache usage: 1.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39476 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39476 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:20:24 [loggers.py:236] Engine 000: Avg prompt throughput: 217.3 tokens/s, Avg generation throughput: 214.7 tokens/s, Running: 3 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.4%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39476 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39476 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39476 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:20:34 [loggers.py:236] Engine 000: Avg prompt throughput: 374.5 tokens/s, Avg generation throughput: 205.9 tokens/s, Running: 2 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.1%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39476 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39472 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39546 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39554 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:20:44 [loggers.py:236] Engine 000: Avg prompt throughput: 343.4 tokens/s, Avg generation throughput: 233.6 tokens/s, Running: 7 reqs, Waiting: 0 reqs, GPU KV cache usage: 6.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39554 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39554 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:47310 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:20:54 [loggers.py:236] Engine 000: Avg prompt throughput: 278.0 tokens/s, Avg generation throughput: 169.7 tokens/s, Running: 0 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53850 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53890 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53916 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53916 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53890 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53916 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:21:04 [loggers.py:236] Engine 000: Avg prompt throughput: 295.0 tokens/s, Avg generation throughput: 308.5 tokens/s, Running: 5 reqs, Waiting: 0 reqs, GPU KV cache usage: 3.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53890 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53916 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41176 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:21:14 [loggers.py:236] Engine 000: Avg prompt throughput: 176.4 tokens/s, Avg generation throughput: 382.5 tokens/s, Running: 4 reqs, Waiting: 0 reqs, GPU KV cache usage: 3.5%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39548 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53890 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53916 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:21:24 [loggers.py:236] Engine 000: Avg prompt throughput: 284.7 tokens/s, Avg generation throughput: 176.0 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.6%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:53916 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53916 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:21:34 [loggers.py:236] Engine 000: Avg prompt throughput: 40.2 tokens/s, Avg generation throughput: 207.3 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.2%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:21:44 [loggers.py:236] Engine 000: Avg prompt throughput: 229.6 tokens/s, Avg generation throughput: 168.8 tokens/s, Running: 2 reqs, Waiting: 0 reqs, GPU KV cache usage: 1.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41516 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41516 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:44794 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:44794 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53864 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:21:54 [loggers.py:236] Engine 000: Avg prompt throughput: 219.1 tokens/s, Avg generation throughput: 344.7 tokens/s, Running: 3 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:41516 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:44794 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41516 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:44794 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:53902 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:22:04 [loggers.py:236] Engine 000: Avg prompt throughput: 156.4 tokens/s, Avg generation throughput: 179.5 tokens/s, Running: 0 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:53876 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:44794 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50828 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50828 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:22:14 [loggers.py:236] Engine 000: Avg prompt throughput: 70.6 tokens/s, Avg generation throughput: 18.1 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:50834 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50836 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45960 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50828 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50836 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45960 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50834 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50828 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:22:24 [loggers.py:236] Engine 000: Avg prompt throughput: 172.9 tokens/s, Avg generation throughput: 301.1 tokens/s, Running: 2 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.2%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:50836 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50834 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50834 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:22:34 [loggers.py:236] Engine 000: Avg prompt throughput: 73.3 tokens/s, Avg generation throughput: 134.8 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.4%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:50834 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33878 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33878 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33884 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33888 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:50834 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33888 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33888 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33888 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:45954 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33878 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:22:44 [loggers.py:236] Engine 000: Avg prompt throughput: 263.0 tokens/s, Avg generation throughput: 316.2 tokens/s, Running: 2 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO 12-09 21:22:54 [loggers.py:236] Engine 000: Avg prompt throughput: 0.0 tokens/s, Avg generation throughput: 21.5 tokens/s, Running: 0 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:23:04 [loggers.py:236] Engine 000: Avg prompt throughput: 428.2 tokens/s, Avg generation throughput: 306.3 tokens/s, Running: 9 reqs, Waiting: 0 reqs, GPU KV cache usage: 6.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:23:14 [loggers.py:236] Engine 000: Avg prompt throughput: 1212.1 tokens/s, Avg generation throughput: 758.4 tokens/s, Running: 17 reqs, Waiting: 0 reqs, GPU KV cache usage: 13.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:23:24 [loggers.py:236] Engine 000: Avg prompt throughput: 971.3 tokens/s, Avg generation throughput: 946.7 tokens/s, Running: 15 reqs, Waiting: 0 reqs, GPU KV cache usage: 10.2%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:23:34 [loggers.py:236] Engine 000: Avg prompt throughput: 645.3 tokens/s, Avg generation throughput: 960.7 tokens/s, Running: 12 reqs, Waiting: 0 reqs, GPU KV cache usage: 8.9%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:23:44 [loggers.py:236] Engine 000: Avg prompt throughput: 667.4 tokens/s, Avg generation throughput: 757.3 tokens/s, Running: 15 reqs, Waiting: 0 reqs, GPU KV cache usage: 11.7%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:23:54 [loggers.py:236] Engine 000: Avg prompt throughput: 931.7 tokens/s, Avg generation throughput: 987.9 tokens/s, Running: 8 reqs, Waiting: 0 reqs, GPU KV cache usage: 4.5%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39630 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34704 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:24:04 [loggers.py:236] Engine 000: Avg prompt throughput: 983.9 tokens/s, Avg generation throughput: 846.4 tokens/s, Running: 11 reqs, Waiting: 0 reqs, GPU KV cache usage: 6.6%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:24:14 [loggers.py:236] Engine 000: Avg prompt throughput: 480.2 tokens/s, Avg generation throughput: 747.9 tokens/s, Running: 10 reqs, Waiting: 0 reqs, GPU KV cache usage: 6.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42576 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:24:24 [loggers.py:236] Engine 000: Avg prompt throughput: 974.8 tokens/s, Avg generation throughput: 1112.9 tokens/s, Running: 18 reqs, Waiting: 0 reqs, GPU KV cache usage: 12.4%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42576 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42576 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:24:34 [loggers.py:236] Engine 000: Avg prompt throughput: 544.8 tokens/s, Avg generation throughput: 988.5 tokens/s, Running: 8 reqs, Waiting: 0 reqs, GPU KV cache usage: 5.9%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42576 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:24:44 [loggers.py:236] Engine 000: Avg prompt throughput: 950.1 tokens/s, Avg generation throughput: 724.1 tokens/s, Running: 10 reqs, Waiting: 0 reqs, GPU KV cache usage: 7.3%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34694 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42576 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39568 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39588 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:24:54 [loggers.py:236] Engine 000: Avg prompt throughput: 833.6 tokens/s, Avg generation throughput: 646.6 tokens/s, Running: 6 reqs, Waiting: 0 reqs, GPU KV cache usage: 1.6%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34594 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:25:04 [loggers.py:236] Engine 000: Avg prompt throughput: 575.4 tokens/s, Avg generation throughput: 711.7 tokens/s, Running: 12 reqs, Waiting: 0 reqs, GPU KV cache usage: 7.0%, Prefix cache hit rate: 0.0%
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:25:14 [loggers.py:236] Engine 000: Avg prompt throughput: 839.8 tokens/s, Avg generation throughput: 869.7 tokens/s, Running: 5 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.8%, Prefix cache hit rate: 0.1%
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:25:24 [loggers.py:236] Engine 000: Avg prompt throughput: 870.2 tokens/s, Avg generation throughput: 614.8 tokens/s, Running: 8 reqs, Waiting: 0 reqs, GPU KV cache usage: 3.9%, Prefix cache hit rate: 0.1%
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:25:34 [loggers.py:236] Engine 000: Avg prompt throughput: 832.2 tokens/s, Avg generation throughput: 776.0 tokens/s, Running: 15 reqs, Waiting: 0 reqs, GPU KV cache usage: 9.2%, Prefix cache hit rate: 0.1%
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:25:44 [loggers.py:236] Engine 000: Avg prompt throughput: 466.5 tokens/s, Avg generation throughput: 854.6 tokens/s, Running: 13 reqs, Waiting: 0 reqs, GPU KV cache usage: 8.9%, Prefix cache hit rate: 0.1%
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34680 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41262 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39614 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:25:54 [loggers.py:236] Engine 000: Avg prompt throughput: 1159.2 tokens/s, Avg generation throughput: 714.5 tokens/s, Running: 9 reqs, Waiting: 0 reqs, GPU KV cache usage: 6.0%, Prefix cache hit rate: 0.1%
(APIServer pid=35981) INFO: 127.0.0.1:42580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34618 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39604 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34632 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34650 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34692 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34648 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34664 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33474 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33482 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33494 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33530 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34624 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33482 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:48718 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:42586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33474 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:33514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:48720 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:48720 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:34602 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:41248 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO: 127.0.0.1:39578 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=35981) INFO 12-09 21:26:04 [loggers.py:236] Engine 000: Avg prompt throughput: 302.7 tokens/s, Avg generation throughput: 987.6 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 1.9%, Prefix cache hit rate: 0.1%