1. 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
  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