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

support/fix more IQ OPs #6521

Merged

Conversation

NeoZhangJianyu
Copy link
Collaborator

  1. support/fix the more OPs:
  • GGML_TYPE_IQ4_NL
  • GGML_TYPE_IQ4_XS
  • GGML_TYPE_IQ3_XXS
  • GGML_TYPE_IQ3_S
  • GGML_TYPE_IQ2_XXS
  • GGML_TYPE_IQ2_XS
  • GGML_TYPE_IQ2_S
  • GGML_TYPE_IQ1_S
  • GGML_TYPE_IQ1_M.
  1. fix the all fault Unit-test cases.
    except:
    • all MUL_MAT_ID cases, due to the interface is changed.
    • MUL_MAT(type_a=iq4_nl,type_b=f32,m=16,n=1,k=256,bs=[1,1],nr=[1,1]): [MUL_MAT] NMSE = 0.292746658 > 0.000500000 FAIL
      above fault cases will be fixed later.

…, GGML_TYPE_IQ3_S, GGML_TYPE_IQ2_XXS, GGML_TYPE_IQ2_XS, GGML_TYPE_IQ2_S, GGML_TYPE_IQ1_S, GGML_TYPE_IQ1_M
@NeoZhangJianyu NeoZhangJianyu merged commit d4f220a into ggerganov:master Apr 7, 2024
55 of 56 checks passed
tybalex pushed a commit to tybalex/tools.cpp that referenced this pull request Apr 17, 2024
…, GGML_TYPE_IQ3_S, GGML_TYPE_IQ2_XXS, GGML_TYPE_IQ2_XS, GGML_TYPE_IQ2_S, GGML_TYPE_IQ1_S, GGML_TYPE_IQ1_M (ggerganov#6521)
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

Successfully merging this pull request may close these issues.

None yet

2 participants