1. 25 Oct, 2024 1 commit
  2. 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
  3. 22 Oct, 2024 2 commits
  4. 20 Oct, 2024 1 commit
  5. 17 Oct, 2024 2 commits
  6. 16 Oct, 2024 1 commit
  7. 14 Oct, 2024 1 commit
  8. 08 Oct, 2024 4 commits
  9. 07 Oct, 2024 5 commits
  10. 04 Oct, 2024 3 commits
  11. 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
  12. 30 Sep, 2024 2 commits
  13. 28 Sep, 2024 1 commit
  14. 26 Sep, 2024 9 commits
  15. 24 Sep, 2024 2 commits
  16. 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
  17. 17 Sep, 2024 2 commits
    • Baber Abbasi's avatar
      repr bug (#2315) · 88ea85b4
      Baber Abbasi authored
      88ea85b4
    • SYusupov's avatar
      Update README.md (#2297) · a5e0adcb
      SYusupov authored
      * Update README.md
      
      I encounter some Git buffer size limits when trying to download all commits history of the repository, such as:
      ```error: RPC failed; curl 18 transfer closed with outstanding read data remaining
      error: 5815 bytes of body are still expected
      fetch-pack: unexpected disconnect while reading sideband packet
      fatal: early EOF```
      
      therefore the installation is faster and there are not errors when I download only the last version of the repository
      
      * Fix linting issue
      a5e0adcb