Skip to content
Discussion options

You must be logged in to vote

@dosu-bot, this sounds promising, but it skips over my first question above:

"Chat Models are a variation on language models..."
[Are there any links to details on this brief statement? Keywords I could search on?]

I found this more complete description:
https://blog.langchain.dev/chat-models/

It would be nice if it was cross-referenced in:
https://api.python.langchain.com/en/latest/api_reference.html#module-langchain.chat_models

For truly self-hosted/locally hosted HuggingFace LLaMA2 models I ended up with this code. It's not perfect, but it does allow testing:

!huggingface-cli login --token <my huggingface token>
#optional, but stops warning clutter
import warnings
warnings.filterwa…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by OldishCoder
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants