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
This lib does a great job of downloading and running the model! But it provides a very restricted API for interacting with it.
Here's the type signature for prompt. Comparing to other LLMs, I expect some other params, e.g. stop tokens and temperature. At the very least, my use-case requires stop tokens.
The text was updated successfully, but these errors were encountered:
This lib does a great job of downloading and running the model! But it provides a very restricted API for interacting with it.
Here's the type signature for
prompt
. Comparing to other LLMs, I expect some other params, e.g. stop tokens and temperature. At the very least, my use-case requires stop tokens.The text was updated successfully, but these errors were encountered: