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

llama : add Mixtral support #4406

Merged
merged 47 commits into from
Dec 13, 2023
Merged

llama : add Mixtral support #4406

merged 47 commits into from
Dec 13, 2023

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    dff8cbe View commit details
    Browse the repository at this point in the history
  2. convert : fix n_ff typo

    ggerganov committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    d38e41e View commit details
    Browse the repository at this point in the history
  3. llama : model loading

    ggerganov committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    a3eefe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    861cd67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aedfad1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af1a096 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ea3695 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b185b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7372b62 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee8fb39 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9064b1c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2cbcba8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    06dfde3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7e2006b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8c5b66e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ac3f7d8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2e4db48 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    62b95f9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0710b0f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    016f9bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cfb31f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1259b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e640cbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cefebb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8614aa7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65923a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0b83dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54ba263 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    54d254b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f1380d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    b002981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cbaed1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffda94c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33e50f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    296c945 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7dc75e3 View commit details
    Browse the repository at this point in the history
  7. convert : fix style

    slaren committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f1cbfab View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    6a419f4 View commit details
    Browse the repository at this point in the history
  2. gguf-py : bump version

    slaren committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a742d9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08eb991 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a51bc0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea4402b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90c12e6 View commit details
    Browse the repository at this point in the history
  7. convert-hf : support for mixtral-instruct (#4428)

    * convert : typo fix, add additional hyperparameters, use LLaMA arch for Mixtral-instruct
    
    * convert : use sentencepiece tokenizer for Mixtral-instruct
    
    * convert : make flake8 happy
    Mrkvak authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    82e4f64 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    ab558ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    109e7aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1241d9 View commit details
    Browse the repository at this point in the history