Skip to content

Commit

Permalink
Support for IBM watsonx_llm (#2397)
Browse files Browse the repository at this point in the history
* 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: Baber <baber@hey.com>
  • Loading branch information
Medokins and baberabb authored Oct 23, 2024
1 parent d4ae963 commit 1185e89
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 0 deletions.
1 change: 1 addition & 0 deletions lm_eval/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
gguf,
hf_vlms,
huggingface,
ibm_watsonx_ai,
mamba_lm,
nemo_lm,
neuralmagic,
Expand Down
Loading

0 comments on commit 1185e89

Please sign in to comment.