Skip to content

updating requirements #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

felipenv
Copy link

Patching transformers package for security compliance.

  • WARNING: The notebook is compatible with mlrun 1.7. Requires updates for 1.8.

@gilad-shaham
Copy link
Member

gilad-shaham commented May 1, 2025

@felipenv are we good to merge this? What needs to be updated for 1.8?

@felipenv
Copy link
Author

felipenv commented May 1, 2025

@gilad-shaham I think we just need to have llm-as-a-judge image compatible with 1.8. The image used here fails

application = project.set_model_monitoring_function(
    func="src/llm_as_a_judge.py",
    application_class="LLMAsAJudgeApplication",
    name="llm-as-a-judge",
    image="gcr.io/iguazio/llm-as-a-judge:1.7.2",
    framework="openai",
    judge_type="single-grading",
    metric_name="restrict_to_banking",
    model_name=OPENAI_MODEL,
    prompt_config=restrict_to_banking_config,
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants