esp32
#734
by
mangojesus
- opened
It's queued! :D
You can check for progress at http://hf.tst.eu/status.html or regularly check the model
summary page at https://hf.tst.eu/model#esp32_code_generator-GGUF for quants to appear.
@mangojesus This model unfortinately failed to quant due to already beeing quantized:
INFO:hf-to-gguf:Loading model: esp32_code_generator
INFO:gguf.gguf_writer:gguf: This GGUF file is for Little Endian only
INFO:hf-to-gguf:Exporting model...
INFO:hf-to-gguf:gguf: loading model part 'model.safetensors'
INFO:hf-to-gguf:output.weight, torch.float16 --> F16, shape = {4096, 32000}
INFO:hf-to-gguf:token_embd.weight, torch.float16 --> F16, shape = {4096, 32000}
INFO:hf-to-gguf:blk.0.attn_norm.weight, torch.float16 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.0.ffn_down.weight, torch.uint8 --> F16, shape = {1, 29360128}
Traceback (most recent call last):
File "/llmjob/llama.cpp/convert_hf_to_gguf.py", line 5115, in <module>
main()
File "/llmjob/llama.cpp/convert_hf_to_gguf.py", line 5109, in main
model_instance.write()
File "/llmjob/llama.cpp/convert_hf_to_gguf.py", line 439, in write
self.prepare_tensors()
File "/llmjob/llama.cpp/convert_hf_to_gguf.py", line 1704, in prepare_tensors
super().prepare_tensors()
File "/llmjob/llama.cpp/convert_hf_to_gguf.py", line 298, in prepare_tensors
for new_name, data_torch in (self.modify_tensors(data_torch, name, bid)):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/llmjob/llama.cpp/convert_hf_to_gguf.py", line 1672, in modify_tensors
return [(self.map_tensor_name(name), data_torch)]
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/llmjob/llama.cpp/convert_hf_to_gguf.py", line 214, in map_tensor_name
raise ValueError(f"Can not map tensor {name!r}")
ValueError: Can not map tensor 'model.layers.0.mlp.down_proj.weight.absmax'
mradermacher
changed discussion status to
closed