Skip to content

Commit

Permalink
fix add ctransformers to supported models list
Browse files Browse the repository at this point in the history
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
  • Loading branch information
kyteinsky committed Feb 9, 2024
1 parent ca3ba19 commit 7d8f2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context_chat_backend/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .load_model import load_model

_embedding_models = ['llama', 'hugging_face', 'instructor']
_llm_models = ['llama', 'hugging_face']
_llm_models = ['llama', 'hugging_face', 'ctransformer']

models = {
'embedding': _embedding_models,
Expand Down

0 comments on commit 7d8f2f7

Please sign in to comment.