1. 17 Feb, 2025 1 commit
  2. 12 Feb, 2025 1 commit
  3. 07 Feb, 2025 1 commit
  4. 21 Jan, 2025 1 commit
  5. 19 Jan, 2025 1 commit
  6. 15 Jan, 2025 1 commit
    • Baber Abbasi's avatar
      assistant prefill (#2615) · 703fbffd
      Baber Abbasi authored
      * add assistant prefix
      
      * add arc_challenge from llama
      
      * nit
      
      * nit
      
      * nit
      
      * add assistant prefix
      
      * add mmlu_llama
      
      * nit
      
      * nit
      
      * Revert "nit"
      
      This reverts commit 6a97f8356237305e375212b966b30e8de59dd4bc.
      
      * fix regex bug
      
      * add assistant_prefix to vllm
      
      * add `Question:`
      
      * add mmlu_pro
      
      * add fewshot assistant_prefix
      
      * use `assistant_prefill`
      
      * typehints
      
      * nits
      
      * nits
      
      * add to docs
      
      * add readme
      703fbffd
  7. 07 Jan, 2025 1 commit
  8. 25 Dec, 2024 1 commit
  9. 19 Dec, 2024 1 commit
  10. 16 Dec, 2024 1 commit
  11. 13 Dec, 2024 1 commit
  12. 09 Dec, 2024 2 commits
  13. 04 Dec, 2024 1 commit
  14. 03 Dec, 2024 1 commit
  15. 01 Dec, 2024 1 commit
    • Yoav Katz's avatar
      Update Unitxt task to use locally installed unitxt and not download Unitxt... · 1170ef9e
      Yoav Katz authored
      
      Update Unitxt task to  use locally installed unitxt and not download Unitxt code from Huggingface (#2514)
      
      * Moved to require unitxt installation and not download unitxt from HF hub.
      
      This has performance benefits and simplifies the code.
      Signed-off-by: default avatarYoav Katz <katz@il.ibm.com>
      
      * Updated watsonx documentation
      
      * Updated installation instructions
      
      * Removed redundant comman
      
      * Allowed unitxt tasks to generate chat APIs
      
      Modified WatsonXI model to support chat apis
      
      * Removed print
      
      * Run precommit formatting
      
      ---------
      Signed-off-by: default avatarYoav Katz <katz@il.ibm.com>
      1170ef9e
  16. 30 Nov, 2024 1 commit
  17. 22 Nov, 2024 1 commit
  18. 18 Nov, 2024 1 commit
  19. 16 Nov, 2024 1 commit
  20. 15 Nov, 2024 2 commits
  21. 11 Nov, 2024 2 commits
  22. 09 Nov, 2024 1 commit
  23. 07 Nov, 2024 1 commit
  24. 06 Nov, 2024 1 commit
  25. 31 Oct, 2024 1 commit
    • Qubitium-ModelCloud's avatar
      Add GPTQModel support for evaluating GPTQ models (#2217) · 4f8e479e
      Qubitium-ModelCloud authored
      
      
      * support gptqmodel
      
      * code opt
      
      * add gptqmodel option
      
      * Update huggingface.py
      
      * Update pyproject.toml
      
      * gptqmodel version upgraded to 1.0.6
      
      * GPTQModel version upgraded to 1.0.8
      
      * Update pyproject.toml
      
      * fix ruff-format error
      
      * add gptqmodel test
      
      * Update gptqmodel test model
      
      * skip cuda
      
      * python3.8 compatible
      
      * Update README.md
      
      * Update README.md
      
      ---------
      Co-authored-by: default avatarCL-ModelCloud <cl@modelcloud.ai>
      4f8e479e
  26. 30 Oct, 2024 2 commits
  27. 25 Oct, 2024 1 commit
  28. 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
  29. 22 Oct, 2024 1 commit
    • Leonid Sinev's avatar
      [Fix] Replace generic exception classes with a more specific ones (#1989) · d4ae9635
      Leonid Sinev authored
      * Replace generic exception classes with a more specific ones
      
      * rerun pre-commit to pass linter tests
      
      * Revert "rerun pre-commit to pass linter tests"
      
      This reverts commit 67f88ccf144469853217704520e613196042d859.
      
      * reduce repetitions in errors or so
      
      * Replace generic exception class with a more specific one
      d4ae9635
  30. 08 Oct, 2024 3 commits
  31. 07 Oct, 2024 1 commit
  32. 26 Sep, 2024 1 commit
  33. 24 Sep, 2024 1 commit
  34. 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