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
When using openai-chat-completions as the model in LMEvalJob CR, the job fails with the error:
Exception: attempted to use 'openai' LM type, but package `openai` or `tiktoken` are not installed. please install these via `pip install lm-eval[openai]` or `pip install -e .[openai]`
The openai package is missing in the job image.
The text was updated successfully, but these errors were encountered:
When using
openai-chat-completions
as the model inLMEvalJob
CR, the job fails with the error:The
openai
package is missing in the job image.The text was updated successfully, but these errors were encountered: