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

Alternative offline LLMs #4

Open
adnanPBI opened this issue May 11, 2024 · 2 comments
Open

Alternative offline LLMs #4

adnanPBI opened this issue May 11, 2024 · 2 comments

Comments

@adnanPBI
Copy link

Hi,
Your code used llma2 chat offline LLM. But, I wanted to use alternative offline LLMs such as huggingface's distilbert or roberta or albert. Do you have any suggestion for those LLMs to apply on python base?

@Backendmagier
Copy link
Contributor

i think you would just need to update the download_models function to download the model you want... and if it is not a Llama model then you need to change the get_tokenizer function and lot the right tokenizer

@Shahin-rmz
Copy link

Shahin-rmz commented Sep 21, 2024

get_tokenizer function and lot the right tokenizer

Hi,
yes I like to use my own local LLM, but it is a bit tricky.
I just need to adjust the tokenizer ?

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

No branches or pull requests

3 participants