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

common: llama_load_model_from_url using --model-url #6098

Merged
merged 53 commits into from
Mar 17, 2024

Commits on Mar 16, 2024

  1. common: introduce llama_load_model_from_url to download model from hf…

    … url using libopenssl only
    phymbert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    3221ab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0ebdfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42b25da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e78285 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df0d822 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80bec98 View commit details
    Browse the repository at this point in the history
  7. Update Makefile

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    phymbert and ggerganov committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    2c3a00e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4135d4a View commit details
    Browse the repository at this point in the history
  9. llama_load_model_from_url: download the file only if modified based o…

    …n etag and last-modified http headers
    phymbert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    5d99f32 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    921e4af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6633689 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into hp/download-model-from-hf

    # Conflicts:
    #	common/common.cpp
    phymbert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    1430e89 View commit details
    Browse the repository at this point in the history
  13. Update examples/server/README.md

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    phymbert and ggerganov committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e84206d View commit details
    Browse the repository at this point in the history
  14. Update common/common.cpp

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    phymbert and ggerganov committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    4bc47b7 View commit details
    Browse the repository at this point in the history
  15. Update common/common.cpp

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    phymbert and ggerganov committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    8751bd0 View commit details
    Browse the repository at this point in the history
  16. Update common/common.cpp

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    phymbert and ggerganov committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f53bfd5 View commit details
    Browse the repository at this point in the history
  17. Update common/common.cpp

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    phymbert and ggerganov committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    b088122 View commit details
    Browse the repository at this point in the history
  18. Update common/common.cpp

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    phymbert and ggerganov committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f22456d View commit details
    Browse the repository at this point in the history
  19. Update common/common.cpp

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    phymbert and ggerganov committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    9565ae3 View commit details
    Browse the repository at this point in the history
  20. Update common/common.cpp

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    phymbert and ggerganov committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    330e28d View commit details
    Browse the repository at this point in the history
  21. Update common/common.cpp

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    phymbert and ggerganov committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    89ab37a View commit details
    Browse the repository at this point in the history
  22. Update common/common.cpp

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    phymbert and ggerganov committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    be561a7 View commit details
    Browse the repository at this point in the history
  23. Update common/common.cpp

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    phymbert and ggerganov committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    eb9e52a View commit details
    Browse the repository at this point in the history
  24. Update examples/main/README.md

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    phymbert and ggerganov committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    b0b49e0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    545fef6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4fadb07 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    124c474 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    064dc07 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    838178a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    176f039 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5df5605 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    78812c6 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1ad5a45 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    22b3bb3 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e6848ab View commit details
    Browse the repository at this point in the history
  36. build: introduce cmake option LLAMA_CURL to trigger libcurl linking t…

    …o be coherent with the make toolchain
    phymbert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d81acb6 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    dbd9691 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    9da4eec View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    89d3483 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    13d8817 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1ddaf71 View commit details
    Browse the repository at this point in the history
  42. common: fix build

    phymbert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    73b4b44 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. common: fix windows build

    phymbert committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a3ed3d4 View commit details
    Browse the repository at this point in the history
  2. common: fix windows tests

    phymbert committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5e66ec8 View commit details
    Browse the repository at this point in the history
  3. common: fix windows tests

    phymbert committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    9ca4acc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1b002e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cff7faa View commit details
    Browse the repository at this point in the history
  6. common: llama_load_model_from_url: make it working on windows: disabl…

    …e global curl function, use a write callback.
    phymbert committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    4fe431d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47a9e5d View commit details
    Browse the repository at this point in the history
  8. common: fix typo

    phymbert committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    31272c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f902ab6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b24f30f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fcf327f View commit details
    Browse the repository at this point in the history