"git@developer.sourcefind.cn:SIYIXNI/vllm.git" did not exist on "18bfcdd05c657e6997b132488e6f4e74307d6cee"
  1. 29 Oct, 2024 1 commit
  2. 25 Oct, 2024 1 commit
  3. 23 Oct, 2024 1 commit
    • Nikodem Szwast's avatar
      Support for IBM watsonx_llm (#2397) · 1185e89a
      Nikodem Szwast authored
      
      
      * add support for IBM watsonx_llm
      
      * add ibm_watsonx_ai package to optional-dependencies
      
      * move global scope imports to inner scope
      
      * change cache to lru_cache
      
      * fix circular import
      
      * use 3.8 typing
      
      * use 3.8 typing
      
      ---------
      Co-authored-by: default avatarBaber <baber@hey.com>
      1185e89a
  4. 22 Oct, 2024 2 commits
  5. 20 Oct, 2024 1 commit
  6. 17 Oct, 2024 2 commits
  7. 16 Oct, 2024 1 commit
  8. 14 Oct, 2024 1 commit
  9. 08 Oct, 2024 4 commits
  10. 07 Oct, 2024 5 commits
  11. 04 Oct, 2024 3 commits
  12. 03 Oct, 2024 2 commits
    • zxcvuser's avatar
      Add new benchmark: Galician bench (#2155) · 0e763862
      zxcvuser authored
      * Add galician_bench
      
      * Update xnli_gl path
      
      * Add flores_gl group
      
      * Update _flores_common_yaml
      
      * Updated some task groupings and readme
      
      ---------
      0e763862
    • zxcvuser's avatar
      Add new benchmark: Spanish bench (#2157) · ea17b98e
      zxcvuser authored
      * Add spanish_bench
      
      * Add flores_es group
      
      * Update _flores_common_yaml
      
      * Delete lm_eval/tasks/spanish_bench/escola.yaml
      
      * Delete escola from spanish_bench.yaml
      
      * Delete escola from README.md
      
      * pre-commit run --all-files
      
      * Updated some task groupings and readme
      
      ---------
      ea17b98e
  13. 30 Sep, 2024 2 commits
  14. 28 Sep, 2024 1 commit
  15. 26 Sep, 2024 9 commits
  16. 24 Sep, 2024 2 commits
  17. 18 Sep, 2024 1 commit
    • David Corvoysier's avatar
      Update neuron backend (#2314) · 9a092f37
      David Corvoysier authored
      * feat(neuron): align with latest optimum-neuron
      
      * feat(neuron): support pre-exported neuron models
      
      * fix(neuron): correctly use max_length
      
      * fix(neuron): adapt loglikelihood
      
      The evaluation of log likelihood was not working for neuron models
      using continuous batching, such as all cached neuron LLama models.
      
      * refactor(neuron): remove dead code
      9a092f37
  18. 17 Sep, 2024 1 commit