Skip to content

error loading model: unrecognized tensor type 5 #1147

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
justarmadillo opened this issue Apr 23, 2023 · 3 comments
Closed

error loading model: unrecognized tensor type 5 #1147

justarmadillo opened this issue Apr 23, 2023 · 3 comments

Comments

@justarmadillo
Copy link

How can I solve this issue ?

llama.cpp: loading model from models\ggml-vicuna-13b-1-1\ggml-vicuna-13b-1.1-q4_3.bin
error loading model: unrecognized tensor type 5

llama_init_from_file: failed to load model
AVX = 1 | AVX2 = 1 | AVX512 = 0 | FMA = 1 | NEON = 0 | ARM_FMA = 0 | F16C = 1 | FP16_VA = 0 | WASM_SIMD = 0 | BLAS = 0 | SSE3 = 1 | VSX = 0 |

@justarmadillo
Copy link
Author

downloaded q4_1.bin because q4_3 and q4_2 are WIP. and aren't compatible

@Th3WalkingDad
Copy link

@justarmadillo I've downloaded 'uncensored' model ggml-vic13b-uncensored-q5_1.bin added recently from https://huggingface.co/eachadea/ggml-vicuna-13b-1.1/tree/main . I got similar error (but for type 7):
llama.cpp: loading model from /usr/src/app/weights/ggml-vic13b-uncensored-q5_1.bin error loading model: **unrecognized tensor type 7**

Shouldn't it be used ... or ? Any way to know which model is compatible with llama.cpp ? thx

@Green-Sky
Copy link
Collaborator

they are just new, so you need the lastest llama.cpp.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants