You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
the above doesn't work. how can I use it?
The text was updated successfully, but these errors were encountered: