Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Why model 8B is shown as 7B ? #304

Open
Piotr-rogal opened this issue Aug 5, 2024 · 0 comments
Open

Why model 8B is shown as 7B ? #304

Piotr-rogal opened this issue Aug 5, 2024 · 0 comments

Comments

@Piotr-rogal
Copy link

Describe the bug

I use LM Studio v.0.2.31 and when i download:
https://huggingface.co/lmstudio-community/Meta-Llama-3.1-8B-Instruct-GGUF/resolve/main/Meta-Llama-3.1-8B-Instruct-Q4_K_M.gguf
or
meta-llama/Meta-Llama-3.1-8B-Instruct
it shows model 7B not 8B.

Is this a bug in LM Studio or in model ?

If i look in model inspector they show:

{
"name": "Meta Llama 3.1 8B Instruct",
"arch": "llama",
"quant": "Q4_K_M",
"context_length": 131072,
"embedding_length": 4096,
"num_layers": 32,
"rope": {
"freq_base": 500000,
"dimension_count": 128
},
"head_count": 32,
"head_count_kv": 8,
"parameters": "7B"
}

I try to download many 8B models (marked as 8B) and always finaly are 7B

Have any idea why ?

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

No branches or pull requests

1 participant