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
C n00b here, but I was wondering how nicely this library plays with Python. I have some existing codebases that are written in Python and would like make ggml an optional backend for people who don’t have GPUs.
Specifically, the main functionality I would like to be able to call would be:
Computing a continuation based on an input prompt
Computing the loglikelihood of a specific target continuation based on an input prompt
How easy is this to do?
The text was updated successfully, but these errors were encountered:
C n00b here, but I was wondering how nicely this library plays with Python. I have some existing codebases that are written in Python and would like make ggml an optional backend for people who don’t have GPUs.
Specifically, the main functionality I would like to be able to call would be:
How easy is this to do?
The text was updated successfully, but these errors were encountered: