diff --git a/README.md b/README.md index c460e910e20925facea7f1c7b6a83f9fc2a8eac5..986b88229c6615b3b5a95c87d02c9cc5588d1ed3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ tags: - unsloth - llama - trl +- sft --- # Uploaded model diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3d9ab266bb843221834456d7ab63a150c54ddd7e --- /dev/null +++ b/config.json @@ -0,0 +1,53 @@ +{ + "_name_or_path": "unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit", + "architectures": [ + "LlamaForCausalLM" + ], + "attention_bias": false, + "attention_dropout": 0.0, + "bos_token_id": 128000, + "eos_token_id": [ + 128001, + 128008, + 128009 + ], + "hidden_act": "silu", + "hidden_size": 4096, + "initializer_range": 0.02, + "intermediate_size": 14336, + "max_position_embeddings": 131072, + "mlp_bias": false, + "model_type": "llama", + "num_attention_heads": 32, + "num_hidden_layers": 32, + "num_key_value_heads": 8, + "pad_token_id": 128004, + "pretraining_tp": 1, + "quantization_config": { + "bnb_4bit_compute_dtype": "float16", + "bnb_4bit_quant_type": "nf4", + "bnb_4bit_use_double_quant": true, + "llm_int8_enable_fp32_cpu_offload": false, + "llm_int8_has_fp16_weight": false, + "llm_int8_skip_modules": null, + "llm_int8_threshold": 6.0, + "load_in_4bit": true, + "load_in_8bit": false, + "quant_method": "bitsandbytes" + }, + "rms_norm_eps": 1e-05, + "rope_scaling": { + "factor": 8.0, + "high_freq_factor": 4.0, + "low_freq_factor": 1.0, + "original_max_position_embeddings": 8192, + "rope_type": "llama3" + }, + "rope_theta": 500000.0, + "tie_word_embeddings": false, + "torch_dtype": "float16", + "transformers_version": "4.44.2", + "unsloth_version": "2024.8", + "use_cache": true, + "vocab_size": 128256 +} diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..78d37e66dfbbd94daea68a04313c76b27a1f053f --- /dev/null +++ b/generation_config.json @@ -0,0 +1,14 @@ +{ + "bos_token_id": 128000, + "do_sample": true, + "eos_token_id": [ + 128001, + 128008, + 128009 + ], + "max_length": 131072, + "pad_token_id": 128004, + "temperature": 0.6, + "top_p": 0.9, + "transformers_version": "4.44.2" +} diff --git a/model-00001-of-00002.safetensors b/model-00001-of-00002.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d6d3fb43d69377e35fdb6803a9d53020916b327b --- /dev/null +++ b/model-00001-of-00002.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965bed9a6a20b9cf5a588f44d601cbef76b805ed0923ff0b0c00732c10a6595c +size 4652072850 diff --git a/model-00002-of-00002.safetensors b/model-00002-of-00002.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6f43fbe77f1a29f5973149629625581b46fdee35 --- /dev/null +++ b/model-00002-of-00002.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9a36ad418b0cd9b253f65771552d7dc05cf1abf1170b94de4b4d546aac255d +size 1050673280 diff --git a/model.safetensors.index.json b/model.safetensors.index.json new file mode 100644 index 0000000000000000000000000000000000000000..bd93f5e1090d5e1bcc385acc47735d35569f315e --- /dev/null +++ b/model.safetensors.index.json @@ -0,0 +1,1418 @@ +{ + "metadata": { + "total_size": 5702577730 + }, + "weight_map": { + "lm_head.weight": "model-00002-of-00002.safetensors", + "model.embed_tokens.weight": "model-00001-of-00002.safetensors", + "model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.23.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.23.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.24.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.24.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.25.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.25.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.26.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.26.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.27.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.27.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.28.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.28.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.29.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.29.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.30.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.30.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.31.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.31.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.norm.weight": "model-00001-of-00002.safetensors" + } +}