1. 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
  2. 15 Nov, 2024 1 commit
    • Nikodem Szwast's avatar
      IBM watsonx_llm fixes & refactor (#2464) · 4259a6d4
      Nikodem Szwast authored
      * refactor code, fix config path bug
      
      * update types to be from typing lib
      
      * add pre-commit formatting
      
      * specify version of ibm_watsonx_ai package
      
      * adjust get_watsonx_credentials() function, add minor refactor to adress PR review comments
      
      * change missing installation hint from ibm_watsonx_ai to lm_eval[ibm_watsonx_ai]
      4259a6d4
  3. 25 Oct, 2024 1 commit
  4. 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