Files
amd-r9700-vllm-toolboxes/benchmarks/benchmark_results_nvidia-4090/meta-llama_Meta-Llama-3.1-8B-Instruct_tp1_server.log
T
2026-03-26 20:50:00 +08:00

112 KiB

WARNING 12-09 19:47:08 [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=5841) INFO 12-09 19:47:08 [api_server.py:1772] vLLM API server version 0.12.0
(APIServer pid=5841) INFO 12-09 19:47:08 [utils.py:253] non-default args: {'model_tag': 'meta-llama/Meta-Llama-3.1-8B-Instruct', 'host': '127.0.0.1', 'model': 'meta-llama/Meta-Llama-3.1-8B-Instruct', 'max_model_len': 31800, 'gpu_memory_utilization': 0.95, 'max_num_seqs': 64}
(APIServer pid=5841) INFO 12-09 19:47:17 [model.py:637] Resolved architecture: LlamaForCausalLM
(APIServer pid=5841) INFO 12-09 19:47:17 [model.py:1750] Using max model len 31800
(APIServer pid=5841) INFO 12-09 19:47:17 [scheduler.py:228] Chunked prefill is enabled with max_num_batched_tokens=2048.
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:26 [core.py:93] Initializing a V1 LLM engine (v0.12.0) with config: model='meta-llama/Meta-Llama-3.1-8B-Instruct', speculative_config=None, tokenizer='meta-llama/Meta-Llama-3.1-8B-Instruct', skip_tokenizer_init=False, tokenizer_mode=auto, revision=None, tokenizer_revision=None, trust_remote_code=False, dtype=torch.bfloat16, max_seq_len=31800, download_dir=None, load_format=auto, tensor_parallel_size=1, pipeline_parallel_size=1, data_parallel_size=1, disable_custom_all_reduce=False, quantization=None, 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=meta-llama/Meta-Llama-3.1-8B-Instruct, 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=6154) INFO 12-09 19:47:26 [parallel_state.py:1200] world_size=1 rank=0 local_rank=0 distributed_init_method=tcp://172.17.0.4:35389 backend=nccl
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:26 [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=6154) INFO 12-09 19:47:27 [gpu_model_runner.py:3467] Starting to load model meta-llama/Meta-Llama-3.1-8B-Instruct...
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:27 [cuda.py:411] Using FLASH_ATTN attention backend out of potential backends: ['FLASH_ATTN', 'FLASHINFER', 'TRITON_ATTN', 'FLEX_ATTENTION']
Loading safetensors checkpoint shards: 0% Completed | 0/4 [00:00<?, ?it/s]
Loading safetensors checkpoint shards: 25% Completed | 1/4 [00:00<00:00, 6.84it/s]
Loading safetensors checkpoint shards: 50% Completed | 2/4 [00:00<00:00, 2.89it/s]
Loading safetensors checkpoint shards: 75% Completed | 3/4 [00:01<00:00, 2.17it/s]
Loading safetensors checkpoint shards: 100% Completed | 4/4 [00:01<00:00, 1.96it/s]
Loading safetensors checkpoint shards: 100% Completed | 4/4 [00:01<00:00, 2.20it/s]
(EngineCore_DP0 pid=6154)
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:31 [default_loader.py:308] Loading weights took 1.97 seconds
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:31 [gpu_model_runner.py:3549] Model loading took 14.9889 GiB memory and 4.010046 seconds
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:36 [backends.py:655] Using cache directory: /root/.cache/vllm/torch_compile_cache/1f45c03c15/rank_0_0/backbone for vLLM's torch.compile
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:36 [backends.py:715] Dynamo bytecode transform time: 4.31 s
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:36 [backends.py:257] Cache the graph for dynamic shape for later use
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:45 [backends.py:288] Compiling a graph for dynamic shape takes 8.33 s
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:46 [monitor.py:34] torch.compile takes 12.63 s in total
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:47 [gpu_worker.py:359] Available KV cache memory: 6.93 GiB
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:47 [kv_cache_utils.py:1286] GPU KV cache size: 56,800 tokens
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:47 [kv_cache_utils.py:1291] Maximum concurrency for 31,800 tokens per request: 1.79x
Capturing CUDA graphs (mixed prefill-decode, PIECEWISE): 100%|██████████| 19/19 [00:00<00:00, 22.36it/s]
Capturing CUDA graphs (decode, FULL): 100%|██████████| 11/11 [00:00<00:00, 24.13it/s]
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:49 [gpu_model_runner.py:4466] Graph capturing finished in 2 secs, took 0.23 GiB
(EngineCore_DP0 pid=6154) INFO 12-09 19:47:49 [core.py:254] init engine (profile, create kv cache, warmup model) took 17.50 seconds
(APIServer pid=5841) INFO 12-09 19:47:51 [api_server.py:1520] Supported tasks: ['generate']
(APIServer pid=5841) WARNING 12-09 19:47:51 [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=5841) INFO 12-09 19:47:51 [serving_responses.py:194] Using default chat sampling params from model: {'temperature': 0.6, 'top_p': 0.9}
(APIServer pid=5841) INFO 12-09 19:47:52 [serving_chat.py:133] Using default chat sampling params from model: {'temperature': 0.6, 'top_p': 0.9}
(APIServer pid=5841) INFO 12-09 19:47:52 [serving_completion.py:73] Using default completion sampling params from model: {'temperature': 0.6, 'top_p': 0.9}
(APIServer pid=5841) INFO 12-09 19:47:52 [serving_chat.py:133] Using default chat sampling params from model: {'temperature': 0.6, 'top_p': 0.9}
(APIServer pid=5841) INFO 12-09 19:47:52 [api_server.py:1847] Starting vLLM API server 0 on http://127.0.0.1:8000
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:38] Available routes are:
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /openapi.json, Methods: GET, HEAD
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /docs, Methods: GET, HEAD
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /docs/oauth2-redirect, Methods: GET, HEAD
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /redoc, Methods: GET, HEAD
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /health, Methods: GET
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /load, Methods: GET
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /pause, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /resume, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /is_paused, Methods: GET
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /tokenize, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /detokenize, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /v1/models, Methods: GET
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /version, Methods: GET
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /v1/responses, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /v1/responses/{response_id}, Methods: GET
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /v1/responses/{response_id}/cancel, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /v1/messages, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /v1/chat/completions, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /v1/completions, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /v1/audio/transcriptions, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /v1/audio/translations, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /scale_elastic_ep, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /is_scaling_elastic_ep, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /inference/v1/generate, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /ping, Methods: GET
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /ping, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /invocations, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /metrics, Methods: GET
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /classify, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /v1/embeddings, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /score, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /v1/score, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /rerank, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /v1/rerank, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /v2/rerank, Methods: POST
(APIServer pid=5841) INFO 12-09 19:47:52 [launcher.py:46] Route: /pooling, Methods: POST
(APIServer pid=5841) INFO: Started server process [5841]
(APIServer pid=5841) INFO: Waiting for application startup.
(APIServer pid=5841) INFO: Application startup complete.
(APIServer pid=5841) INFO: 127.0.0.1:53660 - "GET /v1/models HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48966 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:48:13 [loggers.py:236] Engine 000: Avg prompt throughput: 1.3 tokens/s, Avg generation throughput: 9.0 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.2%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:48966 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48982 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48966 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60284 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60290 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60308 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60308 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:48:23 [loggers.py:236] Engine 000: Avg prompt throughput: 116.0 tokens/s, Avg generation throughput: 136.6 tokens/s, Running: 2 reqs, Waiting: 0 reqs, GPU KV cache usage: 1.3%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:48966 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60284 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60308 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48966 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60284 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48982 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48966 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51978 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51994 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:48:33 [loggers.py:236] Engine 000: Avg prompt throughput: 201.8 tokens/s, Avg generation throughput: 185.4 tokens/s, Running: 4 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.6%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:51978 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48982 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60284 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48982 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51978 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:48:43 [loggers.py:236] Engine 000: Avg prompt throughput: 120.6 tokens/s, Avg generation throughput: 133.7 tokens/s, Running: 3 reqs, Waiting: 0 reqs, GPU KV cache usage: 1.8%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40682 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51978 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48982 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48982 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51978 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60284 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:48:53 [loggers.py:236] Engine 000: Avg prompt throughput: 214.5 tokens/s, Avg generation throughput: 202.3 tokens/s, Running: 4 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.2%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48982 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51978 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51978 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36712 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:49:03 [loggers.py:236] Engine 000: Avg prompt throughput: 336.5 tokens/s, Avg generation throughput: 191.0 tokens/s, Running: 5 reqs, Waiting: 0 reqs, GPU KV cache usage: 4.3%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60284 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51978 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48982 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36718 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48982 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48982 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36712 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51978 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36718 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:49:13 [loggers.py:236] Engine 000: Avg prompt throughput: 344.9 tokens/s, Avg generation throughput: 213.7 tokens/s, Running: 5 reqs, Waiting: 0 reqs, GPU KV cache usage: 3.7%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:48982 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60284 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36712 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48982 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60284 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48982 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:48982 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51978 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51978 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:39494 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:49:23 [loggers.py:236] Engine 000: Avg prompt throughput: 336.1 tokens/s, Avg generation throughput: 278.4 tokens/s, Running: 3 reqs, Waiting: 0 reqs, GPU KV cache usage: 4.1%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:39494 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36712 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36718 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36718 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33298 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33312 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33312 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36718 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33328 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:49:33 [loggers.py:236] Engine 000: Avg prompt throughput: 307.9 tokens/s, Avg generation throughput: 131.7 tokens/s, Running: 6 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.8%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36712 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33342 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33342 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33358 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33312 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33342 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36712 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36718 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33342 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33358 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33328 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:49:43 [loggers.py:236] Engine 000: Avg prompt throughput: 185.0 tokens/s, Avg generation throughput: 344.6 tokens/s, Running: 5 reqs, Waiting: 0 reqs, GPU KV cache usage: 2.8%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:36718 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33298 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33342 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33312 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33298 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36712 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33328 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:49:53 [loggers.py:236] Engine 000: Avg prompt throughput: 305.0 tokens/s, Avg generation throughput: 365.2 tokens/s, Running: 3 reqs, Waiting: 0 reqs, GPU KV cache usage: 3.1%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:33358 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60300 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33328 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33342 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33312 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60776 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60784 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33342 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:50:03 [loggers.py:236] Engine 000: Avg prompt throughput: 130.1 tokens/s, Avg generation throughput: 134.9 tokens/s, Running: 4 reqs, Waiting: 0 reqs, GPU KV cache usage: 1.0%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:33312 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33342 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33342 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33342 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33312 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60784 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:50:13 [loggers.py:236] Engine 000: Avg prompt throughput: 108.2 tokens/s, Avg generation throughput: 206.7 tokens/s, Running: 3 reqs, Waiting: 0 reqs, GPU KV cache usage: 1.2%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:60776 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60784 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33342 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33312 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33780 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60776 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60776 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33312 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33786 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60776 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33312 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33342 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:50:23 [loggers.py:236] Engine 000: Avg prompt throughput: 315.5 tokens/s, Avg generation throughput: 237.9 tokens/s, Running: 6 reqs, Waiting: 0 reqs, GPU KV cache usage: 4.8%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33342 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60784 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33312 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:40678 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60784 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60776 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:50:33 [loggers.py:236] Engine 000: Avg prompt throughput: 120.9 tokens/s, Avg generation throughput: 264.7 tokens/s, Running: 5 reqs, Waiting: 0 reqs, GPU KV cache usage: 3.9%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:33780 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60784 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33312 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:33786 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60776 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:50:43 [loggers.py:236] Engine 000: Avg prompt throughput: 87.6 tokens/s, Avg generation throughput: 167.8 tokens/s, Running: 1 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.5%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:60776 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55108 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60776 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49388 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49388 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55108 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60776 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49388 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:50:53 [loggers.py:236] Engine 000: Avg prompt throughput: 139.1 tokens/s, Avg generation throughput: 78.8 tokens/s, Running: 3 reqs, Waiting: 0 reqs, GPU KV cache usage: 1.0%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:49400 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49400 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49410 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49424 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49432 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49388 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49410 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49424 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:51:03 [loggers.py:236] Engine 000: Avg prompt throughput: 141.0 tokens/s, Avg generation throughput: 245.8 tokens/s, Running: 3 reqs, Waiting: 0 reqs, GPU KV cache usage: 3.2%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:49400 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49410 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:60776 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49410 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49388 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49400 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49388 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49410 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51092 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51092 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51098 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:51114 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49400 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:51:13 [loggers.py:236] Engine 000: Avg prompt throughput: 265.2 tokens/s, Avg generation throughput: 251.7 tokens/s, Running: 4 reqs, Waiting: 0 reqs, GPU KV cache usage: 3.7%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:49410 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:49424 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:51:23 [loggers.py:236] Engine 000: Avg prompt throughput: 8.1 tokens/s, Avg generation throughput: 122.1 tokens/s, Running: 0 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.0%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO 12-09 19:51:33 [loggers.py:236] Engine 000: Avg prompt throughput: 0.0 tokens/s, Avg generation throughput: 0.0 tokens/s, Running: 0 reqs, Waiting: 0 reqs, GPU KV cache usage: 0.0%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54402 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:51:43 [loggers.py:236] Engine 000: Avg prompt throughput: 217.3 tokens/s, Avg generation throughput: 137.6 tokens/s, Running: 8 reqs, Waiting: 0 reqs, GPU KV cache usage: 3.8%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36416 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36442 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36442 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36468 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36468 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36416 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36492 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:51:53 [loggers.py:236] Engine 000: Avg prompt throughput: 977.2 tokens/s, Avg generation throughput: 661.5 tokens/s, Running: 16 reqs, Waiting: 0 reqs, GPU KV cache usage: 12.6%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:36442 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36442 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36442 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54402 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36416 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54402 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36492 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36416 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54402 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36468 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36442 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:52:03 [loggers.py:236] Engine 000: Avg prompt throughput: 1114.3 tokens/s, Avg generation throughput: 877.3 tokens/s, Running: 18 reqs, Waiting: 0 reqs, GPU KV cache usage: 10.8%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36492 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54402 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36492 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54402 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36416 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36442 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36442 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36468 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:52:13 [loggers.py:236] Engine 000: Avg prompt throughput: 831.4 tokens/s, Avg generation throughput: 973.6 tokens/s, Running: 21 reqs, Waiting: 0 reqs, GPU KV cache usage: 12.8%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:36492 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36442 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36416 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36468 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54402 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36442 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36492 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36468 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36416 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36442 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:52:23 [loggers.py:236] Engine 000: Avg prompt throughput: 635.7 tokens/s, Avg generation throughput: 747.1 tokens/s, Running: 17 reqs, Waiting: 0 reqs, GPU KV cache usage: 10.9%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54402 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36492 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36468 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54402 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59950 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36416 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:52:33 [loggers.py:236] Engine 000: Avg prompt throughput: 844.7 tokens/s, Avg generation throughput: 1004.9 tokens/s, Running: 24 reqs, Waiting: 0 reqs, GPU KV cache usage: 19.0%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:36492 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36468 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36442 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36416 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54402 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59950 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36442 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36492 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54402 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:52:43 [loggers.py:236] Engine 000: Avg prompt throughput: 944.3 tokens/s, Avg generation throughput: 848.3 tokens/s, Running: 16 reqs, Waiting: 0 reqs, GPU KV cache usage: 9.0%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36442 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54402 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59950 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36468 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36492 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:52:53 [loggers.py:236] Engine 000: Avg prompt throughput: 619.9 tokens/s, Avg generation throughput: 750.1 tokens/s, Running: 17 reqs, Waiting: 0 reqs, GPU KV cache usage: 8.1%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36468 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54402 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59950 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59950 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36492 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56550 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36492 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:53:03 [loggers.py:236] Engine 000: Avg prompt throughput: 928.2 tokens/s, Avg generation throughput: 1043.3 tokens/s, Running: 30 reqs, Waiting: 0 reqs, GPU KV cache usage: 16.3%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:56564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36492 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36468 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56550 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54402 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:53:13 [loggers.py:236] Engine 000: Avg prompt throughput: 443.1 tokens/s, Avg generation throughput: 1046.1 tokens/s, Running: 15 reqs, Waiting: 0 reqs, GPU KV cache usage: 9.2%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56550 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36522 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59950 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54344 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:53:23 [loggers.py:236] Engine 000: Avg prompt throughput: 858.5 tokens/s, Avg generation throughput: 751.1 tokens/s, Running: 15 reqs, Waiting: 0 reqs, GPU KV cache usage: 7.9%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:56550 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54376 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36456 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56582 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56564 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54356 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36498 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54460 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:53:33 [loggers.py:236] Engine 000: Avg prompt throughput: 868.4 tokens/s, Avg generation throughput: 629.7 tokens/s, Running: 11 reqs, Waiting: 0 reqs, GPU KV cache usage: 7.8%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:56536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56550 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:53:43 [loggers.py:236] Engine 000: Avg prompt throughput: 473.6 tokens/s, Avg generation throughput: 670.5 tokens/s, Running: 8 reqs, Waiting: 0 reqs, GPU KV cache usage: 3.2%, Prefix cache hit rate: 0.0%
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58170 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56550 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56550 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58170 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58170 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:53:53 [loggers.py:236] Engine 000: Avg prompt throughput: 941.3 tokens/s, Avg generation throughput: 888.6 tokens/s, Running: 21 reqs, Waiting: 0 reqs, GPU KV cache usage: 11.6%, Prefix cache hit rate: 0.1%
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58170 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56550 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58170 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56550 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58170 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:54:03 [loggers.py:236] Engine 000: Avg prompt throughput: 733.6 tokens/s, Avg generation throughput: 760.7 tokens/s, Running: 11 reqs, Waiting: 0 reqs, GPU KV cache usage: 8.4%, Prefix cache hit rate: 0.1%
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58170 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58170 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:54:13 [loggers.py:236] Engine 000: Avg prompt throughput: 873.6 tokens/s, Avg generation throughput: 619.1 tokens/s, Running: 17 reqs, Waiting: 0 reqs, GPU KV cache usage: 8.6%, Prefix cache hit rate: 0.1%
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58170 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56550 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56550 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:54:23 [loggers.py:236] Engine 000: Avg prompt throughput: 655.6 tokens/s, Avg generation throughput: 775.5 tokens/s, Running: 17 reqs, Waiting: 0 reqs, GPU KV cache usage: 10.0%, Prefix cache hit rate: 0.1%
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58170 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56550 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36514 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55034 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54430 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:54:33 [loggers.py:236] Engine 000: Avg prompt throughput: 924.2 tokens/s, Avg generation throughput: 893.3 tokens/s, Running: 16 reqs, Waiting: 0 reqs, GPU KV cache usage: 9.1%, Prefix cache hit rate: 0.1%
(APIServer pid=5841) INFO: 127.0.0.1:59934 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36478 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36466 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58154 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56550 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58170 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:55038 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:58170 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56580 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36536 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36426 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54446 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54418 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54386 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56586 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36452 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:36524 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:54364 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56556 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO: 127.0.0.1:56534 - "POST /v1/completions HTTP/1.1" 200 OK
(APIServer pid=5841) INFO 12-09 19:54:43 [loggers.py:236] Engine 000: Avg prompt throughput: 695.3 tokens/s, Avg generation throughput: 873.1 tokens/s, Running: 13 reqs, Waiting: 0 reqs, GPU KV cache usage: 11.8%, Prefix cache hit rate: 0.1%
[rank0]:[W1209 19:55:24.307666701 ProcessGroupNCCL.cpp:1524] Warning: WARNING: destroy_process_group() was not called before program exit, which can leak resources. For more info, please see https://pytorch.org/docs/stable/distributed.html#shutdown (function operator())