Commit 48319de
authored
docs: add FAQ entry for "unknown model architecture" error
summary:
Adds a missing FAQ entry covering the "error loading model architecture: unknown model architecture: 'X'" error, which is one of the most commonly reported issues but currently has no dedicated entry in the docs FAQ.
changes:
- Added a new FAQ entry to `docs/FAQ.md` explaining the cause, and three solutions in order of preference (update LLamaSharp, check model date, compile llama.cpp yourself)
- Includes a caution note about self-compiled backends1 parent b5fc51c commit 48319de
1 file changed
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
0 commit comments