I get and error trying to load a model. (Exit code: 18446744072635812000). Unknown error. Try a different model and/or config.)
I tried to download several models - same result. LM Studio 0.3.9. Made no changes to any settings. pls help
1 Like
It seems that upgrading LM Studio may fix the problem. However, there is a possibility that there is an unresolved issue.
opened 01:10PM - 06 Feb 25 UTC
needs-investigation
**Which version of LM Studio?**
LM Studio 0.3.9
**Which operating system?**
Winā¦ dows11
**What is the bug?**
```
š„² Failed to load the model
Error loading model.
(Exit code: 18446744073709515000). Unknown error. Try a different model and/or config.
```
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Logs**
2025-02-06 21:07:28 [DEBUG]
ggml_vulkan: Found 1 Vulkan devices:
2025-02-06 21:07:28 [DEBUG]
ggml_vulkan: 0 = AMD Radeon RX 6750 XT (AMD proprietary driver) | uma: 0 | fp16: 1 | warp size: 64 | matrix cores: none
2025-02-06 21:07:28 [DEBUG]
CPU : SSE3 = 1 | SSSE3 = 1 | AVX = 1 | AVX2 = 1 | F16C = 1 | FMA = 1 | LLAMAFILE = 1 | OPENMP = 1 | AARCH64_REPACK = 1 |
llama_model_load_from_file_impl: using device Vulkan0 (AMD Radeon RX 6750 XT) - 12016 MiB free
2025-02-06 21:07:29 [DEBUG]
llama_model_loader: loaded meta data with 26 key-value pairs and 579 tensors from D:\models\Publisher\Repository\DeepSeek-R1-Distill-Qwen-14B-Q4_K_M.gguf (version GGUF V3 (latest))
llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
llama_model_loader: - kv 0: general.architecture str = qwen2
llama_model_loader: - kv 1: general.type str = model
llama_model_loader: - kv 2: general.name str = DeepSeek R1 Distill Qwen 14B
llama_model_loader: - kv 3: general.basename str = DeepSeek-R1-Distill-Qwen
llama_model_loader: - kv 4: general.size_label str = 14B
llama_model_loader: - kv 5: qwen2.block_count u32 = 48
llama_model_loader: - kv 6: qwen2.context_length u32 = 131072
llama_model_loader: - kv 7: qwen2.embedding_length u32 = 5120
llama_model_loader: - kv 8: qwen2.feed_forward_length u32 = 13824
llama_model_loader: - kv 9: qwen2.attention.head_count u32 = 40
llama_model_loader: - kv 10: qwen2.attention.head_count_kv u32 = 8
llama_model_loader: - kv 11: qwen2.rope.freq_base f32 = 1000000.000000
llama_model_loader: - kv 12: qwen2.attention.layer_norm_rms_epsilon f32 = 0.000010
llama_model_loader: - kv 13: tokenizer.ggml.model str = gpt2
llama_model_loader: - kv 14: tokenizer.ggml.pre str = deepseek-r1-qwen
2025-02-06 21:07:29 [DEBUG]
llama_model_loader: - kv 15: tokenizer.ggml.tokens arr[str,152064] = ["!", "\"", "#", "$", "%", "&", "'", ...
2025-02-06 21:07:29 [DEBUG]
llama_model_loader: - kv 16: tokenizer.ggml.token_type arr[i32,152064] = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
2025-02-06 21:07:29 [DEBUG]
llama_model_loader: - kv 17: tokenizer.ggml.merges arr[str,151387] = ["Ä Ä ", "Ä Ä Ä Ä ", "i n", "Ä t",...
llama_model_loader: - kv 18: tokenizer.ggml.bos_token_id u32 = 151646
llama_model_loader: - kv 19: tokenizer.ggml.eos_token_id u32 = 151643
llama_model_loader: - kv 20: tokenizer.ggml.padding_token_id u32 = 151643
llama_model_loader: - kv 21: tokenizer.ggml.add_bos_token bool = true
llama_model_loader: - kv 22: tokenizer.ggml.add_eos_token bool = false
llama_model_loader: - kv 23: tokenizer.chat_template str = {% if not add_generation_prompt is de...
llama_model_loader: - kv 24: general.quantization_version u32 = 2
llama_model_loader: - kv 25: general.file_type u32 = 15
llama_model_loader: - type f32: 241 tensors
llama_model_loader: - type q4_K: 289 tensors
llama_model_loader: - type q6_K: 49 tensors
print_info: file format = GGUF V3 (latest)
print_info: file type = Q4_K - Medium
print_info: file size = 8.37 GiB (4.87 BPW)
2025-02-06 21:07:29 [DEBUG]
init_tokenizer: initializing tokenizer for type 2
2025-02-06 21:07:29 [DEBUG]
load: control token: 151661 '<|fim_suffix|>' is not marked as EOG
2025-02-06 21:07:29 [DEBUG]
load: control token: 151647 '<|EOT|>' is not marked as EOG
2025-02-06 21:07:29 [DEBUG]
load: control token: 151654 '<|vision_pad|>' is not marked as EOG
2025-02-06 21:07:29 [DEBUG]
load: control token: 151659 '<|fim_prefix|>' is not marked as EOG
load: control token: 151646 '<ļ½begināofāsentenceļ½>' is not marked as EOG
load: control token: 151643 '<ļ½endāofāsentenceļ½>' is not marked as EOG
load: control token: 151644 '<ļ½Userļ½>' is not marked as EOG
load: control token: 151645 '<ļ½Assistantļ½>' is not marked as EOG
load: control token: 151650 '<|quad_start|>' is not marked as EOG
load: control token: 151651 '<|quad_end|>' is not marked as EOG
load: control token: 151652 '<|vision_start|>' is not marked as EOG
load: control token: 151653 '<|vision_end|>' is not marked as EOG
load: control token: 151655 '<|image_pad|>' is not marked as EOG
load: control token: 151656 '<|video_pad|>' is not marked as EOG
load: control token: 151660 '<|fim_middle|>' is not marked as EOG
load: special_eos_id is not in special_eog_ids - the tokenizer config may be incorrect
2025-02-06 21:07:29 [DEBUG]
load: special tokens cache size = 22
2025-02-06 21:07:29 [DEBUG]
load: token to piece cache size = 0.9310 MB
print_info: arch = qwen2
print_info: vocab_only = 0
print_info: n_ctx_train = 131072
print_info: n_embd = 5120
print_info: n_layer = 48
print_info: n_head = 40
print_info: n_head_kv = 8
print_info: n_rot = 128
print_info: n_swa = 0
print_info: n_embd_head_k = 128
print_info: n_embd_head_v = 128
print_info: n_gqa = 5
print_info: n_embd_k_gqa = 1024
print_info: n_embd_v_gqa = 1024
print_info: f_norm_eps = 0.0e+00
print_info: f_norm_rms_eps = 1.0e-05
print_info: f_clamp_kqv = 0.0e+00
print_info: f_max_alibi_bias = 0.0e+00
print_info: f_logit_scale = 0.0e+00
print_info: n_ff = 13824
print_info: n_expert = 0
print_info: n_expert_used = 0
print_info: causal attn = 1
print_info: pooling type = 0
print_info: rope type = 2
print_info: rope scaling = linear
print_info: freq_base_train = 1000000.0
print_info: freq_scale_train = 1
2025-02-06 21:07:29 [DEBUG]
print_info: n_ctx_orig_yarn = 131072
print_info: rope_finetuned = unknown
print_info: ssm_d_conv = 0
print_info: ssm_d_inner = 0
print_info: ssm_d_state = 0
print_info: ssm_dt_rank = 0
print_info: ssm_dt_b_c_rms = 0
print_info: model type = 14B
print_info: model params = 14.77 B
print_info: general.name = DeepSeek R1 Distill Qwen 14B
print_info: vocab type = BPE
print_info: n_vocab = 152064
print_info: n_merges = 151387
print_info: BOS token = 151646 '<ļ½begināofāsentenceļ½>'
print_info: EOS token = 151643 '<ļ½endāofāsentenceļ½>'
print_info: EOT token = 151643 '<ļ½endāofāsentenceļ½>'
print_info: PAD token = 151643 '<ļ½endāofāsentenceļ½>'
print_info: LF token = 148848 'ĆĬ'
print_info: FIM PRE token = 151659 '<|fim_prefix|>'
print_info: FIM SUF token = 151661 '<|fim_suffix|>'
print_info: FIM MID token = 151660 '<|fim_middle|>'
print_info: FIM PAD token = 151662 '<|fim_pad|>'
print_info: FIM REP token = 151663 '<|repo_name|>'
print_info: FIM SEP token = 151664 '<|file_sep|>'
print_info: EOG token = 151643 '<ļ½endāofāsentenceļ½>'
print_info: EOG token = 151662 '<|fim_pad|>'
print_info: EOG token = 151663 '<|repo_name|>'
print_info: EOG token = 151664 '<|file_sep|>'
print_info: max token length = 256
2025-02-06 21:07:29 [DEBUG]
[7868:0206/210729.169:ERROR:crashpad_client_win.cc(868)] not connected

