Instructions to use AesSedai/Step-3.5-Flash-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use AesSedai/Step-3.5-Flash-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="AesSedai/Step-3.5-Flash-GGUF", filename="IQ2_S/Step-3.5-Flash-IQ2_S-00001-of-00003.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use AesSedai/Step-3.5-Flash-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf AesSedai/Step-3.5-Flash-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf AesSedai/Step-3.5-Flash-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf AesSedai/Step-3.5-Flash-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf AesSedai/Step-3.5-Flash-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf AesSedai/Step-3.5-Flash-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf AesSedai/Step-3.5-Flash-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf AesSedai/Step-3.5-Flash-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf AesSedai/Step-3.5-Flash-GGUF:Q4_K_M
Use Docker
docker model run hf.co/AesSedai/Step-3.5-Flash-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use AesSedai/Step-3.5-Flash-GGUF with Ollama:
ollama run hf.co/AesSedai/Step-3.5-Flash-GGUF:Q4_K_M
- Unsloth Studio
How to use AesSedai/Step-3.5-Flash-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for AesSedai/Step-3.5-Flash-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for AesSedai/Step-3.5-Flash-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for AesSedai/Step-3.5-Flash-GGUF to start chatting
- Pi
How to use AesSedai/Step-3.5-Flash-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf AesSedai/Step-3.5-Flash-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "AesSedai/Step-3.5-Flash-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use AesSedai/Step-3.5-Flash-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf AesSedai/Step-3.5-Flash-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default AesSedai/Step-3.5-Flash-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use AesSedai/Step-3.5-Flash-GGUF with Docker Model Runner:
docker model run hf.co/AesSedai/Step-3.5-Flash-GGUF:Q4_K_M
- Lemonade
How to use AesSedai/Step-3.5-Flash-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull AesSedai/Step-3.5-Flash-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Step-3.5-Flash-GGUF-Q4_K_M
List all available models
lemonade list
Step-3.5-Flash-Q8_0 (aes_sedai)
/home/jarvis/development/llama.cpp/build/bin/llama-perplexity --threads 48 --flash-attn on -lv 4 --file /mnt/srv/host/resources/KLD/wiki.test.raw --kl-divergence-base /mnt/srv/snowdrift/ref-logits/Step-3.5-Flash-BF16-512ctx-wiki.test.raw.bin --kl-divergence --batch-size 8192 --ubatch-size 8192 --model /mnt/srv/snowdrift/gguf/Step-3.5-Flash-GGUF/aes_sedai/Step-3.5-Flash-Q8_0.gguf
0.00.452.158 I common_init_result: fitting params to device memory ...
0.00.452.165 I common_init_result: (for bugs during this step try to reproduce them with -fit off, or provide --verbose logs if the bug only occurs with -fit on)
0.00.452.175 I common_params_fit_impl: getting device memory data for initial parameters:
0.01.235.864 I common_memory_breakdown_print: | memory breakdown [MiB] | total free self model context compute unaccounted |
0.01.235.874 I common_memory_breakdown_print: | - CUDA0 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (22867 = 19570 + 224 + 3073) + -22305 |
0.01.235.874 I common_memory_breakdown_print: | - CUDA1 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (32037 = 28259 + 192 + 3585) + -31474 |
0.01.235.874 I common_memory_breakdown_print: | - CUDA2 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (32071 = 28294 + 192 + 3585) + -31509 |
0.01.235.875 I common_memory_breakdown_print: | - CUDA3 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (32037 = 28259 + 192 + 3585) + -31474 |
0.01.235.875 I common_memory_breakdown_print: | - CUDA4 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (32071 = 28294 + 192 + 3585) + -31509 |
0.01.235.875 I common_memory_breakdown_print: | - CUDA5 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (32037 = 28259 + 192 + 3585) + -31474 |
0.01.235.875 I common_memory_breakdown_print: | - CUDA6 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (32071 = 28294 + 192 + 3585) + -31509 |
0.01.235.875 I common_memory_breakdown_print: | - CUDA7 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 96687 + (17937 = 12404 + 160 + 5373) + -17375 |
0.01.235.876 I common_memory_breakdown_print: | - Host | 856 = 534 + 0 + 321 |
0.01.257.205 I common_params_fit_impl: projected memory use with initial parameters [MiB]:
0.01.257.217 I common_params_fit_impl: - CUDA0 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 22867 used, 73819 free vs. target of 1024
0.01.257.217 I common_params_fit_impl: - CUDA1 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 32037 used, 64650 free vs. target of 1024
0.01.257.218 I common_params_fit_impl: - CUDA2 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 32071 used, 64616 free vs. target of 1024
0.01.257.218 I common_params_fit_impl: - CUDA3 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 32037 used, 64650 free vs. target of 1024
0.01.257.218 I common_params_fit_impl: - CUDA4 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 32071 used, 64616 free vs. target of 1024
0.01.257.219 I common_params_fit_impl: - CUDA5 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 32037 used, 64650 free vs. target of 1024
0.01.257.219 I common_params_fit_impl: - CUDA6 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 32071 used, 64616 free vs. target of 1024
0.01.257.220 I common_params_fit_impl: - CUDA7 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition): 97250 total, 17937 used, 78750 free vs. target of 1024
0.01.257.220 I common_params_fit_impl: projected to use 233130 MiB of device memory vs. 773503 MiB of free device memory
0.01.257.220 I common_params_fit_impl: targets for free memory can be met on all devices, no changes needed
0.01.257.221 I common_fit_params: successfully fit params to free device memory
0.01.257.224 I common_fit_params: fitting params to free memory took 0.81 seconds
0.01.277.574 I llama_model_loader: loaded meta data with 48 key-value pairs and 805 tensors from /mnt/srv/snowdrift/gguf/Step-3.5-Flash-GGUF/aes_sedai/Step-3.5-Flash-Q8_0.gguf (version GGUF V3 (latest))
0.01.277.595 I llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
0.01.277.599 I llama_model_loader: - kv 0: general.architecture str = step35
0.01.277.600 I llama_model_loader: - kv 1: general.type str = model
0.01.277.600 I llama_model_loader: - kv 2: general.name str = Step 3.5 Flash
0.01.277.600 I llama_model_loader: - kv 3: general.size_label str = 288x10B
0.01.277.601 I llama_model_loader: - kv 4: general.license str = apache-2.0
0.01.277.602 I llama_model_loader: - kv 5: general.base_model.count u32 = 1
0.01.277.602 I llama_model_loader: - kv 6: general.base_model.0.name str = Step 3.5 Flash
0.01.277.603 I llama_model_loader: - kv 7: general.base_model.0.organization str = Stepfun Ai
0.01.277.604 I llama_model_loader: - kv 8: general.base_model.0.repo_url str = https://huggingface.co/stepfun-ai/ste...
0.01.277.604 I llama_model_loader: - kv 9: step35.block_count u32 = 48
0.01.277.605 I llama_model_loader: - kv 10: step35.context_length u32 = 262144
0.01.277.605 I llama_model_loader: - kv 11: step35.embedding_length u32 = 4096
0.01.277.606 I llama_model_loader: - kv 12: step35.feed_forward_length u32 = 11264
0.01.277.616 I llama_model_loader: - kv 13: step35.attention.head_count arr[i32,48] = [64, 96, 96, 96, 64, 96, 96, 96, 64, ...
0.01.277.620 I llama_model_loader: - kv 14: step35.rope.freq_base f32 = 5000000.000000
0.01.277.620 I llama_model_loader: - kv 15: step35.rope.freq_base_swa f32 = 10000.000000
0.01.277.621 I llama_model_loader: - kv 16: step35.expert_gating_func u32 = 2
0.01.277.621 I llama_model_loader: - kv 17: step35.attention.key_length u32 = 128
0.01.277.621 I llama_model_loader: - kv 18: step35.attention.value_length u32 = 128
0.01.277.623 I llama_model_loader: - kv 19: step35.attention.head_count_kv arr[i32,48] = [8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, ...
0.01.277.624 I llama_model_loader: - kv 20: step35.attention.sliding_window u32 = 512
0.01.277.627 I llama_model_loader: - kv 21: step35.attention.sliding_window_pattern arr[bool,48] = [false, true, true, true, false, true...
0.01.277.627 I llama_model_loader: - kv 22: step35.expert_count u32 = 288
0.01.277.628 I llama_model_loader: - kv 23: step35.expert_used_count u32 = 8
0.01.277.628 I llama_model_loader: - kv 24: step35.expert_feed_forward_length u32 = 1280
0.01.277.630 I llama_model_loader: - kv 25: step35.expert_shared_feed_forward_length u32 = 1280
0.01.277.631 I llama_model_loader: - kv 26: step35.expert_weights_scale f32 = 3.000000
0.01.277.632 I llama_model_loader: - kv 27: step35.expert_weights_norm bool = true
0.01.277.633 I llama_model_loader: - kv 28: step35.leading_dense_block_count u32 = 3
0.01.277.633 I llama_model_loader: - kv 29: step35.moe_every_n_layers u32 = 1
0.01.277.635 I llama_model_loader: - kv 30: step35.attention.layer_norm_rms_epsilon f32 = 0.000010
0.01.277.639 I llama_model_loader: - kv 31: step35.swiglu_clamp_exp arr[f32,48] = [0.000000, 0.000000, 0.000000, 0.0000...
0.01.277.644 I llama_model_loader: - kv 32: step35.swiglu_clamp_shexp arr[f32,48] = [0.000000, 0.000000, 0.000000, 0.0000...
0.01.277.644 I llama_model_loader: - kv 33: step35.nextn_predict_layers u32 = 3
0.01.277.645 I llama_model_loader: - kv 34: tokenizer.ggml.model str = gpt2
0.01.277.646 I llama_model_loader: - kv 35: tokenizer.ggml.pre str = deepseek-v3
0.01.285.100 I llama_model_loader: - kv 36: tokenizer.ggml.tokens arr[str,128896] = ["<|begin▁of▁sentence|>", "<�...
0.01.286.938 I llama_model_loader: - kv 37: tokenizer.ggml.token_type arr[i32,128896] = [3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
0.01.293.690 I llama_model_loader: - kv 38: tokenizer.ggml.merges arr[str,127741] = ["Ġ t", "Ġ a", "i n", "Ġ Ġ", "h e...
0.01.293.698 I llama_model_loader: - kv 39: tokenizer.ggml.bos_token_id u32 = 0
0.01.293.699 I llama_model_loader: - kv 40: tokenizer.ggml.eos_token_id u32 = 128007
0.01.293.700 I llama_model_loader: - kv 41: tokenizer.ggml.padding_token_id u32 = 1
0.01.293.701 I llama_model_loader: - kv 42: tokenizer.ggml.add_bos_token bool = true
0.01.293.701 I llama_model_loader: - kv 43: tokenizer.ggml.add_sep_token bool = false
0.01.293.701 I llama_model_loader: - kv 44: tokenizer.ggml.add_eos_token bool = false
0.01.293.703 I llama_model_loader: - kv 45: tokenizer.chat_template str = {% macro render_content(content) %}{%...
0.01.293.704 I llama_model_loader: - kv 46: general.quantization_version u32 = 2
0.01.293.704 I llama_model_loader: - kv 47: general.file_type u32 = 7
0.01.293.705 I llama_model_loader: - type f32: 287 tensors
0.01.293.705 I llama_model_loader: - type q8_0: 518 tensors
0.01.293.706 I print_info: file format = GGUF V3 (latest)
0.01.293.707 I print_info: file type = Q8_0
0.01.293.709 I print_info: file size = 197.43 GiB (8.51 BPW)
0.01.294.040 I llama_prepare_model_devices: using device CUDA0 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:01:00.0) - 96687 MiB free
0.01.294.062 I llama_prepare_model_devices: using device CUDA1 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:02:00.0) - 96687 MiB free
0.01.294.069 I llama_prepare_model_devices: using device CUDA2 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:03:00.0) - 96687 MiB free
0.01.294.075 I llama_prepare_model_devices: using device CUDA3 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:04:00.0) - 96687 MiB free
0.01.294.081 I llama_prepare_model_devices: using device CUDA4 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:05:00.0) - 96687 MiB free
0.01.294.088 I llama_prepare_model_devices: using device CUDA5 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:06:00.0) - 96687 MiB free
0.01.294.095 I llama_prepare_model_devices: using device CUDA6 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:07:00.0) - 96687 MiB free
0.01.294.101 I llama_prepare_model_devices: using device CUDA7 (NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition) (0000:08:00.0) - 96687 MiB free
0.01.331.421 I load: 0 unused tokens
0.01.339.464 I load: printing all EOG tokens:
0.01.339.471 I load: - 1 ('<|end▁of▁sentence|>')
0.01.339.471 I load: - 128007 ('<|im_end|>')
0.01.339.542 I load: special tokens cache size = 818
0.01.361.393 I load: token to piece cache size = 0.8220 MB
0.01.361.407 I print_info: arch = step35
0.01.361.408 I print_info: vocab_only = 0
0.01.361.408 I print_info: no_alloc = 0
0.01.361.409 I print_info: n_ctx_train = 262144
0.01.361.409 I print_info: n_embd = 4096
0.01.361.409 I print_info: n_embd_inp = 4096
0.01.361.410 I print_info: n_layer = 48
0.01.361.417 I print_info: n_head = [64, 96, 96, 96, 64, 96, 96, 96, 64, 96, 96, 96, 64, 96, 96, 96, 64, 96, 96, 96, 64, 96, 96, 96, 64, 96, 96, 96, 64, 96, 96, 96, 64, 96, 96, 96, 64, 96, 96, 96, 64, 96, 96, 96, 64, 96, 96, 96]
0.01.361.418 I print_info: n_head_kv = 8
0.01.361.418 I print_info: n_rot = 64
0.01.361.418 I print_info: n_swa = 512
0.01.361.419 I print_info: is_swa_any = 1
0.01.361.419 I print_info: n_embd_head_k = 128
0.01.361.419 I print_info: n_embd_head_v = 128
0.01.361.421 I print_info: n_gqa = [8, 12, 12, 12, 8, 12, 12, 12, 8, 12, 12, 12, 8, 12, 12, 12, 8, 12, 12, 12, 8, 12, 12, 12, 8, 12, 12, 12, 8, 12, 12, 12, 8, 12, 12, 12, 8, 12, 12, 12, 8, 12, 12, 12, 8, 12, 12, 12]
0.01.361.422 I print_info: n_embd_k_gqa = 1024
0.01.361.423 I print_info: n_embd_v_gqa = 1024
0.01.361.424 I print_info: f_norm_eps = 0.0e+00
0.01.361.424 I print_info: f_norm_rms_eps = 1.0e-05
0.01.361.425 I print_info: f_clamp_kqv = 0.0e+00
0.01.361.425 I print_info: f_max_alibi_bias = 0.0e+00
0.01.361.425 I print_info: f_logit_scale = 0.0e+00
0.01.361.425 I print_info: f_attn_scale = 0.0e+00
0.01.361.426 I print_info: f_attn_value_scale = 0.0000
0.01.361.427 I print_info: n_ff = 11264
0.01.361.427 I print_info: n_expert = 288
0.01.361.427 I print_info: n_expert_used = 8
0.01.361.427 I print_info: n_expert_groups = 0
0.01.361.427 I print_info: n_group_used = 0
0.01.361.427 I print_info: causal attn = 1
0.01.361.427 I print_info: pooling type = -1
0.01.361.427 I print_info: rope type = 2
0.01.361.428 I print_info: rope scaling = linear
0.01.361.429 I print_info: freq_base_train = 5000000.0
0.01.361.429 I print_info: freq_scale_train = 1
0.01.361.429 I print_info: freq_base_swa = 10000.0
0.01.361.430 I print_info: freq_scale_swa = 1
0.01.361.430 I print_info: n_embd_head_k_swa = 128
0.01.361.430 I print_info: n_embd_head_v_swa = 128
0.01.361.430 I print_info: n_rot_swa = 128
0.01.361.430 I print_info: n_ctx_orig_yarn = 262144
0.01.361.430 I print_info: rope_yarn_log_mul = 0.0000
0.01.361.431 I print_info: rope_finetuned = unknown
0.01.361.432 I print_info: model type = 196B.A11B
0.01.361.434 I print_info: model params = 199.38 B
0.01.361.434 I print_info: general.name = Step 3.5 Flash
0.01.361.435 I print_info: vocab type = BPE
0.01.361.435 I print_info: n_vocab = 128896
0.01.361.436 I print_info: n_merges = 127741
0.01.361.436 I print_info: BOS token = 0 '<|begin▁of▁sentence|>'
0.01.361.436 I print_info: EOS token = 128007 '<|im_end|>'
0.01.361.436 I print_info: EOT token = 128007 '<|im_end|>'
0.01.361.436 I print_info: PAD token = 1 '<|end▁of▁sentence|>'
0.01.361.437 I print_info: LF token = 201 'Ċ'
0.01.361.437 I print_info: FIM PRE token = 128801 '<|fim▁begin|>'
0.01.361.437 I print_info: FIM SUF token = 128800 '<|fim▁hole|>'
0.01.361.437 I print_info: FIM MID token = 128802 '<|fim▁end|>'
0.01.361.437 I print_info: EOG token = 1 '<|end▁of▁sentence|>'
0.01.361.437 I print_info: EOG token = 128007 '<|im_end|>'
0.01.361.438 I print_info: max token length = 256
0.01.361.438 I load_tensors: loading model tensors, this can take a while... (mmap = true, direct_io = false)
1.15.586.023 I load_tensors: offloading output layer to GPU
1.15.586.031 I load_tensors: offloading 47 repeating layers to GPU
1.15.586.031 I load_tensors: offloaded 49/49 layers to GPU
1.15.586.037 I load_tensors: CPU_Mapped model buffer size = 534.97 MiB
1.15.586.037 I load_tensors: CUDA0 model buffer size = 19570.76 MiB
1.15.586.038 I load_tensors: CUDA1 model buffer size = 28259.95 MiB
1.15.586.038 I load_tensors: CUDA2 model buffer size = 28294.09 MiB
1.15.586.038 I load_tensors: CUDA3 model buffer size = 28259.95 MiB
1.15.586.039 I load_tensors: CUDA4 model buffer size = 28294.09 MiB
1.15.586.039 I load_tensors: CUDA5 model buffer size = 28259.95 MiB
1.15.586.039 I load_tensors: CUDA6 model buffer size = 28294.09 MiB
1.15.586.039 I load_tensors: CUDA7 model buffer size = 12404.18 MiB
....................................................................................................
1.33.340.448 I common_init_result: added <|end▁of▁sentence|> logit bias = -inf
1.33.340.945 I common_init_result: added <|im_end|> logit bias = -inf
1.33.341.180 I llama_context: constructing llama_context
1.33.341.187 I llama_context: n_seq_max = 16
1.33.341.187 I llama_context: n_ctx = 8192
1.33.341.187 I llama_context: n_ctx_seq = 512
1.33.341.187 I llama_context: n_batch = 8192
1.33.341.187 I llama_context: n_ubatch = 8192
1.33.341.188 I llama_context: causal_attn = 1
1.33.341.188 I llama_context: flash_attn = enabled
1.33.341.188 I llama_context: kv_unified = false
1.33.341.192 I llama_context: freq_base = 5000000.0
1.33.341.192 I llama_context: freq_scale = 1
1.33.341.193 I llama_context: n_rs_seq = 0
1.33.341.193 I llama_context: n_outputs_max = 8192
1.33.341.193 W llama_context: n_ctx_seq (512) < n_ctx_train (262144) -- the full capacity of the model will not be utilized
1.33.344.411 I llama_context: CUDA_Host output buffer size = 7.87 MiB
1.33.344.420 I llama_kv_cache_iswa: creating non-SWA KV cache, size = 512 cells
1.33.344.732 I llama_kv_cache: CUDA0 KV buffer size = 64.00 MiB
1.33.344.964 I llama_kv_cache: CUDA1 KV buffer size = 64.00 MiB
1.33.345.169 I llama_kv_cache: CUDA2 KV buffer size = 32.00 MiB
1.33.345.366 I llama_kv_cache: CUDA3 KV buffer size = 64.00 MiB
1.33.345.581 I llama_kv_cache: CUDA4 KV buffer size = 32.00 MiB
1.33.345.793 I llama_kv_cache: CUDA5 KV buffer size = 64.00 MiB
1.33.346.000 I llama_kv_cache: CUDA6 KV buffer size = 32.00 MiB
1.33.346.195 I llama_kv_cache: CUDA7 KV buffer size = 32.00 MiB
1.33.346.231 I llama_kv_cache: size = 384.00 MiB ( 512 cells, 12 layers, 16/16 seqs), K (f16): 192.00 MiB, V (f16): 192.00 MiB
1.33.346.236 I llama_kv_cache: attn_rot_k = 0, n_embd_head_k_all = 128
1.33.346.237 I llama_kv_cache: attn_rot_v = 0, n_embd_head_k_all = 128
1.33.346.238 I llama_kv_cache_iswa: creating SWA KV cache, size = 512 cells
1.33.346.560 I llama_kv_cache: CUDA0 KV buffer size = 160.00 MiB
1.33.346.866 I llama_kv_cache: CUDA1 KV buffer size = 128.00 MiB
1.33.347.109 I llama_kv_cache: CUDA2 KV buffer size = 160.00 MiB
1.33.347.367 I llama_kv_cache: CUDA3 KV buffer size = 128.00 MiB
1.33.347.611 I llama_kv_cache: CUDA4 KV buffer size = 160.00 MiB
1.33.352.353 I llama_kv_cache: CUDA5 KV buffer size = 128.00 MiB
1.33.352.612 I llama_kv_cache: CUDA6 KV buffer size = 160.00 MiB
1.33.352.901 I llama_kv_cache: CUDA7 KV buffer size = 128.00 MiB
1.33.352.983 I llama_kv_cache: size = 1152.00 MiB ( 512 cells, 36 layers, 16/16 seqs), K (f16): 576.00 MiB, V (f16): 576.00 MiB
1.33.352.988 I llama_kv_cache: attn_rot_k = 0, n_embd_head_k_all = 128
1.33.352.989 I llama_kv_cache: attn_rot_v = 0, n_embd_head_k_all = 128
1.33.353.073 I llama_context: pipeline parallelism enabled
1.33.353.078 I sched_reserve: reserving ...
1.33.354.468 I sched_reserve: resolving fused Gated Delta Net support:
1.33.355.260 I sched_reserve: fused Gated Delta Net (autoregressive) enabled
1.33.363.200 I sched_reserve: fused Gated Delta Net (chunked) enabled
1.33.445.326 I sched_reserve: CUDA0 compute buffer size = 3073.12 MiB
1.33.445.338 I sched_reserve: CUDA1 compute buffer size = 3073.12 MiB
1.33.445.339 I sched_reserve: CUDA2 compute buffer size = 3073.12 MiB
1.33.445.340 I sched_reserve: CUDA3 compute buffer size = 3073.12 MiB
1.33.445.340 I sched_reserve: CUDA4 compute buffer size = 3073.12 MiB
1.33.445.340 I sched_reserve: CUDA5 compute buffer size = 3073.12 MiB
1.33.445.340 I sched_reserve: CUDA6 compute buffer size = 3073.12 MiB
1.33.445.341 I sched_reserve: CUDA7 compute buffer size = 4861.25 MiB
1.33.445.342 I sched_reserve: CUDA_Host compute buffer size = 321.38 MiB
1.33.445.342 I sched_reserve: graph nodes = 3419
1.33.445.342 I sched_reserve: graph splits = 9
1.33.445.343 I sched_reserve: reserve took 92.27 ms, sched copies = 4
1.33.445.390 I common_init_from_params: warming up the model with an empty run - please wait ... (--no-warmup to disable)
1.33.531.396 I
1.33.531.941 I system_info: n_threads = 48 (n_threads_batch = 48) / 56 | CUDA : ARCHS = 1200 | USE_GRAPHS = 1 | PEER_MAX_BATCH_SIZE = 128 | BLACKWELL_NATIVE_FP4 = 1 | CPU : SSE3 = 1 | SSSE3 = 1 | AVX = 1 | AVX_VNNI = 1 | AVX2 = 1 | F16C = 1 | FMA = 1 | BMI2 = 1 | AVX512 = 1 | AVX512_VBMI = 1 | AVX512_VNNI = 1 | AVX512_BF16 = 1 | LLAMAFILE = 1 | OPENMP = 1 | REPACK = 1 |
1.33.544.818 I kl_divergence: computing over 561 chunks, n_ctx=512, batch_size=8192, n_seq=16
1.35.904.788 I kl_divergence: 2.36 seconds per pass - ETA 1.37 minutes
chunk PPL ln(PPL(Q)/PPL(base)) KL Divergence Δp RMS Same top p
1 1.5081 ± 0.1011 -0.00363 ± 0.00630 0.00474 ± 0.00070 3.272 ± 0.373 % 98.431 ± 0.780 %
2 1.9152 ± 0.1140 -0.00925 ± 0.00511 0.00538 ± 0.00055 3.033 ± 0.243 % 97.647 ± 0.672 %
3 1.6082 ± 0.0703 -0.00689 ± 0.00368 0.00385 ± 0.00039 2.564 ± 0.201 % 98.301 ± 0.468 %
4 1.4674 ± 0.0498 -0.00633 ± 0.00318 0.00355 ± 0.00035 2.466 ± 0.169 % 98.627 ± 0.364 %
5 1.3932 ± 0.0396 -0.00525 ± 0.00260 0.00312 ± 0.00029 2.335 ± 0.151 % 98.745 ± 0.312 %
6 1.3321 ± 0.0319 -0.00432 ± 0.00219 0.00276 ± 0.00024 2.210 ± 0.135 % 98.824 ± 0.276 %
7 1.2954 ± 0.0270 -0.00401 ± 0.00191 0.00285 ± 0.00034 2.153 ± 0.123 % 98.936 ± 0.243 %
8 1.2725 ± 0.0237 -0.00303 ± 0.00178 0.00285 ± 0.00032 2.228 ± 0.134 % 99.020 ± 0.218 %
9 1.2512 ± 0.0210 -0.00385 ± 0.00167 0.00290 ± 0.00031 2.295 ± 0.136 % 99.085 ± 0.199 %
10 1.2309 ± 0.0187 -0.00405 ± 0.00162 0.00296 ± 0.00030 2.397 ± 0.146 % 99.059 ± 0.191 %
11 1.2398 ± 0.0186 -0.00289 ± 0.00156 0.00304 ± 0.00029 2.393 ± 0.137 % 98.966 ± 0.191 %
12 1.2493 ± 0.0179 -0.00331 ± 0.00152 0.00316 ± 0.00027 2.459 ± 0.130 % 99.020 ± 0.178 %
13 1.2604 ± 0.0182 -0.00279 ± 0.00149 0.00316 ± 0.00025 2.441 ± 0.123 % 99.065 ± 0.167 %
14 1.3067 ± 0.0199 -0.00264 ± 0.00148 0.00329 ± 0.00024 2.433 ± 0.116 % 99.020 ± 0.165 %
15 1.3514 ± 0.0215 -0.00119 ± 0.00156 0.00337 ± 0.00023 2.443 ± 0.110 % 98.928 ± 0.167 %
16 1.3985 ± 0.0229 0.00020 ± 0.00155 0.00362 ± 0.00032 2.410 ± 0.105 % 98.873 ± 0.165 %
17 1.5009 ± 0.0270 0.00043 ± 0.00153 0.00377 ± 0.00031 2.401 ± 0.100 % 98.708 ± 0.172 %
18 1.5841 ± 0.0299 0.00034 ± 0.00153 0.00396 ± 0.00030 2.450 ± 0.101 % 98.671 ± 0.169 %
19 1.5724 ± 0.0287 -0.00022 ± 0.00148 0.00399 ± 0.00029 2.446 ± 0.098 % 98.741 ± 0.160 %
20 1.5555 ± 0.0275 -0.00028 ± 0.00144 0.00399 ± 0.00028 2.471 ± 0.100 % 98.745 ± 0.156 %
21 1.5601 ± 0.0268 -0.00052 ± 0.00144 0.00429 ± 0.00028 2.575 ± 0.100 % 98.711 ± 0.154 %
22 1.5492 ± 0.0259 -0.00043 ± 0.00138 0.00417 ± 0.00027 2.546 ± 0.097 % 98.752 ± 0.148 %
23 1.5317 ± 0.0247 -0.00023 ± 0.00133 0.00406 ± 0.00026 2.514 ± 0.095 % 98.772 ± 0.144 %
24 1.5261 ± 0.0239 -0.00066 ± 0.00132 0.00414 ± 0.00025 2.552 ± 0.092 % 98.791 ± 0.140 %
25 1.5154 ± 0.0229 -0.00066 ± 0.00127 0.00412 ± 0.00025 2.567 ± 0.091 % 98.808 ± 0.136 %
26 1.5077 ± 0.0223 -0.00083 ± 0.00124 0.00403 ± 0.00024 2.543 ± 0.089 % 98.824 ± 0.132 %
27 1.4986 ± 0.0215 -0.00085 ± 0.00121 0.00404 ± 0.00023 2.562 ± 0.087 % 98.824 ± 0.130 %
28 1.4939 ± 0.0209 -0.00063 ± 0.00119 0.00403 ± 0.00022 2.570 ± 0.085 % 98.768 ± 0.131 %
29 1.4895 ± 0.0204 -0.00097 ± 0.00119 0.00413 ± 0.00022 2.615 ± 0.082 % 98.742 ± 0.130 %
30 1.4955 ± 0.0202 -0.00117 ± 0.00117 0.00415 ± 0.00021 2.610 ± 0.080 % 98.680 ± 0.131 %
31 1.4949 ± 0.0201 -0.00099 ± 0.00117 0.00426 ± 0.00021 2.643 ± 0.081 % 98.659 ± 0.129 %
32 1.4845 ± 0.0194 -0.00095 ± 0.00114 0.00422 ± 0.00021 2.626 ± 0.080 % 98.652 ± 0.128 %
33 1.4792 ± 0.0189 -0.00089 ± 0.00112 0.00429 ± 0.00020 2.660 ± 0.078 % 98.645 ± 0.126 %
34 1.4893 ± 0.0190 -0.00114 ± 0.00112 0.00437 ± 0.00020 2.695 ± 0.077 % 98.627 ± 0.125 %
35 1.4926 ± 0.0188 -0.00095 ± 0.00111 0.00439 ± 0.00020 2.701 ± 0.076 % 98.599 ± 0.124 %
36 1.5036 ± 0.0190 -0.00079 ± 0.00109 0.00438 ± 0.00019 2.703 ± 0.074 % 98.551 ± 0.125 %
37 1.5341 ± 0.0196 -0.00056 ± 0.00107 0.00435 ± 0.00019 2.679 ± 0.073 % 98.537 ± 0.124 %
38 1.5676 ± 0.0202 -0.00091 ± 0.00107 0.00440 ± 0.00018 2.677 ± 0.071 % 98.514 ± 0.123 %
39 1.5994 ± 0.0208 -0.00088 ± 0.00105 0.00439 ± 0.00018 2.662 ± 0.070 % 98.451 ± 0.124 %
40 1.6451 ± 0.0218 -0.00082 ± 0.00104 0.00439 ± 0.00017 2.653 ± 0.069 % 98.382 ± 0.125 %
41 1.6739 ± 0.0223 -0.00067 ± 0.00103 0.00439 ± 0.00017 2.652 ± 0.067 % 98.345 ± 0.125 %
42 1.6810 ± 0.0221 -0.00036 ± 0.00102 0.00441 ± 0.00017 2.653 ± 0.067 % 98.338 ± 0.124 %
43 1.7162 ± 0.0228 -0.00013 ± 0.00102 0.00443 ± 0.00016 2.639 ± 0.065 % 98.313 ± 0.123 %
44 1.7359 ± 0.0230 -0.00018 ± 0.00102 0.00443 ± 0.00016 2.631 ± 0.065 % 98.333 ± 0.121 %
45 1.7772 ± 0.0237 0.00016 ± 0.00101 0.00446 ± 0.00016 2.616 ± 0.064 % 98.292 ± 0.121 %
46 1.8148 ± 0.0244 0.00009 ± 0.00100 0.00448 ± 0.00016 2.604 ± 0.063 % 98.235 ± 0.122 %
47 1.8157 ± 0.0242 0.00009 ± 0.00100 0.00446 ± 0.00015 2.602 ± 0.062 % 98.256 ± 0.120 %
48 1.8102 ± 0.0238 0.00008 ± 0.00099 0.00443 ± 0.00015 2.603 ± 0.061 % 98.252 ± 0.118 %
49 1.8053 ± 0.0234 0.00009 ± 0.00098 0.00447 ± 0.00015 2.620 ± 0.061 % 98.231 ± 0.118 %
50 1.7943 ± 0.0230 -0.00003 ± 0.00097 0.00445 ± 0.00015 2.610 ± 0.060 % 98.267 ± 0.116 %
51 1.8165 ± 0.0232 0.00017 ± 0.00097 0.00459 ± 0.00015 2.640 ± 0.060 % 98.247 ± 0.115 %
52 1.8150 ± 0.0229 0.00033 ± 0.00095 0.00458 ± 0.00014 2.639 ± 0.059 % 98.273 ± 0.113 %
53 1.8328 ± 0.0230 0.00033 ± 0.00095 0.00467 ± 0.00014 2.657 ± 0.058 % 98.232 ± 0.113 %
54 1.8423 ± 0.0230 0.00065 ± 0.00095 0.00472 ± 0.00014 2.671 ± 0.058 % 98.214 ± 0.113 %
55 1.8551 ± 0.0231 0.00042 ± 0.00095 0.00476 ± 0.00014 2.677 ± 0.057 % 98.217 ± 0.112 %
56 1.8638 ± 0.0231 0.00061 ± 0.00095 0.00483 ± 0.00014 2.710 ± 0.060 % 98.200 ± 0.111 %
57 1.8655 ± 0.0229 0.00087 ± 0.00094 0.00489 ± 0.00014 2.724 ± 0.059 % 98.197 ± 0.110 %
58 1.8714 ± 0.0228 0.00096 ± 0.00095 0.00502 ± 0.00014 2.774 ± 0.059 % 98.127 ± 0.111 %
59 1.8782 ± 0.0227 0.00083 ± 0.00094 0.00503 ± 0.00014 2.785 ± 0.058 % 98.106 ± 0.111 %
60 1.8938 ± 0.0228 0.00096 ± 0.00094 0.00509 ± 0.00014 2.791 ± 0.058 % 98.092 ± 0.111 %
61 1.8888 ± 0.0225 0.00084 ± 0.00093 0.00513 ± 0.00014 2.807 ± 0.057 % 98.065 ± 0.110 %
62 1.9159 ± 0.0229 0.00081 ± 0.00093 0.00519 ± 0.00014 2.811 ± 0.056 % 98.046 ± 0.110 %
63 1.9309 ± 0.0231 0.00072 ± 0.00093 0.00528 ± 0.00013 2.834 ± 0.056 % 98.014 ± 0.110 %
64 1.9449 ± 0.0231 0.00061 ± 0.00093 0.00534 ± 0.00013 2.841 ± 0.055 % 97.996 ± 0.110 %
65 1.9467 ± 0.0229 0.00062 ± 0.00093 0.00543 ± 0.00013 2.867 ± 0.054 % 97.961 ± 0.110 %
66 1.9431 ± 0.0226 0.00063 ± 0.00092 0.00547 ± 0.00013 2.883 ± 0.054 % 97.950 ± 0.109 %
67 1.9404 ± 0.0224 0.00061 ± 0.00092 0.00555 ± 0.00013 2.906 ± 0.054 % 97.940 ± 0.109 %
68 1.9467 ± 0.0223 0.00065 ± 0.00093 0.00564 ± 0.00013 2.926 ± 0.053 % 97.912 ± 0.109 %
69 1.9464 ± 0.0221 0.00060 ± 0.00093 0.00565 ± 0.00013 2.938 ± 0.053 % 97.926 ± 0.107 %
70 1.9473 ± 0.0220 0.00066 ± 0.00092 0.00566 ± 0.00013 2.945 ± 0.052 % 97.933 ± 0.107 %
71 1.9433 ± 0.0217 0.00063 ± 0.00091 0.00564 ± 0.00013 2.939 ± 0.052 % 97.945 ± 0.105 %
72 1.9429 ± 0.0216 0.00070 ± 0.00090 0.00562 ± 0.00013 2.933 ± 0.051 % 97.925 ± 0.105 %
73 1.9510 ± 0.0215 0.00065 ± 0.00090 0.00563 ± 0.00013 2.928 ± 0.051 % 97.921 ± 0.105 %
74 1.9633 ± 0.0216 0.00062 ± 0.00089 0.00561 ± 0.00012 2.918 ± 0.050 % 97.912 ± 0.104 %
75 1.9635 ± 0.0215 0.00063 ± 0.00088 0.00557 ± 0.00012 2.904 ± 0.050 % 97.919 ± 0.103 %
76 1.9505 ± 0.0211 0.00053 ± 0.00087 0.00552 ± 0.00012 2.894 ± 0.049 % 97.931 ± 0.102 %
77 1.9424 ± 0.0208 0.00059 ± 0.00087 0.00547 ± 0.00012 2.882 ± 0.049 % 97.953 ± 0.101 %
78 1.9377 ± 0.0206 0.00061 ± 0.00086 0.00548 ± 0.00012 2.886 ± 0.049 % 97.939 ± 0.101 %
79 1.9340 ± 0.0204 0.00087 ± 0.00086 0.00549 ± 0.00012 2.898 ± 0.048 % 97.945 ± 0.100 %
80 1.9290 ± 0.0202 0.00094 ± 0.00085 0.00550 ± 0.00012 2.901 ± 0.048 % 97.951 ± 0.099 %
81 1.9246 ± 0.0199 0.00094 ± 0.00084 0.00550 ± 0.00012 2.906 ± 0.048 % 97.942 ± 0.099 %
82 1.9272 ± 0.0199 0.00084 ± 0.00084 0.00550 ± 0.00012 2.903 ± 0.047 % 97.939 ± 0.098 %
83 1.9229 ± 0.0197 0.00077 ± 0.00084 0.00549 ± 0.00011 2.900 ± 0.047 % 97.926 ± 0.098 %
84 1.9190 ± 0.0195 0.00082 ± 0.00083 0.00549 ± 0.00011 2.905 ± 0.046 % 97.937 ± 0.097 %
85 1.9138 ± 0.0192 0.00093 ± 0.00083 0.00550 ± 0.00011 2.914 ± 0.046 % 97.942 ± 0.096 %
86 1.9162 ± 0.0192 0.00091 ± 0.00082 0.00549 ± 0.00011 2.911 ± 0.046 % 97.925 ± 0.096 %
87 1.9241 ± 0.0192 0.00110 ± 0.00082 0.00558 ± 0.00011 2.924 ± 0.045 % 97.872 ± 0.097 %
88 1.9176 ± 0.0189 0.00107 ± 0.00082 0.00557 ± 0.00011 2.926 ± 0.045 % 97.888 ± 0.096 %
89 1.9184 ± 0.0188 0.00092 ± 0.00082 0.00559 ± 0.00011 2.932 ± 0.044 % 97.876 ± 0.096 %
90 1.9179 ± 0.0187 0.00098 ± 0.00081 0.00561 ± 0.00011 2.943 ± 0.044 % 97.852 ± 0.096 %
91 1.9140 ± 0.0185 0.00101 ± 0.00081 0.00563 ± 0.00011 2.947 ± 0.044 % 97.863 ± 0.095 %
92 1.9101 ± 0.0183 0.00081 ± 0.00081 0.00566 ± 0.00011 2.959 ± 0.044 % 97.877 ± 0.094 %
93 1.9071 ± 0.0182 0.00091 ± 0.00080 0.00568 ± 0.00011 2.965 ± 0.043 % 97.875 ± 0.094 %
94 1.9018 ± 0.0180 0.00097 ± 0.00080 0.00571 ± 0.00011 2.982 ± 0.044 % 97.868 ± 0.093 %
95 1.9029 ± 0.0179 0.00109 ± 0.00079 0.00574 ± 0.00011 2.990 ± 0.043 % 97.845 ± 0.093 %
96 1.9066 ± 0.0179 0.00097 ± 0.00080 0.00577 ± 0.00011 2.997 ± 0.043 % 97.835 ± 0.093 %
97 1.9178 ± 0.0179 0.00118 ± 0.00080 0.00585 ± 0.00011 3.009 ± 0.043 % 97.805 ± 0.093 %
98 1.9167 ± 0.0178 0.00115 ± 0.00079 0.00583 ± 0.00011 3.004 ± 0.043 % 97.807 ± 0.093 %
99 1.9109 ± 0.0176 0.00124 ± 0.00079 0.00583 ± 0.00011 3.010 ± 0.042 % 97.806 ± 0.092 %
100 1.9089 ± 0.0175 0.00128 ± 0.00079 0.00583 ± 0.00011 3.014 ± 0.042 % 97.812 ± 0.092 %
101 1.9087 ± 0.0174 0.00133 ± 0.00078 0.00582 ± 0.00010 3.009 ± 0.042 % 97.822 ± 0.091 %
102 1.9176 ± 0.0175 0.00146 ± 0.00078 0.00585 ± 0.00010 3.014 ± 0.042 % 97.820 ± 0.091 %
103 1.9222 ± 0.0174 0.00131 ± 0.00078 0.00588 ± 0.00010 3.018 ± 0.042 % 97.811 ± 0.090 %
104 1.9386 ± 0.0176 0.00119 ± 0.00078 0.00599 ± 0.00010 3.032 ± 0.042 % 97.779 ± 0.090 %
105 1.9458 ± 0.0176 0.00113 ± 0.00077 0.00598 ± 0.00010 3.029 ± 0.042 % 97.785 ± 0.090 %
106 1.9704 ± 0.0180 0.00127 ± 0.00077 0.00601 ± 0.00010 3.024 ± 0.041 % 97.758 ± 0.090 %
107 1.9928 ± 0.0183 0.00132 ± 0.00077 0.00601 ± 0.00010 3.016 ± 0.041 % 97.728 ± 0.090 %
108 2.0115 ± 0.0186 0.00138 ± 0.00076 0.00601 ± 0.00010 3.014 ± 0.041 % 97.727 ± 0.090 %
109 2.0397 ± 0.0190 0.00146 ± 0.00076 0.00600 ± 0.00010 3.004 ± 0.041 % 97.726 ± 0.089 %
110 2.0659 ± 0.0194 0.00150 ± 0.00075 0.00599 ± 0.00010 2.995 ± 0.040 % 97.725 ± 0.089 %
111 2.0905 ± 0.0198 0.00163 ± 0.00075 0.00603 ± 0.00011 3.006 ± 0.044 % 97.714 ± 0.089 %
112 2.0841 ± 0.0196 0.00160 ± 0.00075 0.00600 ± 0.00011 3.002 ± 0.044 % 97.721 ± 0.088 %
113 2.0856 ± 0.0196 0.00141 ± 0.00074 0.00599 ± 0.00011 2.998 ± 0.044 % 97.723 ± 0.088 %
114 2.0909 ± 0.0196 0.00144 ± 0.00074 0.00599 ± 0.00011 2.996 ± 0.044 % 97.719 ± 0.088 %
115 2.0922 ± 0.0195 0.00141 ± 0.00074 0.00597 ± 0.00010 2.995 ± 0.043 % 97.719 ± 0.087 %
116 2.1003 ± 0.0195 0.00137 ± 0.00073 0.00597 ± 0.00010 2.990 ± 0.043 % 97.715 ± 0.087 %
117 2.1013 ± 0.0195 0.00138 ± 0.00073 0.00596 ± 0.00010 2.985 ± 0.043 % 97.717 ± 0.086 %
118 2.1023 ± 0.0194 0.00136 ± 0.00073 0.00594 ± 0.00010 2.978 ± 0.042 % 97.723 ± 0.086 %
119 2.0994 ± 0.0193 0.00136 ± 0.00072 0.00593 ± 0.00010 2.972 ± 0.042 % 97.720 ± 0.086 %
120 2.0978 ± 0.0192 0.00126 ± 0.00072 0.00590 ± 0.00010 2.966 ± 0.042 % 97.729 ± 0.085 %
121 2.1009 ± 0.0191 0.00126 ± 0.00071 0.00590 ± 0.00010 2.962 ± 0.042 % 97.712 ± 0.085 %
122 2.0977 ± 0.0190 0.00124 ± 0.00071 0.00587 ± 0.00010 2.954 ± 0.042 % 97.724 ± 0.085 %
123 2.0968 ± 0.0189 0.00112 ± 0.00071 0.00586 ± 0.00010 2.952 ± 0.041 % 97.730 ± 0.084 %
124 2.0930 ± 0.0187 0.00112 ± 0.00070 0.00584 ± 0.00010 2.947 ± 0.041 % 97.723 ± 0.084 %
125 2.0894 ± 0.0186 0.00115 ± 0.00070 0.00583 ± 0.00010 2.946 ± 0.041 % 97.722 ± 0.084 %
126 2.0884 ± 0.0185 0.00113 ± 0.00069 0.00582 ± 0.00010 2.945 ± 0.041 % 97.725 ± 0.083 %
127 2.0889 ± 0.0184 0.00121 ± 0.00069 0.00582 ± 0.00010 2.941 ± 0.040 % 97.721 ± 0.083 %
128 2.0873 ± 0.0183 0.00117 ± 0.00069 0.00581 ± 0.00010 2.939 ± 0.040 % 97.721 ± 0.083 %
129 2.0903 ± 0.0183 0.00113 ± 0.00069 0.00582 ± 0.00010 2.942 ± 0.040 % 97.723 ± 0.082 %
130 2.0908 ± 0.0182 0.00105 ± 0.00069 0.00582 ± 0.00009 2.943 ± 0.040 % 97.716 ± 0.082 %
131 2.0912 ± 0.0181 0.00108 ± 0.00068 0.00581 ± 0.00009 2.941 ± 0.039 % 97.722 ± 0.082 %
132 2.0926 ± 0.0181 0.00110 ± 0.00068 0.00581 ± 0.00009 2.939 ± 0.039 % 97.727 ± 0.081 %
133 2.1027 ± 0.0182 0.00111 ± 0.00068 0.00586 ± 0.00009 2.940 ± 0.039 % 97.712 ± 0.081 %
134 2.1080 ± 0.0181 0.00110 ± 0.00068 0.00587 ± 0.00009 2.947 ± 0.039 % 97.706 ± 0.081 %
135 2.1056 ± 0.0180 0.00108 ± 0.00068 0.00589 ± 0.00009 2.957 ± 0.039 % 97.696 ± 0.081 %
136 2.1024 ± 0.0179 0.00110 ± 0.00068 0.00589 ± 0.00009 2.958 ± 0.039 % 97.699 ± 0.081 %
137 2.0999 ± 0.0178 0.00122 ± 0.00067 0.00590 ± 0.00009 2.959 ± 0.039 % 97.701 ± 0.080 %
138 2.0968 ± 0.0177 0.00130 ± 0.00067 0.00591 ± 0.00009 2.965 ± 0.038 % 97.707 ± 0.080 %
139 2.0952 ± 0.0176 0.00126 ± 0.00067 0.00594 ± 0.00009 2.972 ± 0.038 % 97.709 ± 0.079 %
140 2.0941 ± 0.0175 0.00128 ± 0.00067 0.00593 ± 0.00009 2.969 ± 0.038 % 97.703 ± 0.079 %
141 2.0941 ± 0.0175 0.00125 ± 0.00067 0.00592 ± 0.00009 2.965 ± 0.038 % 97.703 ± 0.079 %
142 2.0938 ± 0.0174 0.00123 ± 0.00066 0.00589 ± 0.00009 2.958 ± 0.038 % 97.705 ± 0.079 %
143 2.0960 ± 0.0173 0.00125 ± 0.00066 0.00588 ± 0.00009 2.953 ± 0.038 % 97.710 ± 0.078 %
144 2.0966 ± 0.0173 0.00123 ± 0.00066 0.00585 ± 0.00009 2.946 ± 0.037 % 97.721 ± 0.078 %
145 2.0907 ± 0.0171 0.00122 ± 0.00065 0.00582 ± 0.00009 2.942 ± 0.037 % 97.734 ± 0.077 %
146 2.0861 ± 0.0170 0.00120 ± 0.00065 0.00580 ± 0.00009 2.937 ± 0.037 % 97.746 ± 0.077 %
147 2.0836 ± 0.0169 0.00121 ± 0.00064 0.00578 ± 0.00009 2.934 ± 0.037 % 97.746 ± 0.077 %
148 2.0796 ± 0.0168 0.00118 ± 0.00064 0.00576 ± 0.00009 2.927 ± 0.037 % 97.748 ± 0.076 %
149 2.0779 ± 0.0167 0.00117 ± 0.00064 0.00576 ± 0.00009 2.931 ± 0.037 % 97.747 ± 0.076 %
150 2.0732 ± 0.0166 0.00119 ± 0.00064 0.00574 ± 0.00009 2.931 ± 0.036 % 97.752 ± 0.076 %
151 2.0678 ± 0.0164 0.00125 ± 0.00063 0.00572 ± 0.00009 2.926 ± 0.036 % 97.764 ± 0.075 %
152 2.0652 ± 0.0164 0.00120 ± 0.00063 0.00571 ± 0.00009 2.924 ± 0.036 % 97.766 ± 0.075 %
153 2.0622 ± 0.0163 0.00121 ± 0.00063 0.00568 ± 0.00008 2.918 ± 0.036 % 97.773 ± 0.075 %
154 2.0608 ± 0.0162 0.00115 ± 0.00062 0.00567 ± 0.00008 2.919 ± 0.036 % 97.777 ± 0.074 %
155 2.0597 ± 0.0161 0.00116 ± 0.00062 0.00567 ± 0.00008 2.919 ± 0.036 % 97.779 ± 0.074 %
156 2.0575 ± 0.0160 0.00111 ± 0.00062 0.00565 ± 0.00008 2.916 ± 0.036 % 97.783 ± 0.074 %
157 2.0572 ± 0.0160 0.00110 ± 0.00062 0.00566 ± 0.00008 2.919 ± 0.035 % 97.779 ± 0.074 %
158 2.0563 ± 0.0159 0.00103 ± 0.00062 0.00565 ± 0.00008 2.916 ± 0.035 % 97.784 ± 0.073 %
159 2.0559 ± 0.0158 0.00097 ± 0.00061 0.00563 ± 0.00008 2.911 ± 0.035 % 97.785 ± 0.073 %
160 2.0542 ± 0.0158 0.00104 ± 0.00061 0.00563 ± 0.00008 2.910 ± 0.035 % 97.787 ± 0.073 %
161 2.0636 ± 0.0158 0.00099 ± 0.00061 0.00564 ± 0.00008 2.908 ± 0.035 % 97.783 ± 0.073 %
162 2.0741 ± 0.0159 0.00103 ± 0.00061 0.00564 ± 0.00008 2.907 ± 0.035 % 97.780 ± 0.072 %
163 2.0776 ± 0.0159 0.00111 ± 0.00061 0.00564 ± 0.00008 2.906 ± 0.035 % 97.779 ± 0.072 %
164 2.0829 ± 0.0160 0.00107 ± 0.00061 0.00568 ± 0.00008 2.907 ± 0.034 % 97.774 ± 0.072 %
165 2.0891 ± 0.0160 0.00114 ± 0.00061 0.00571 ± 0.00008 2.909 ± 0.034 % 97.759 ± 0.072 %
166 2.0989 ± 0.0161 0.00119 ± 0.00061 0.00573 ± 0.00008 2.907 ± 0.034 % 97.749 ± 0.072 %
167 2.1014 ± 0.0161 0.00120 ± 0.00060 0.00575 ± 0.00008 2.915 ± 0.034 % 97.743 ± 0.072 %
168 2.1147 ± 0.0162 0.00125 ± 0.00060 0.00576 ± 0.00008 2.913 ± 0.034 % 97.729 ± 0.072 %
169 2.1225 ± 0.0163 0.00128 ± 0.00060 0.00578 ± 0.00008 2.914 ± 0.034 % 97.721 ± 0.072 %
170 2.1347 ± 0.0164 0.00141 ± 0.00060 0.00583 ± 0.00008 2.919 ± 0.034 % 97.705 ± 0.072 %
171 2.1416 ± 0.0164 0.00133 ± 0.00060 0.00585 ± 0.00008 2.920 ± 0.033 % 97.688 ± 0.072 %
172 2.1389 ± 0.0163 0.00143 ± 0.00060 0.00584 ± 0.00008 2.919 ± 0.033 % 97.695 ± 0.072 %
173 2.1328 ± 0.0162 0.00148 ± 0.00060 0.00583 ± 0.00008 2.919 ± 0.033 % 97.695 ± 0.071 %
174 2.1365 ± 0.0162 0.00153 ± 0.00060 0.00584 ± 0.00008 2.922 ± 0.033 % 97.688 ± 0.071 %
175 2.1391 ± 0.0162 0.00157 ± 0.00060 0.00585 ± 0.00008 2.924 ± 0.033 % 97.685 ± 0.071 %
176 2.1409 ± 0.0162 0.00164 ± 0.00061 0.00585 ± 0.00008 2.923 ± 0.033 % 97.685 ± 0.071 %
177 2.1415 ± 0.0162 0.00172 ± 0.00060 0.00585 ± 0.00008 2.923 ± 0.033 % 97.678 ± 0.071 %
178 2.1417 ± 0.0161 0.00181 ± 0.00060 0.00586 ± 0.00008 2.927 ± 0.033 % 97.685 ± 0.071 %
179 2.1435 ± 0.0161 0.00187 ± 0.00060 0.00586 ± 0.00008 2.923 ± 0.033 % 97.680 ± 0.070 %
180 2.1458 ± 0.0161 0.00186 ± 0.00060 0.00586 ± 0.00008 2.919 ± 0.032 % 97.682 ± 0.070 %
181 2.1577 ± 0.0162 0.00186 ± 0.00060 0.00585 ± 0.00008 2.914 ± 0.032 % 97.686 ± 0.070 %
182 2.1690 ± 0.0163 0.00186 ± 0.00060 0.00585 ± 0.00008 2.912 ± 0.032 % 97.673 ± 0.070 %
183 2.1817 ± 0.0164 0.00184 ± 0.00059 0.00586 ± 0.00008 2.908 ± 0.032 % 97.671 ± 0.070 %
184 2.1954 ± 0.0165 0.00191 ± 0.00059 0.00586 ± 0.00008 2.903 ± 0.032 % 97.662 ± 0.070 %
185 2.2049 ± 0.0166 0.00190 ± 0.00059 0.00585 ± 0.00008 2.899 ± 0.032 % 97.660 ± 0.070 %
186 2.2185 ± 0.0167 0.00188 ± 0.00059 0.00584 ± 0.00007 2.894 ± 0.032 % 97.653 ± 0.070 %
187 2.2335 ± 0.0169 0.00183 ± 0.00059 0.00584 ± 0.00007 2.890 ± 0.032 % 97.632 ± 0.070 %
188 2.2468 ± 0.0170 0.00182 ± 0.00058 0.00583 ± 0.00007 2.886 ± 0.032 % 97.635 ± 0.069 %
189 2.2530 ± 0.0171 0.00181 ± 0.00058 0.00583 ± 0.00007 2.882 ± 0.031 % 97.637 ± 0.069 %
190 2.2536 ± 0.0170 0.00190 ± 0.00058 0.00582 ± 0.00007 2.879 ± 0.031 % 97.637 ± 0.069 %
191 2.2565 ± 0.0170 0.00191 ± 0.00058 0.00583 ± 0.00007 2.879 ± 0.031 % 97.631 ± 0.069 %
192 2.2594 ± 0.0170 0.00184 ± 0.00058 0.00582 ± 0.00007 2.875 ± 0.031 % 97.627 ± 0.069 %
193 2.2587 ± 0.0169 0.00182 ± 0.00057 0.00580 ± 0.00007 2.871 ± 0.031 % 97.635 ± 0.068 %
194 2.2616 ± 0.0169 0.00181 ± 0.00057 0.00581 ± 0.00007 2.873 ± 0.031 % 97.639 ± 0.068 %
195 2.2614 ± 0.0169 0.00182 ± 0.00057 0.00581 ± 0.00007 2.879 ± 0.031 % 97.629 ± 0.068 %
196 2.2664 ± 0.0169 0.00184 ± 0.00057 0.00580 ± 0.00007 2.876 ± 0.031 % 97.613 ± 0.068 %
197 2.2720 ± 0.0169 0.00186 ± 0.00057 0.00580 ± 0.00007 2.872 ± 0.031 % 97.607 ± 0.068 %
198 2.2746 ± 0.0169 0.00187 ± 0.00057 0.00579 ± 0.00007 2.870 ± 0.031 % 97.615 ± 0.068 %
199 2.2745 ± 0.0169 0.00193 ± 0.00056 0.00578 ± 0.00007 2.867 ± 0.031 % 97.612 ± 0.068 %
200 2.2741 ± 0.0168 0.00190 ± 0.00056 0.00576 ± 0.00007 2.862 ± 0.031 % 97.612 ± 0.068 %
201 2.2846 ± 0.0169 0.00190 ± 0.00056 0.00576 ± 0.00007 2.862 ± 0.031 % 97.606 ± 0.068 %
202 2.2790 ± 0.0168 0.00191 ± 0.00056 0.00575 ± 0.00007 2.862 ± 0.031 % 97.614 ± 0.067 %
203 2.2791 ± 0.0168 0.00184 ± 0.00056 0.00575 ± 0.00007 2.861 ± 0.031 % 97.612 ± 0.067 %
204 2.2793 ± 0.0167 0.00183 ± 0.00056 0.00575 ± 0.00007 2.863 ± 0.030 % 97.612 ± 0.067 %
205 2.2805 ± 0.0167 0.00184 ± 0.00056 0.00575 ± 0.00007 2.861 ± 0.030 % 97.609 ± 0.067 %
206 2.2811 ± 0.0166 0.00179 ± 0.00055 0.00575 ± 0.00007 2.858 ± 0.030 % 97.609 ± 0.067 %
207 2.2817 ± 0.0166 0.00181 ± 0.00055 0.00576 ± 0.00007 2.860 ± 0.030 % 97.600 ± 0.067 %
208 2.2844 ± 0.0166 0.00179 ± 0.00055 0.00576 ± 0.00007 2.860 ± 0.030 % 97.590 ± 0.067 %
209 2.2871 ± 0.0166 0.00182 ± 0.00055 0.00578 ± 0.00007 2.862 ± 0.030 % 97.585 ± 0.066 %
210 2.2862 ± 0.0165 0.00185 ± 0.00055 0.00577 ± 0.00007 2.859 ± 0.030 % 97.585 ± 0.066 %
211 2.2836 ± 0.0165 0.00190 ± 0.00055 0.00576 ± 0.00007 2.857 ± 0.030 % 97.593 ± 0.066 %
212 2.2836 ± 0.0164 0.00194 ± 0.00055 0.00577 ± 0.00007 2.861 ± 0.030 % 97.595 ± 0.066 %
213 2.2836 ± 0.0164 0.00194 ± 0.00055 0.00577 ± 0.00007 2.863 ± 0.030 % 97.594 ± 0.066 %
214 2.2823 ± 0.0163 0.00196 ± 0.00055 0.00577 ± 0.00007 2.865 ± 0.030 % 97.596 ± 0.066 %
215 2.2788 ± 0.0162 0.00198 ± 0.00054 0.00577 ± 0.00007 2.866 ± 0.029 % 97.603 ± 0.065 %
216 2.2785 ± 0.0162 0.00201 ± 0.00054 0.00577 ± 0.00007 2.865 ± 0.029 % 97.607 ± 0.065 %
217 2.2741 ± 0.0161 0.00198 ± 0.00054 0.00576 ± 0.00007 2.863 ± 0.029 % 97.616 ± 0.065 %
218 2.2722 ± 0.0160 0.00195 ± 0.00054 0.00576 ± 0.00007 2.864 ± 0.029 % 97.618 ± 0.065 %
219 2.2727 ± 0.0160 0.00191 ± 0.00054 0.00575 ± 0.00007 2.862 ± 0.029 % 97.617 ± 0.065 %
220 2.2718 ± 0.0160 0.00189 ± 0.00054 0.00575 ± 0.00007 2.861 ± 0.029 % 97.617 ± 0.064 %
221 2.2723 ± 0.0159 0.00185 ± 0.00054 0.00575 ± 0.00007 2.861 ± 0.029 % 97.604 ± 0.064 %
222 2.2684 ± 0.0158 0.00186 ± 0.00053 0.00574 ± 0.00007 2.860 ± 0.029 % 97.608 ± 0.064 %
223 2.2668 ± 0.0158 0.00184 ± 0.00053 0.00576 ± 0.00007 2.870 ± 0.029 % 97.603 ± 0.064 %
224 2.2699 ± 0.0158 0.00181 ± 0.00053 0.00576 ± 0.00007 2.869 ± 0.029 % 97.591 ± 0.064 %
225 2.2703 ± 0.0157 0.00181 ± 0.00053 0.00575 ± 0.00007 2.866 ± 0.029 % 97.590 ± 0.064 %
226 2.2668 ± 0.0157 0.00177 ± 0.00053 0.00575 ± 0.00007 2.866 ± 0.029 % 97.590 ± 0.064 %
227 2.2685 ± 0.0156 0.00178 ± 0.00053 0.00574 ± 0.00007 2.862 ± 0.028 % 97.595 ± 0.064 %
228 2.2705 ± 0.0156 0.00175 ± 0.00053 0.00573 ± 0.00007 2.859 ± 0.028 % 97.595 ± 0.064 %
229 2.2721 ± 0.0156 0.00169 ± 0.00053 0.00572 ± 0.00006 2.856 ± 0.028 % 97.589 ± 0.063 %
230 2.2791 ± 0.0157 0.00168 ± 0.00052 0.00571 ± 0.00006 2.852 ± 0.028 % 97.589 ± 0.063 %
231 2.2856 ± 0.0157 0.00167 ± 0.00052 0.00570 ± 0.00006 2.847 ± 0.028 % 97.586 ± 0.063 %
232 2.2842 ± 0.0157 0.00169 ± 0.00052 0.00568 ± 0.00006 2.846 ± 0.028 % 97.593 ± 0.063 %
233 2.2821 ± 0.0156 0.00171 ± 0.00052 0.00568 ± 0.00006 2.846 ± 0.028 % 97.595 ± 0.063 %
234 2.2820 ± 0.0156 0.00171 ± 0.00052 0.00568 ± 0.00006 2.846 ± 0.028 % 97.590 ± 0.063 %
235 2.2824 ± 0.0155 0.00173 ± 0.00052 0.00569 ± 0.00006 2.848 ± 0.028 % 97.584 ± 0.063 %
236 2.2848 ± 0.0155 0.00169 ± 0.00052 0.00570 ± 0.00006 2.850 ± 0.028 % 97.577 ± 0.063 %
237 2.2891 ± 0.0155 0.00167 ± 0.00052 0.00572 ± 0.00006 2.852 ± 0.028 % 97.576 ± 0.063 %
238 2.2930 ± 0.0156 0.00168 ± 0.00052 0.00574 ± 0.00006 2.855 ± 0.028 % 97.566 ± 0.063 %
239 2.3003 ± 0.0156 0.00171 ± 0.00052 0.00574 ± 0.00006 2.852 ± 0.027 % 97.563 ± 0.062 %
240 2.3059 ± 0.0156 0.00170 ± 0.00051 0.00575 ± 0.00006 2.852 ± 0.027 % 97.554 ± 0.062 %
241 2.3131 ± 0.0157 0.00171 ± 0.00051 0.00575 ± 0.00006 2.852 ± 0.027 % 97.548 ± 0.062 %
242 2.3202 ± 0.0157 0.00184 ± 0.00051 0.00577 ± 0.00006 2.851 ± 0.027 % 97.543 ± 0.062 %
243 2.3263 ± 0.0157 0.00185 ± 0.00051 0.00577 ± 0.00006 2.851 ± 0.027 % 97.537 ± 0.062 %
244 2.3311 ± 0.0158 0.00184 ± 0.00051 0.00579 ± 0.00006 2.850 ± 0.027 % 97.525 ± 0.062 %
245 2.3402 ± 0.0158 0.00185 ± 0.00051 0.00578 ± 0.00006 2.846 ± 0.027 % 97.519 ± 0.062 %
246 2.3451 ± 0.0159 0.00186 ± 0.00051 0.00578 ± 0.00006 2.845 ± 0.027 % 97.512 ± 0.062 %
247 2.3451 ± 0.0158 0.00187 ± 0.00051 0.00577 ± 0.00006 2.842 ± 0.027 % 97.511 ± 0.062 %
248 2.3433 ± 0.0158 0.00186 ± 0.00051 0.00576 ± 0.00006 2.840 ± 0.027 % 97.513 ± 0.062 %
249 2.3433 ± 0.0158 0.00187 ± 0.00050 0.00575 ± 0.00006 2.837 ± 0.027 % 97.516 ± 0.062 %
250 2.3402 ± 0.0157 0.00187 ± 0.00050 0.00573 ± 0.00006 2.832 ± 0.027 % 97.522 ± 0.062 %
251 2.3389 ± 0.0156 0.00187 ± 0.00050 0.00572 ± 0.00006 2.830 ± 0.027 % 97.530 ± 0.061 %
252 2.3425 ± 0.0157 0.00183 ± 0.00050 0.00571 ± 0.00006 2.828 ± 0.027 % 97.526 ± 0.061 %
253 2.3477 ± 0.0157 0.00184 ± 0.00050 0.00570 ± 0.00006 2.824 ± 0.026 % 97.531 ± 0.061 %
254 2.3542 ± 0.0157 0.00180 ± 0.00050 0.00570 ± 0.00006 2.821 ± 0.026 % 97.530 ± 0.061 %
255 2.3565 ± 0.0157 0.00185 ± 0.00050 0.00570 ± 0.00006 2.820 ± 0.026 % 97.524 ± 0.061 %
256 2.3579 ± 0.0157 0.00187 ± 0.00050 0.00570 ± 0.00006 2.822 ± 0.026 % 97.518 ± 0.061 %
257 2.3597 ± 0.0157 0.00185 ± 0.00049 0.00570 ± 0.00006 2.820 ± 0.026 % 97.514 ± 0.061 %
258 2.3599 ± 0.0157 0.00181 ± 0.00049 0.00569 ± 0.00006 2.819 ± 0.026 % 97.518 ± 0.061 %
259 2.3591 ± 0.0156 0.00180 ± 0.00049 0.00569 ± 0.00006 2.818 ± 0.026 % 97.521 ± 0.060 %
260 2.3599 ± 0.0156 0.00178 ± 0.00049 0.00570 ± 0.00006 2.818 ± 0.026 % 97.520 ± 0.060 %
261 2.3600 ± 0.0156 0.00179 ± 0.00049 0.00570 ± 0.00006 2.819 ± 0.026 % 97.515 ± 0.060 %
262 2.3600 ± 0.0155 0.00182 ± 0.00049 0.00569 ± 0.00006 2.816 ± 0.026 % 97.518 ± 0.060 %
263 2.3606 ± 0.0155 0.00184 ± 0.00049 0.00569 ± 0.00006 2.818 ± 0.026 % 97.516 ± 0.060 %
264 2.3594 ± 0.0155 0.00184 ± 0.00049 0.00570 ± 0.00006 2.822 ± 0.026 % 97.507 ± 0.060 %
265 2.3592 ± 0.0154 0.00183 ± 0.00049 0.00569 ± 0.00006 2.821 ± 0.026 % 97.511 ± 0.060 %
266 2.3603 ± 0.0154 0.00178 ± 0.00049 0.00570 ± 0.00006 2.825 ± 0.026 % 97.507 ± 0.060 %
267 2.3619 ± 0.0154 0.00178 ± 0.00049 0.00570 ± 0.00006 2.825 ± 0.026 % 97.505 ± 0.060 %
268 2.3639 ± 0.0154 0.00178 ± 0.00049 0.00570 ± 0.00006 2.825 ± 0.026 % 97.502 ± 0.060 %
269 2.3664 ± 0.0154 0.00179 ± 0.00048 0.00570 ± 0.00006 2.822 ± 0.026 % 97.501 ± 0.060 %
270 2.3655 ± 0.0153 0.00178 ± 0.00048 0.00569 ± 0.00006 2.821 ± 0.026 % 97.508 ± 0.059 %
271 2.3678 ± 0.0154 0.00174 ± 0.00048 0.00568 ± 0.00006 2.819 ± 0.026 % 97.507 ± 0.059 %
272 2.3657 ± 0.0153 0.00171 ± 0.00048 0.00568 ± 0.00006 2.817 ± 0.025 % 97.509 ± 0.059 %
273 2.3643 ± 0.0153 0.00171 ± 0.00048 0.00567 ± 0.00006 2.819 ± 0.025 % 97.509 ± 0.059 %
274 2.3614 ± 0.0152 0.00169 ± 0.00048 0.00568 ± 0.00006 2.820 ± 0.025 % 97.508 ± 0.059 %
275 2.3617 ± 0.0152 0.00169 ± 0.00048 0.00568 ± 0.00006 2.821 ± 0.025 % 97.507 ± 0.059 %
276 2.3573 ± 0.0151 0.00170 ± 0.00048 0.00568 ± 0.00006 2.822 ± 0.025 % 97.512 ± 0.059 %
277 2.3600 ± 0.0151 0.00168 ± 0.00048 0.00567 ± 0.00006 2.820 ± 0.025 % 97.515 ± 0.059 %
278 2.3676 ± 0.0152 0.00170 ± 0.00048 0.00568 ± 0.00006 2.820 ± 0.025 % 97.509 ± 0.059 %
279 2.3752 ± 0.0152 0.00170 ± 0.00048 0.00568 ± 0.00006 2.817 ± 0.025 % 97.511 ± 0.058 %
280 2.3816 ± 0.0153 0.00165 ± 0.00047 0.00567 ± 0.00006 2.815 ± 0.025 % 97.514 ± 0.058 %
281 2.3848 ± 0.0153 0.00166 ± 0.00047 0.00567 ± 0.00006 2.814 ± 0.025 % 97.516 ± 0.058 %
282 2.3859 ± 0.0153 0.00164 ± 0.00047 0.00567 ± 0.00006 2.814 ± 0.025 % 97.518 ± 0.058 %
283 2.3901 ± 0.0153 0.00165 ± 0.00047 0.00568 ± 0.00006 2.814 ± 0.025 % 97.515 ± 0.058 %
284 2.3940 ± 0.0153 0.00163 ± 0.00047 0.00568 ± 0.00006 2.812 ± 0.025 % 97.514 ± 0.058 %
285 2.4027 ± 0.0153 0.00162 ± 0.00047 0.00568 ± 0.00006 2.809 ± 0.025 % 97.508 ± 0.058 %
286 2.4028 ± 0.0153 0.00161 ± 0.00047 0.00567 ± 0.00006 2.807 ± 0.025 % 97.511 ± 0.058 %
287 2.4057 ± 0.0153 0.00161 ± 0.00047 0.00567 ± 0.00006 2.805 ± 0.025 % 97.506 ± 0.058 %
288 2.4109 ± 0.0153 0.00159 ± 0.00047 0.00567 ± 0.00006 2.803 ± 0.025 % 97.500 ± 0.058 %
289 2.4124 ± 0.0153 0.00158 ± 0.00047 0.00566 ± 0.00006 2.800 ± 0.025 % 97.498 ± 0.058 %
290 2.4105 ± 0.0153 0.00156 ± 0.00046 0.00566 ± 0.00006 2.800 ± 0.024 % 97.497 ± 0.057 %
291 2.4113 ± 0.0153 0.00155 ± 0.00046 0.00566 ± 0.00005 2.800 ± 0.024 % 97.497 ± 0.057 %
292 2.4196 ± 0.0153 0.00157 ± 0.00046 0.00566 ± 0.00005 2.798 ± 0.024 % 97.491 ± 0.057 %
293 2.4228 ± 0.0153 0.00162 ± 0.00046 0.00566 ± 0.00005 2.797 ± 0.024 % 97.488 ± 0.057 %
294 2.4248 ± 0.0153 0.00160 ± 0.00046 0.00567 ± 0.00005 2.799 ± 0.024 % 97.483 ± 0.057 %
295 2.4270 ± 0.0153 0.00161 ± 0.00046 0.00566 ± 0.00005 2.798 ± 0.024 % 97.482 ± 0.057 %
296 2.4301 ± 0.0153 0.00162 ± 0.00046 0.00567 ± 0.00005 2.798 ± 0.024 % 97.483 ± 0.057 %
297 2.4306 ± 0.0153 0.00162 ± 0.00046 0.00567 ± 0.00005 2.798 ± 0.024 % 97.479 ± 0.057 %
298 2.4329 ± 0.0153 0.00161 ± 0.00046 0.00567 ± 0.00005 2.797 ± 0.024 % 97.469 ± 0.057 %
299 2.4338 ± 0.0153 0.00161 ± 0.00046 0.00567 ± 0.00005 2.799 ± 0.024 % 97.461 ± 0.057 %
300 2.4347 ± 0.0152 0.00160 ± 0.00046 0.00568 ± 0.00005 2.802 ± 0.024 % 97.461 ± 0.057 %
301 2.4367 ± 0.0152 0.00159 ± 0.00046 0.00568 ± 0.00005 2.802 ± 0.024 % 97.459 ± 0.057 %
302 2.4382 ± 0.0152 0.00162 ± 0.00046 0.00569 ± 0.00005 2.802 ± 0.024 % 97.460 ± 0.057 %
303 2.4386 ± 0.0152 0.00157 ± 0.00046 0.00569 ± 0.00005 2.802 ± 0.024 % 97.458 ± 0.057 %
304 2.4387 ± 0.0152 0.00159 ± 0.00045 0.00568 ± 0.00005 2.801 ± 0.024 % 97.459 ± 0.057 %
305 2.4467 ± 0.0152 0.00158 ± 0.00045 0.00569 ± 0.00005 2.800 ± 0.024 % 97.449 ± 0.057 %
306 2.4505 ± 0.0152 0.00161 ± 0.00045 0.00568 ± 0.00005 2.797 ± 0.024 % 97.446 ± 0.056 %
307 2.4589 ± 0.0153 0.00163 ± 0.00045 0.00568 ± 0.00005 2.795 ± 0.023 % 97.449 ± 0.056 %
308 2.4536 ± 0.0152 0.00161 ± 0.00045 0.00567 ± 0.00005 2.792 ± 0.023 % 97.455 ± 0.056 %
309 2.4510 ± 0.0152 0.00159 ± 0.00045 0.00566 ± 0.00005 2.792 ± 0.023 % 97.457 ± 0.056 %
310 2.4462 ± 0.0151 0.00157 ± 0.00045 0.00565 ± 0.00005 2.790 ± 0.023 % 97.464 ± 0.056 %
311 2.4456 ± 0.0151 0.00159 ± 0.00045 0.00565 ± 0.00005 2.789 ± 0.023 % 97.467 ± 0.056 %
312 2.4428 ± 0.0150 0.00159 ± 0.00045 0.00564 ± 0.00005 2.788 ± 0.023 % 97.466 ± 0.056 %
313 2.4406 ± 0.0150 0.00160 ± 0.00045 0.00564 ± 0.00005 2.788 ± 0.023 % 97.465 ± 0.056 %
314 2.4387 ± 0.0149 0.00157 ± 0.00045 0.00564 ± 0.00005 2.788 ± 0.023 % 97.470 ± 0.055 %
315 2.4383 ± 0.0149 0.00155 ± 0.00044 0.00563 ± 0.00005 2.786 ± 0.023 % 97.473 ± 0.055 %
316 2.4380 ± 0.0149 0.00150 ± 0.00044 0.00563 ± 0.00005 2.785 ± 0.023 % 97.478 ± 0.055 %
317 2.4357 ± 0.0148 0.00148 ± 0.00044 0.00563 ± 0.00005 2.785 ± 0.023 % 97.478 ± 0.055 %
318 2.4336 ± 0.0148 0.00148 ± 0.00044 0.00562 ± 0.00005 2.784 ± 0.023 % 97.483 ± 0.055 %
319 2.4325 ± 0.0148 0.00147 ± 0.00044 0.00562 ± 0.00005 2.783 ± 0.023 % 97.490 ± 0.055 %
320 2.4328 ± 0.0147 0.00149 ± 0.00044 0.00562 ± 0.00005 2.784 ± 0.023 % 97.490 ± 0.055 %
321 2.4298 ± 0.0147 0.00149 ± 0.00044 0.00562 ± 0.00005 2.784 ± 0.023 % 97.491 ± 0.055 %
322 2.4302 ± 0.0147 0.00151 ± 0.00044 0.00561 ± 0.00005 2.783 ± 0.023 % 97.489 ± 0.055 %
323 2.4311 ± 0.0147 0.00149 ± 0.00044 0.00561 ± 0.00005 2.782 ± 0.023 % 97.486 ± 0.055 %
324 2.4283 ± 0.0146 0.00148 ± 0.00044 0.00561 ± 0.00005 2.781 ± 0.023 % 97.486 ± 0.054 %
325 2.4264 ± 0.0146 0.00147 ± 0.00044 0.00561 ± 0.00005 2.781 ± 0.023 % 97.488 ± 0.054 %
326 2.4230 ± 0.0145 0.00147 ± 0.00044 0.00561 ± 0.00005 2.785 ± 0.023 % 97.488 ± 0.054 %
327 2.4203 ± 0.0145 0.00147 ± 0.00044 0.00561 ± 0.00005 2.782 ± 0.023 % 97.492 ± 0.054 %
328 2.4212 ± 0.0145 0.00148 ± 0.00043 0.00560 ± 0.00005 2.780 ± 0.023 % 97.495 ± 0.054 %
329 2.4211 ± 0.0144 0.00149 ± 0.00043 0.00560 ± 0.00005 2.780 ± 0.022 % 97.492 ± 0.054 %
330 2.4246 ± 0.0145 0.00148 ± 0.00043 0.00560 ± 0.00005 2.779 ± 0.022 % 97.489 ± 0.054 %
331 2.4256 ± 0.0144 0.00151 ± 0.00043 0.00562 ± 0.00005 2.794 ± 0.024 % 97.479 ± 0.054 %
332 2.4290 ± 0.0144 0.00151 ± 0.00043 0.00562 ± 0.00005 2.792 ± 0.024 % 97.478 ± 0.054 %
333 2.4284 ± 0.0144 0.00152 ± 0.00043 0.00562 ± 0.00005 2.792 ± 0.024 % 97.477 ± 0.054 %
334 2.4282 ± 0.0144 0.00150 ± 0.00043 0.00562 ± 0.00005 2.791 ± 0.024 % 97.469 ± 0.054 %
335 2.4286 ± 0.0144 0.00150 ± 0.00043 0.00561 ± 0.00005 2.789 ± 0.024 % 97.464 ± 0.054 %
336 2.4289 ± 0.0143 0.00149 ± 0.00043 0.00561 ± 0.00005 2.788 ± 0.024 % 97.458 ± 0.054 %
337 2.4302 ± 0.0143 0.00149 ± 0.00043 0.00561 ± 0.00005 2.786 ± 0.024 % 97.456 ± 0.054 %
338 2.4308 ± 0.0143 0.00146 ± 0.00043 0.00560 ± 0.00005 2.786 ± 0.024 % 97.450 ± 0.054 %
339 2.4321 ± 0.0143 0.00145 ± 0.00043 0.00560 ± 0.00005 2.785 ± 0.024 % 97.452 ± 0.054 %
340 2.4345 ± 0.0143 0.00142 ± 0.00043 0.00561 ± 0.00005 2.787 ± 0.024 % 97.448 ± 0.054 %
341 2.4381 ± 0.0143 0.00139 ± 0.00043 0.00562 ± 0.00005 2.789 ± 0.024 % 97.441 ± 0.054 %
342 2.4430 ± 0.0143 0.00139 ± 0.00043 0.00562 ± 0.00005 2.788 ± 0.024 % 97.441 ± 0.053 %
343 2.4485 ± 0.0144 0.00142 ± 0.00042 0.00563 ± 0.00005 2.789 ± 0.024 % 97.434 ± 0.053 %
344 2.4514 ± 0.0144 0.00143 ± 0.00042 0.00563 ± 0.00005 2.789 ± 0.024 % 97.436 ± 0.053 %
345 2.4501 ± 0.0143 0.00140 ± 0.00042 0.00563 ± 0.00005 2.790 ± 0.023 % 97.434 ± 0.053 %
346 2.4473 ± 0.0143 0.00143 ± 0.00042 0.00563 ± 0.00005 2.790 ± 0.023 % 97.437 ± 0.053 %
347 2.4482 ± 0.0143 0.00144 ± 0.00042 0.00563 ± 0.00005 2.789 ± 0.023 % 97.436 ± 0.053 %
348 2.4473 ± 0.0142 0.00145 ± 0.00042 0.00563 ± 0.00005 2.788 ± 0.023 % 97.439 ± 0.053 %
349 2.4445 ± 0.0142 0.00145 ± 0.00042 0.00563 ± 0.00005 2.788 ± 0.023 % 97.444 ± 0.053 %
350 2.4435 ± 0.0142 0.00139 ± 0.00042 0.00563 ± 0.00005 2.790 ± 0.023 % 97.443 ± 0.053 %
351 2.4449 ± 0.0142 0.00139 ± 0.00042 0.00564 ± 0.00005 2.793 ± 0.023 % 97.439 ± 0.053 %
352 2.4443 ± 0.0141 0.00140 ± 0.00042 0.00565 ± 0.00005 2.796 ± 0.023 % 97.439 ± 0.053 %
353 2.4449 ± 0.0141 0.00138 ± 0.00042 0.00565 ± 0.00005 2.797 ± 0.023 % 97.430 ± 0.053 %
354 2.4448 ± 0.0141 0.00141 ± 0.00042 0.00566 ± 0.00005 2.798 ± 0.023 % 97.433 ± 0.053 %
355 2.4449 ± 0.0141 0.00144 ± 0.00042 0.00568 ± 0.00005 2.800 ± 0.023 % 97.431 ± 0.053 %
356 2.4432 ± 0.0140 0.00146 ± 0.00042 0.00568 ± 0.00005 2.802 ± 0.023 % 97.434 ± 0.052 %
357 2.4441 ± 0.0140 0.00151 ± 0.00042 0.00569 ± 0.00005 2.804 ± 0.023 % 97.432 ± 0.052 %
358 2.4446 ± 0.0140 0.00151 ± 0.00042 0.00570 ± 0.00005 2.804 ± 0.023 % 97.424 ± 0.052 %
359 2.4417 ± 0.0140 0.00151 ± 0.00042 0.00570 ± 0.00005 2.805 ± 0.023 % 97.427 ± 0.052 %
360 2.4402 ± 0.0139 0.00148 ± 0.00042 0.00571 ± 0.00005 2.806 ± 0.023 % 97.423 ± 0.052 %
361 2.4403 ± 0.0139 0.00147 ± 0.00042 0.00571 ± 0.00005 2.807 ± 0.023 % 97.421 ± 0.052 %
362 2.4401 ± 0.0139 0.00150 ± 0.00042 0.00572 ± 0.00005 2.812 ± 0.023 % 97.416 ± 0.052 %
363 2.4390 ± 0.0139 0.00150 ± 0.00042 0.00573 ± 0.00005 2.815 ± 0.023 % 97.418 ± 0.052 %
364 2.4392 ± 0.0138 0.00151 ± 0.00042 0.00574 ± 0.00005 2.817 ± 0.023 % 97.414 ± 0.052 %
365 2.4362 ± 0.0138 0.00150 ± 0.00042 0.00575 ± 0.00005 2.819 ± 0.023 % 97.415 ± 0.052 %
366 2.4362 ± 0.0138 0.00153 ± 0.00042 0.00576 ± 0.00005 2.825 ± 0.023 % 97.409 ± 0.052 %
367 2.4365 ± 0.0138 0.00152 ± 0.00042 0.00577 ± 0.00005 2.827 ± 0.023 % 97.407 ± 0.052 %
368 2.4346 ± 0.0137 0.00141 ± 0.00042 0.00577 ± 0.00005 2.827 ± 0.023 % 97.410 ± 0.052 %
369 2.4343 ± 0.0137 0.00135 ± 0.00042 0.00578 ± 0.00005 2.829 ± 0.023 % 97.409 ± 0.052 %
370 2.4333 ± 0.0137 0.00131 ± 0.00042 0.00579 ± 0.00005 2.834 ± 0.023 % 97.408 ± 0.052 %
371 2.4351 ± 0.0137 0.00138 ± 0.00042 0.00580 ± 0.00005 2.836 ± 0.023 % 97.408 ± 0.052 %
372 2.4371 ± 0.0137 0.00129 ± 0.00042 0.00583 ± 0.00005 2.838 ± 0.022 % 97.400 ± 0.052 %
373 2.4351 ± 0.0136 0.00131 ± 0.00042 0.00582 ± 0.00005 2.837 ± 0.022 % 97.401 ± 0.052 %
374 2.4328 ± 0.0136 0.00132 ± 0.00042 0.00582 ± 0.00005 2.837 ± 0.022 % 97.403 ± 0.052 %
375 2.4321 ± 0.0136 0.00131 ± 0.00042 0.00583 ± 0.00005 2.838 ± 0.022 % 97.400 ± 0.051 %
376 2.4348 ± 0.0136 0.00125 ± 0.00042 0.00583 ± 0.00005 2.838 ± 0.022 % 97.401 ± 0.051 %
377 2.4387 ± 0.0136 0.00128 ± 0.00042 0.00584 ± 0.00005 2.839 ± 0.022 % 97.395 ± 0.051 %
378 2.4364 ± 0.0135 0.00128 ± 0.00042 0.00584 ± 0.00005 2.839 ± 0.022 % 97.399 ± 0.051 %
379 2.4349 ± 0.0135 0.00124 ± 0.00042 0.00584 ± 0.00005 2.841 ± 0.022 % 97.400 ± 0.051 %
380 2.4338 ± 0.0135 0.00123 ± 0.00042 0.00584 ± 0.00005 2.841 ± 0.022 % 97.401 ± 0.051 %
381 2.4351 ± 0.0135 0.00118 ± 0.00042 0.00585 ± 0.00005 2.844 ± 0.022 % 97.400 ± 0.051 %
382 2.4360 ± 0.0135 0.00116 ± 0.00042 0.00584 ± 0.00005 2.843 ± 0.022 % 97.398 ± 0.051 %
383 2.4380 ± 0.0135 0.00114 ± 0.00041 0.00585 ± 0.00005 2.844 ± 0.022 % 97.395 ± 0.051 %
384 2.4413 ± 0.0135 0.00113 ± 0.00041 0.00585 ± 0.00005 2.843 ± 0.022 % 97.392 ± 0.051 %
385 2.4442 ± 0.0135 0.00113 ± 0.00041 0.00586 ± 0.00005 2.845 ± 0.022 % 97.388 ± 0.051 %
386 2.4473 ± 0.0135 0.00114 ± 0.00041 0.00587 ± 0.00005 2.846 ± 0.022 % 97.381 ± 0.051 %
387 2.4521 ± 0.0135 0.00113 ± 0.00041 0.00588 ± 0.00005 2.848 ± 0.022 % 97.378 ± 0.051 %
388 2.4542 ± 0.0135 0.00111 ± 0.00041 0.00587 ± 0.00005 2.846 ± 0.022 % 97.374 ± 0.051 %
389 2.4507 ± 0.0135 0.00113 ± 0.00041 0.00586 ± 0.00005 2.844 ± 0.022 % 97.378 ± 0.051 %
390 2.4475 ± 0.0134 0.00111 ± 0.00041 0.00586 ± 0.00005 2.843 ± 0.022 % 97.382 ± 0.051 %
391 2.4438 ± 0.0134 0.00112 ± 0.00041 0.00585 ± 0.00005 2.841 ± 0.022 % 97.384 ± 0.051 %
392 2.4423 ± 0.0134 0.00113 ± 0.00041 0.00584 ± 0.00005 2.841 ± 0.022 % 97.387 ± 0.050 %
393 2.4416 ± 0.0133 0.00115 ± 0.00041 0.00585 ± 0.00005 2.844 ± 0.022 % 97.383 ± 0.050 %
394 2.4401 ± 0.0133 0.00113 ± 0.00041 0.00584 ± 0.00005 2.843 ± 0.022 % 97.386 ± 0.050 %
395 2.4372 ± 0.0133 0.00116 ± 0.00041 0.00583 ± 0.00005 2.842 ± 0.022 % 97.389 ± 0.050 %
396 2.4349 ± 0.0132 0.00113 ± 0.00041 0.00584 ± 0.00005 2.844 ± 0.022 % 97.390 ± 0.050 %
397 2.4312 ± 0.0132 0.00112 ± 0.00041 0.00584 ± 0.00005 2.843 ± 0.022 % 97.395 ± 0.050 %
398 2.4284 ± 0.0132 0.00111 ± 0.00041 0.00583 ± 0.00005 2.841 ± 0.022 % 97.401 ± 0.050 %
399 2.4246 ± 0.0131 0.00110 ± 0.00041 0.00583 ± 0.00005 2.841 ± 0.022 % 97.403 ± 0.050 %
400 2.4213 ± 0.0131 0.00110 ± 0.00041 0.00582 ± 0.00005 2.840 ± 0.021 % 97.407 ± 0.050 %
401 2.4169 ± 0.0130 0.00108 ± 0.00040 0.00582 ± 0.00005 2.840 ± 0.021 % 97.411 ± 0.050 %
402 2.4137 ± 0.0130 0.00109 ± 0.00040 0.00581 ± 0.00005 2.839 ± 0.021 % 97.413 ± 0.050 %
403 2.4099 ± 0.0129 0.00112 ± 0.00040 0.00581 ± 0.00005 2.839 ± 0.021 % 97.418 ± 0.049 %
404 2.4066 ± 0.0129 0.00111 ± 0.00040 0.00580 ± 0.00005 2.840 ± 0.021 % 97.422 ± 0.049 %
405 2.4027 ± 0.0128 0.00111 ± 0.00040 0.00579 ± 0.00005 2.837 ± 0.021 % 97.425 ± 0.049 %
406 2.3989 ± 0.0128 0.00111 ± 0.00040 0.00579 ± 0.00005 2.837 ± 0.021 % 97.425 ± 0.049 %
407 2.3958 ± 0.0127 0.00107 ± 0.00040 0.00578 ± 0.00005 2.836 ± 0.021 % 97.428 ± 0.049 %
408 2.3931 ± 0.0127 0.00107 ± 0.00040 0.00578 ± 0.00005 2.835 ± 0.021 % 97.432 ± 0.049 %
409 2.3892 ± 0.0127 0.00105 ± 0.00040 0.00577 ± 0.00005 2.834 ± 0.021 % 97.436 ± 0.049 %
410 2.3885 ± 0.0126 0.00106 ± 0.00040 0.00576 ± 0.00005 2.832 ± 0.021 % 97.440 ± 0.049 %
411 2.3897 ± 0.0126 0.00105 ± 0.00040 0.00576 ± 0.00005 2.830 ± 0.021 % 97.437 ± 0.049 %
412 2.3887 ± 0.0126 0.00104 ± 0.00040 0.00576 ± 0.00005 2.831 ± 0.021 % 97.440 ± 0.049 %
413 2.3911 ± 0.0126 0.00101 ± 0.00040 0.00575 ± 0.00005 2.829 ± 0.021 % 97.441 ± 0.049 %
414 2.3916 ± 0.0126 0.00098 ± 0.00040 0.00575 ± 0.00005 2.830 ± 0.021 % 97.444 ± 0.049 %
415 2.3883 ± 0.0126 0.00098 ± 0.00040 0.00574 ± 0.00005 2.828 ± 0.021 % 97.449 ± 0.048 %
416 2.3847 ± 0.0126 0.00106 ± 0.00040 0.00573 ± 0.00005 2.828 ± 0.021 % 97.453 ± 0.048 %
417 2.3872 ± 0.0126 0.00107 ± 0.00040 0.00573 ± 0.00005 2.825 ± 0.021 % 97.454 ± 0.048 %
418 2.3836 ± 0.0125 0.00106 ± 0.00040 0.00572 ± 0.00005 2.823 ± 0.021 % 97.459 ± 0.048 %
419 2.3823 ± 0.0125 0.00106 ± 0.00040 0.00571 ± 0.00005 2.821 ± 0.021 % 97.463 ± 0.048 %
420 2.3798 ± 0.0125 0.00105 ± 0.00040 0.00570 ± 0.00005 2.818 ± 0.021 % 97.465 ± 0.048 %
421 2.3769 ± 0.0124 0.00105 ± 0.00040 0.00569 ± 0.00005 2.817 ± 0.021 % 97.468 ± 0.048 %
422 2.3729 ± 0.0124 0.00105 ± 0.00040 0.00568 ± 0.00005 2.815 ± 0.021 % 97.473 ± 0.048 %
423 2.3691 ± 0.0124 0.00106 ± 0.00040 0.00567 ± 0.00005 2.813 ± 0.021 % 97.478 ± 0.048 %
424 2.3686 ± 0.0123 0.00110 ± 0.00040 0.00567 ± 0.00005 2.812 ± 0.021 % 97.482 ± 0.048 %
425 2.3658 ± 0.0123 0.00109 ± 0.00040 0.00566 ± 0.00005 2.811 ± 0.021 % 97.485 ± 0.048 %
426 2.3624 ± 0.0123 0.00108 ± 0.00040 0.00565 ± 0.00005 2.808 ± 0.021 % 97.489 ± 0.047 %
427 2.3598 ± 0.0122 0.00108 ± 0.00040 0.00564 ± 0.00005 2.807 ± 0.021 % 97.491 ± 0.047 %
428 2.3584 ± 0.0122 0.00106 ± 0.00039 0.00564 ± 0.00005 2.808 ± 0.021 % 97.495 ± 0.047 %
429 2.3559 ± 0.0122 0.00105 ± 0.00039 0.00564 ± 0.00005 2.808 ± 0.021 % 97.498 ± 0.047 %
430 2.3527 ± 0.0121 0.00105 ± 0.00039 0.00563 ± 0.00005 2.805 ± 0.021 % 97.502 ± 0.047 %
431 2.3492 ± 0.0121 0.00105 ± 0.00039 0.00562 ± 0.00005 2.804 ± 0.021 % 97.508 ± 0.047 %
432 2.3477 ± 0.0121 0.00109 ± 0.00039 0.00562 ± 0.00005 2.804 ± 0.021 % 97.509 ± 0.047 %
433 2.3454 ± 0.0120 0.00109 ± 0.00039 0.00561 ± 0.00005 2.802 ± 0.021 % 97.514 ± 0.047 %
434 2.3432 ± 0.0120 0.00110 ± 0.00039 0.00560 ± 0.00005 2.801 ± 0.021 % 97.516 ± 0.047 %
435 2.3414 ± 0.0120 0.00108 ± 0.00039 0.00560 ± 0.00005 2.800 ± 0.020 % 97.516 ± 0.047 %
436 2.3403 ± 0.0120 0.00109 ± 0.00039 0.00560 ± 0.00005 2.800 ± 0.020 % 97.520 ± 0.047 %
437 2.3399 ± 0.0119 0.00107 ± 0.00039 0.00559 ± 0.00005 2.798 ± 0.020 % 97.521 ± 0.047 %
438 2.3403 ± 0.0119 0.00106 ± 0.00039 0.00559 ± 0.00005 2.797 ± 0.020 % 97.521 ± 0.047 %
439 2.3418 ± 0.0119 0.00105 ± 0.00039 0.00560 ± 0.00005 2.797 ± 0.020 % 97.522 ± 0.046 %
440 2.3448 ± 0.0119 0.00106 ± 0.00039 0.00560 ± 0.00005 2.796 ± 0.020 % 97.517 ± 0.046 %
441 2.3501 ± 0.0120 0.00105 ± 0.00039 0.00560 ± 0.00005 2.795 ± 0.020 % 97.521 ± 0.046 %
442 2.3556 ± 0.0120 0.00107 ± 0.00039 0.00560 ± 0.00005 2.793 ± 0.020 % 97.518 ± 0.046 %
443 2.3538 ± 0.0120 0.00109 ± 0.00039 0.00559 ± 0.00005 2.792 ± 0.020 % 97.520 ± 0.046 %
444 2.3534 ± 0.0120 0.00109 ± 0.00038 0.00559 ± 0.00005 2.792 ± 0.020 % 97.519 ± 0.046 %
445 2.3538 ± 0.0119 0.00110 ± 0.00038 0.00559 ± 0.00004 2.792 ± 0.020 % 97.518 ± 0.046 %
446 2.3560 ± 0.0120 0.00111 ± 0.00038 0.00560 ± 0.00004 2.792 ± 0.020 % 97.518 ± 0.046 %
447 2.3587 ± 0.0120 0.00113 ± 0.00038 0.00560 ± 0.00004 2.791 ± 0.020 % 97.520 ± 0.046 %
448 2.3604 ± 0.0120 0.00114 ± 0.00038 0.00560 ± 0.00004 2.792 ± 0.020 % 97.518 ± 0.046 %
449 2.3619 ± 0.0120 0.00115 ± 0.00038 0.00560 ± 0.00004 2.790 ± 0.020 % 97.516 ± 0.046 %
450 2.3636 ± 0.0120 0.00116 ± 0.00038 0.00560 ± 0.00004 2.789 ± 0.020 % 97.517 ± 0.046 %
451 2.3658 ± 0.0120 0.00116 ± 0.00038 0.00559 ± 0.00004 2.788 ± 0.020 % 97.518 ± 0.046 %
452 2.3666 ± 0.0120 0.00117 ± 0.00038 0.00560 ± 0.00004 2.788 ± 0.020 % 97.518 ± 0.046 %
453 2.3681 ± 0.0120 0.00117 ± 0.00038 0.00560 ± 0.00004 2.788 ± 0.020 % 97.517 ± 0.046 %
454 2.3665 ± 0.0119 0.00116 ± 0.00038 0.00560 ± 0.00004 2.787 ± 0.020 % 97.520 ± 0.046 %
455 2.3688 ± 0.0119 0.00117 ± 0.00038 0.00561 ± 0.00005 2.786 ± 0.020 % 97.516 ± 0.046 %
456 2.3699 ± 0.0119 0.00118 ± 0.00038 0.00560 ± 0.00005 2.784 ± 0.020 % 97.518 ± 0.046 %
457 2.3724 ± 0.0119 0.00118 ± 0.00038 0.00560 ± 0.00005 2.782 ± 0.020 % 97.517 ± 0.046 %
458 2.3762 ± 0.0119 0.00120 ± 0.00038 0.00559 ± 0.00005 2.780 ± 0.020 % 97.518 ± 0.046 %
459 2.3764 ± 0.0119 0.00120 ± 0.00038 0.00559 ± 0.00004 2.779 ± 0.020 % 97.520 ± 0.045 %
460 2.3770 ± 0.0119 0.00119 ± 0.00038 0.00558 ± 0.00004 2.777 ± 0.020 % 97.523 ± 0.045 %
461 2.3751 ± 0.0119 0.00119 ± 0.00038 0.00558 ± 0.00004 2.776 ± 0.020 % 97.522 ± 0.045 %
462 2.3759 ± 0.0119 0.00120 ± 0.00038 0.00558 ± 0.00004 2.775 ± 0.020 % 97.517 ± 0.045 %
463 2.3793 ± 0.0119 0.00119 ± 0.00038 0.00559 ± 0.00004 2.775 ± 0.020 % 97.516 ± 0.045 %
464 2.3836 ± 0.0119 0.00120 ± 0.00038 0.00560 ± 0.00004 2.775 ± 0.020 % 97.517 ± 0.045 %
465 2.3817 ± 0.0119 0.00121 ± 0.00038 0.00559 ± 0.00004 2.773 ± 0.020 % 97.518 ± 0.045 %
466 2.3828 ± 0.0119 0.00118 ± 0.00037 0.00559 ± 0.00004 2.772 ± 0.020 % 97.517 ± 0.045 %
467 2.3844 ± 0.0119 0.00118 ± 0.00037 0.00559 ± 0.00004 2.773 ± 0.019 % 97.514 ± 0.045 %
468 2.3859 ± 0.0119 0.00120 ± 0.00037 0.00559 ± 0.00004 2.773 ± 0.019 % 97.513 ± 0.045 %
469 2.3863 ± 0.0119 0.00120 ± 0.00037 0.00559 ± 0.00004 2.772 ± 0.019 % 97.517 ± 0.045 %
470 2.3873 ± 0.0119 0.00118 ± 0.00037 0.00558 ± 0.00004 2.770 ± 0.019 % 97.519 ± 0.045 %
471 2.3896 ± 0.0119 0.00120 ± 0.00037 0.00558 ± 0.00004 2.769 ± 0.019 % 97.521 ± 0.045 %
472 2.3916 ± 0.0119 0.00122 ± 0.00037 0.00558 ± 0.00004 2.768 ± 0.019 % 97.520 ± 0.045 %
473 2.3920 ± 0.0119 0.00123 ± 0.00037 0.00558 ± 0.00004 2.766 ± 0.019 % 97.524 ± 0.045 %
474 2.3937 ± 0.0119 0.00125 ± 0.00037 0.00557 ± 0.00004 2.764 ± 0.019 % 97.525 ± 0.045 %
475 2.3953 ± 0.0119 0.00125 ± 0.00037 0.00557 ± 0.00004 2.763 ± 0.019 % 97.523 ± 0.045 %
476 2.3956 ± 0.0119 0.00127 ± 0.00037 0.00557 ± 0.00004 2.764 ± 0.019 % 97.525 ± 0.045 %
477 2.3962 ± 0.0119 0.00127 ± 0.00037 0.00556 ± 0.00004 2.762 ± 0.019 % 97.528 ± 0.045 %
478 2.3970 ± 0.0118 0.00125 ± 0.00037 0.00556 ± 0.00004 2.761 ± 0.019 % 97.527 ± 0.044 %
479 2.3987 ± 0.0118 0.00126 ± 0.00037 0.00556 ± 0.00004 2.760 ± 0.019 % 97.528 ± 0.044 %
480 2.4001 ± 0.0118 0.00127 ± 0.00037 0.00555 ± 0.00004 2.758 ± 0.019 % 97.529 ± 0.044 %
481 2.3974 ± 0.0118 0.00125 ± 0.00037 0.00555 ± 0.00004 2.757 ± 0.019 % 97.531 ± 0.044 %
482 2.3984 ± 0.0118 0.00128 ± 0.00037 0.00555 ± 0.00004 2.756 ± 0.019 % 97.528 ± 0.044 %
483 2.3973 ± 0.0118 0.00127 ± 0.00037 0.00554 ± 0.00004 2.755 ± 0.019 % 97.528 ± 0.044 %
484 2.4003 ± 0.0118 0.00127 ± 0.00037 0.00554 ± 0.00004 2.755 ± 0.019 % 97.526 ± 0.044 %
485 2.4049 ± 0.0118 0.00127 ± 0.00037 0.00554 ± 0.00004 2.753 ± 0.019 % 97.522 ± 0.044 %
486 2.4063 ± 0.0118 0.00125 ± 0.00036 0.00554 ± 0.00004 2.753 ± 0.019 % 97.520 ± 0.044 %
487 2.4086 ± 0.0118 0.00124 ± 0.00036 0.00554 ± 0.00004 2.753 ± 0.019 % 97.523 ± 0.044 %
488 2.4104 ± 0.0118 0.00125 ± 0.00036 0.00553 ± 0.00004 2.752 ± 0.019 % 97.523 ± 0.044 %
489 2.4123 ± 0.0118 0.00123 ± 0.00036 0.00555 ± 0.00004 2.757 ± 0.020 % 97.523 ± 0.044 %
490 2.4152 ± 0.0118 0.00123 ± 0.00036 0.00554 ± 0.00004 2.755 ± 0.020 % 97.522 ± 0.044 %
491 2.4179 ± 0.0119 0.00120 ± 0.00036 0.00555 ± 0.00004 2.754 ± 0.020 % 97.517 ± 0.044 %
492 2.4211 ± 0.0119 0.00120 ± 0.00036 0.00555 ± 0.00004 2.753 ± 0.020 % 97.516 ± 0.044 %
493 2.4209 ± 0.0119 0.00119 ± 0.00036 0.00554 ± 0.00004 2.752 ± 0.020 % 97.516 ± 0.044 %
494 2.4195 ± 0.0118 0.00118 ± 0.00036 0.00554 ± 0.00004 2.751 ± 0.020 % 97.519 ± 0.044 %
495 2.4191 ± 0.0118 0.00118 ± 0.00036 0.00555 ± 0.00004 2.751 ± 0.020 % 97.518 ± 0.044 %
496 2.4188 ± 0.0118 0.00114 ± 0.00036 0.00555 ± 0.00004 2.751 ± 0.020 % 97.521 ± 0.044 %
497 2.4191 ± 0.0118 0.00114 ± 0.00036 0.00555 ± 0.00004 2.751 ± 0.020 % 97.519 ± 0.044 %
498 2.4190 ± 0.0118 0.00115 ± 0.00036 0.00554 ± 0.00004 2.751 ± 0.020 % 97.518 ± 0.044 %
499 2.4179 ± 0.0118 0.00116 ± 0.00036 0.00554 ± 0.00004 2.751 ± 0.020 % 97.517 ± 0.044 %
500 2.4192 ± 0.0118 0.00117 ± 0.00036 0.00554 ± 0.00004 2.750 ± 0.020 % 97.519 ± 0.044 %
501 2.4230 ± 0.0118 0.00118 ± 0.00036 0.00554 ± 0.00004 2.749 ± 0.020 % 97.519 ± 0.044 %
502 2.4221 ± 0.0118 0.00119 ± 0.00036 0.00554 ± 0.00004 2.749 ± 0.020 % 97.520 ± 0.043 %
503 2.4223 ± 0.0117 0.00119 ± 0.00036 0.00554 ± 0.00004 2.747 ± 0.020 % 97.519 ± 0.043 %
504 2.4231 ± 0.0117 0.00122 ± 0.00036 0.00553 ± 0.00004 2.748 ± 0.020 % 97.521 ± 0.043 %
505 2.4249 ± 0.0117 0.00121 ± 0.00036 0.00554 ± 0.00004 2.747 ± 0.019 % 97.521 ± 0.043 %
506 2.4266 ± 0.0117 0.00122 ± 0.00036 0.00555 ± 0.00004 2.749 ± 0.019 % 97.515 ± 0.043 %
507 2.4279 ± 0.0117 0.00121 ± 0.00036 0.00555 ± 0.00004 2.748 ± 0.019 % 97.516 ± 0.043 %
508 2.4302 ± 0.0118 0.00123 ± 0.00036 0.00555 ± 0.00004 2.747 ± 0.019 % 97.515 ± 0.043 %
509 2.4272 ± 0.0117 0.00120 ± 0.00036 0.00554 ± 0.00004 2.747 ± 0.019 % 97.520 ± 0.043 %
510 2.4266 ± 0.0117 0.00119 ± 0.00036 0.00555 ± 0.00004 2.752 ± 0.019 % 97.516 ± 0.043 %
511 2.4258 ± 0.0117 0.00121 ± 0.00036 0.00556 ± 0.00004 2.753 ± 0.019 % 97.517 ± 0.043 %
512 2.4243 ± 0.0117 0.00120 ± 0.00036 0.00556 ± 0.00004 2.756 ± 0.019 % 97.521 ± 0.043 %
513 2.4220 ± 0.0116 0.00118 ± 0.00036 0.00556 ± 0.00004 2.756 ± 0.019 % 97.522 ± 0.043 %
514 2.4215 ± 0.0116 0.00119 ± 0.00036 0.00556 ± 0.00004 2.757 ± 0.019 % 97.520 ± 0.043 %
515 2.4213 ± 0.0116 0.00119 ± 0.00036 0.00557 ± 0.00004 2.758 ± 0.019 % 97.519 ± 0.043 %
516 2.4190 ± 0.0116 0.00118 ± 0.00036 0.00557 ± 0.00004 2.760 ± 0.019 % 97.518 ± 0.043 %
517 2.4185 ± 0.0116 0.00121 ± 0.00035 0.00557 ± 0.00004 2.763 ± 0.019 % 97.520 ± 0.043 %
518 2.4182 ± 0.0115 0.00124 ± 0.00035 0.00557 ± 0.00004 2.763 ± 0.019 % 97.523 ± 0.043 %
519 2.4174 ± 0.0115 0.00121 ± 0.00035 0.00558 ± 0.00004 2.766 ± 0.019 % 97.522 ± 0.043 %
520 2.4169 ± 0.0115 0.00120 ± 0.00035 0.00559 ± 0.00004 2.768 ± 0.019 % 97.519 ± 0.043 %
521 2.4169 ± 0.0115 0.00122 ± 0.00035 0.00559 ± 0.00004 2.767 ± 0.019 % 97.520 ± 0.043 %
522 2.4157 ± 0.0115 0.00120 ± 0.00035 0.00559 ± 0.00004 2.766 ± 0.019 % 97.522 ± 0.043 %
523 2.4166 ± 0.0115 0.00121 ± 0.00035 0.00559 ± 0.00004 2.768 ± 0.019 % 97.516 ± 0.043 %
524 2.4162 ± 0.0115 0.00122 ± 0.00035 0.00559 ± 0.00004 2.766 ± 0.019 % 97.518 ± 0.043 %
525 2.4168 ± 0.0115 0.00121 ± 0.00035 0.00558 ± 0.00004 2.765 ± 0.019 % 97.519 ± 0.043 %
526 2.4156 ± 0.0114 0.00124 ± 0.00035 0.00558 ± 0.00004 2.765 ± 0.019 % 97.520 ± 0.042 %
527 2.4136 ± 0.0114 0.00124 ± 0.00035 0.00558 ± 0.00004 2.764 ± 0.019 % 97.524 ± 0.042 %
528 2.4135 ± 0.0114 0.00126 ± 0.00035 0.00558 ± 0.00004 2.765 ± 0.019 % 97.519 ± 0.042 %
529 2.4127 ± 0.0114 0.00126 ± 0.00035 0.00558 ± 0.00004 2.764 ± 0.019 % 97.521 ± 0.042 %
530 2.4122 ± 0.0114 0.00124 ± 0.00035 0.00557 ± 0.00004 2.763 ± 0.019 % 97.522 ± 0.042 %
531 2.4112 ± 0.0113 0.00124 ± 0.00035 0.00557 ± 0.00004 2.762 ± 0.019 % 97.526 ± 0.042 %
532 2.4087 ± 0.0113 0.00124 ± 0.00035 0.00556 ± 0.00004 2.761 ± 0.019 % 97.528 ± 0.042 %
533 2.4064 ± 0.0113 0.00125 ± 0.00035 0.00556 ± 0.00004 2.760 ± 0.019 % 97.530 ± 0.042 %
534 2.4048 ± 0.0113 0.00128 ± 0.00035 0.00556 ± 0.00004 2.760 ± 0.019 % 97.534 ± 0.042 %
535 2.4046 ± 0.0113 0.00129 ± 0.00035 0.00557 ± 0.00004 2.763 ± 0.019 % 97.531 ± 0.042 %
536 2.4059 ± 0.0113 0.00129 ± 0.00035 0.00557 ± 0.00004 2.763 ± 0.019 % 97.526 ± 0.042 %
537 2.4079 ± 0.0113 0.00128 ± 0.00035 0.00557 ± 0.00004 2.762 ± 0.019 % 97.527 ± 0.042 %
538 2.4094 ± 0.0113 0.00126 ± 0.00035 0.00557 ± 0.00004 2.761 ± 0.019 % 97.527 ± 0.042 %
539 2.4113 ± 0.0113 0.00128 ± 0.00035 0.00557 ± 0.00004 2.761 ± 0.019 % 97.524 ± 0.042 %
540 2.4144 ± 0.0113 0.00128 ± 0.00035 0.00557 ± 0.00004 2.761 ± 0.019 % 97.519 ± 0.042 %
541 2.4174 ± 0.0113 0.00128 ± 0.00035 0.00558 ± 0.00004 2.761 ± 0.019 % 97.517 ± 0.042 %
542 2.4199 ± 0.0113 0.00125 ± 0.00035 0.00558 ± 0.00004 2.761 ± 0.019 % 97.518 ± 0.042 %
543 2.4214 ± 0.0113 0.00124 ± 0.00035 0.00559 ± 0.00004 2.763 ± 0.019 % 97.515 ± 0.042 %
544 2.4208 ± 0.0113 0.00123 ± 0.00035 0.00559 ± 0.00004 2.764 ± 0.019 % 97.516 ± 0.042 %
545 2.4209 ± 0.0113 0.00119 ± 0.00035 0.00560 ± 0.00004 2.765 ± 0.019 % 97.514 ± 0.042 %
546 2.4183 ± 0.0112 0.00118 ± 0.00035 0.00559 ± 0.00004 2.764 ± 0.019 % 97.518 ± 0.042 %
547 2.4159 ± 0.0112 0.00119 ± 0.00034 0.00559 ± 0.00004 2.763 ± 0.019 % 97.519 ± 0.042 %
548 2.4131 ± 0.0112 0.00118 ± 0.00034 0.00558 ± 0.00004 2.762 ± 0.019 % 97.523 ± 0.042 %
549 2.4107 ± 0.0112 0.00118 ± 0.00034 0.00558 ± 0.00004 2.762 ± 0.019 % 97.526 ± 0.042 %
550 2.4094 ± 0.0111 0.00118 ± 0.00034 0.00558 ± 0.00004 2.763 ± 0.019 % 97.527 ± 0.041 %
551 2.4080 ± 0.0111 0.00116 ± 0.00034 0.00558 ± 0.00004 2.763 ± 0.019 % 97.526 ± 0.041 %
552 2.4064 ± 0.0111 0.00118 ± 0.00034 0.00558 ± 0.00004 2.764 ± 0.019 % 97.528 ± 0.041 %
553 2.4054 ± 0.0111 0.00119 ± 0.00034 0.00558 ± 0.00004 2.764 ± 0.019 % 97.529 ± 0.041 %
554 2.4055 ± 0.0111 0.00120 ± 0.00034 0.00558 ± 0.00004 2.764 ± 0.019 % 97.530 ± 0.041 %
555 2.4050 ± 0.0111 0.00120 ± 0.00034 0.00558 ± 0.00004 2.765 ± 0.019 % 97.530 ± 0.041 %
556 2.4079 ± 0.0111 0.00120 ± 0.00034 0.00558 ± 0.00004 2.764 ± 0.019 % 97.526 ± 0.041 %
557 2.4101 ± 0.0111 0.00122 ± 0.00034 0.00558 ± 0.00004 2.765 ± 0.019 % 97.526 ± 0.041 %
558 2.4134 ± 0.0111 0.00122 ± 0.00034 0.00559 ± 0.00004 2.766 ± 0.019 % 97.521 ± 0.041 %
559 2.4155 ± 0.0111 0.00122 ± 0.00034 0.00560 ± 0.00004 2.766 ± 0.019 % 97.519 ± 0.041 %
560 2.4196 ± 0.0111 0.00120 ± 0.00034 0.00560 ± 0.00004 2.765 ± 0.019 % 97.513 ± 0.041 %
561 2.4192 ± 0.0111 0.00120 ± 0.00034 0.00559 ± 0.00004 2.764 ± 0.019 % 97.516 ± 0.041 %
====== Perplexity statistics ======
Mean PPL(Q) : 2.419187 ± 0.011093
Mean PPL(base) : 2.416296 ± 0.011058
Cor(ln(PPL(Q)), ln(PPL(base))): 99.72%
Mean ln(PPL(Q)/PPL(base)) : 0.001196 ± 0.000341
Mean PPL(Q)/PPL(base) : 1.001197 ± 0.000341
Mean PPL(Q)-PPL(base) : 0.002891 ± 0.000824
====== KL divergence statistics ======
Mean KLD: 0.005594 ± 0.000041
Maximum KLD: 1.199049
99.9% KLD: 0.150637
99.0% KLD: 0.061369
95.0% KLD: 0.025268
90.0% KLD: 0.015086
Median KLD: 0.000847
10.0% KLD: 0.000002
5.0% KLD: 0.000000
1.0% KLD: -0.000001
0.1% KLD: -0.000014
Minimum KLD: -0.000487
====== Token probability statistics ======
Mean Δp: -0.029 ± 0.007 %
Maximum Δp: 65.162%
99.9% Δp: 17.984%
99.0% Δp: 9.110%
95.0% Δp: 3.779%
90.0% Δp: 1.876%
75.0% Δp: 0.208%
Median Δp: 0.000%
25.0% Δp: -0.236%
10.0% Δp: -2.024%
5.0% Δp: -3.924%
1.0% Δp: -9.247%
0.1% Δp: -17.958%
Minimum Δp: -59.321%
RMS Δp : 2.764 ± 0.019 %
Same top p: 97.516 ± 0.041 %
2.54.375.390 I llama_perf_context_print: load time = 92237.15 ms
2.54.375.392 I llama_perf_context_print: prompt eval time = 61605.97 ms / 287232 tokens ( 0.21 ms per token, 4662.41 tokens per second)
2.54.375.393 I llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second)
2.54.375.395 I llama_perf_context_print: total time = 80844.13 ms / 287233 tokens
2.54.375.396 I llama_perf_context_print: graphs reused = 34
2.54.375.609 I common_memory_breakdown_print: | memory breakdown [MiB] | total free self model context compute unaccounted |
2.54.375.616 I common_memory_breakdown_print: | - CUDA0 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 73389 + (22867 = 19570 + 224 + 3073) + 992 |
2.54.375.617 I common_memory_breakdown_print: | - CUDA1 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 64733 + (31525 = 28259 + 192 + 3073) + 991 |
2.54.375.617 I common_memory_breakdown_print: | - CUDA2 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 64697 + (31559 = 28294 + 192 + 3073) + 992 |
2.54.375.617 I common_memory_breakdown_print: | - CUDA3 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 64733 + (31525 = 28259 + 192 + 3073) + 991 |
2.54.375.617 I common_memory_breakdown_print: | - CUDA4 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 64697 + (31559 = 28294 + 192 + 3073) + 992 |
2.54.375.618 I common_memory_breakdown_print: | - CUDA5 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 64733 + (31525 = 28259 + 192 + 3073) + 991 |
2.54.375.618 I common_memory_breakdown_print: | - CUDA6 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 64697 + (31559 = 28294 + 192 + 3073) + 992 |
2.54.375.618 I common_memory_breakdown_print: | - CUDA7 (RTX PRO 6000 Blackwell Max-Q Workstation Edition) | 97250 = 78831 + (17425 = 12404 + 160 + 4861) + 992 |
2.54.375.618 I common_memory_breakdown_print: | - Host | 856 = 534 + 0 + 321 |