Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

huggingface model support added #391

Merged
merged 3 commits into from
Apr 30, 2024
Merged

huggingface model support added #391

merged 3 commits into from
Apr 30, 2024

Conversation

jis478
Copy link

@jis478 jis478 commented Apr 29, 2024

  • Hugginface model support added. In detail, it supports models loaded with AutoTokenizer' and 'AutoModelForCausalLM from 'transformer' library.
  • apply_chat_template is being used, which assumes that the models being used are chat-based models rather than completion models.

@zainhoda zainhoda merged commit 5c9af52 into vanna-ai:main Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants