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

IBM Granite models support? #214

Open
0wwafa opened this issue Jan 10, 2025 · 0 comments
Open

IBM Granite models support? #214

0wwafa opened this issue Jan 10, 2025 · 0 comments

Comments

@0wwafa
Copy link

0wwafa commented Jan 10, 2025

from ctransformers import AutoModelForCausalLM

llm = AutoModelForCausalLM.from_pretrained("ibm-granite/granite-3.1-2b-instruct", model_type="gpt2")

print(llm("Tell me the difference between thinking in humans and in LLMs."))

the above doesn't work. how can I use it?

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

1 participant