All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

gguf Model Fails to Run Due to Dependency Issues

By

indigodaddy

9mo ago· 1 min readenCode

Summary

The article discusses an issue where the gguf model fails to run, unlike the original model, due to errors related to ggml dependencies. The error log indicates an invalid ggml type and a failure to read tensor info, suggesting a potential need for dependency updates.

Key quotes

· 3 pulled
gguf_init_from_file_impl: tensor 'blk.0.ffn_down_exps.weight' has invalid ggml type 39 (NONE)
gguf_init_from_file_impl: failed to read tensor info
May need an update of ggml dependencies like llama.cpp ggml-org/llama.cpp#15091
Snippet from the RSS feed
What is the issue? The original model coudl run without problem, but the gguf model fail to run for below errors May need an update of ggml dependencies like llama.cpp ggml-org/llama.cpp#15091 Note...

You might also wanna read