Does ctransformers support ollama models? #204

Open
opened 2024-02-21 15:50:38 -05:00 by PriyaranjanMarathe · 1 comment
PriyaranjanMarathe commented 2024-02-21 15:50:38 -05:00 (Migrated from github.com)

Does ctransformers support ollama models?

How do I specify the model in this code below?

llm = CTransformers(model="***where is the model file for a ollama model?",
model_type="llama",
max_new_tokens=512,
temperature=0.1)

Does ctransformers support ollama models? How do I specify the model in this code below? llm = CTransformers(model="***where is the model file for a ollama model?", model_type="llama", max_new_tokens=512, temperature=0.1)
PriyaranjanMarathe commented 2024-02-21 15:52:24 -05:00 (Migrated from github.com)
https://github.com/ollama/ollama/issues/2652
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
marella/ctransformers#204
No description provided.