Skip to content

Commit

Permalink
refactor: version 0.9.0, use "model + utils + core" to organize the p…
Browse files Browse the repository at this point in the history
…roject (#37)

* Bump version 0.8.0 -> 0.8.1

* refactor: update module structure

* Bump version 0.8.1 -> 0.9.0

* refactor: update all examples and init files

* chore: format code

* feat: support vllm & sllm inference (#34)

* merge: merge vllm/sllm support

* fix: fix module import in sllm/vllm
  • Loading branch information
Chivier authored Nov 18, 2024
1 parent c442f76 commit 0587da7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nerif/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
get_litellm_embedding,
get_litellm_response,
get_ollama_response,
get_sllm_response,
get_vllm_response,
similarity_dist,
)

Expand Down Expand Up @@ -53,6 +55,8 @@
"get_litellm_embedding",
"get_litellm_response",
"get_ollama_response",
"get_sllm_response",
"get_vllm_response",
# environment variables
"OPENAI_API_BASE",
"OPENAI_API_KEY",
Expand Down

0 comments on commit 0587da7

Please sign in to comment.