Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

无法加载模型bin或者guff模型

Open
#84 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
cpp

Research direction

Start at src/graph/ggml_llama.cpp line 37 and reproduce the failure with a model other than chinese-alpaca-7b-q4.bin. Compare the model types accepted there with the model formats that load successfully in llama.cpp. Done means supported bin or GGUF models load without the unsupported-model assertion.

Written by the indexing model from the issue text.

Description

除了官方示例的chinese-alpaca-7b-q4.bin,其他的都会报如下错误。

Assert ' 0 ' failed at file : /home/openkylin/workspace/InferLLM/src/graph/ggml_llama.cpp
line 37 : virtual void inferllm::GgmlLlamaGraph::load(std::shared_ptrinferllm::InputFile, inferllm::LlmParams&, std::shared_ptrinferllm::Vocab),
extra message: unsupported model type.已放弃

然而我将相同的模型用llama.cpp运行没有问题

Dominant language
C++
Stars
752
Forks
94
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from MegEngine/InferLLM

All issues in MegEngine/InferLLM

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.