Skip to content
New issue

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

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

Already on GitHub? # to your account

changed Mlflow to MLflow in docs #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/llm-tracking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
MLflow LLM Tracking
=====================

The Mlflow LLM Tracking component consists of two elements for logging and viewing the behavior of LLM's.
The MLflow LLM Tracking component consists of two elements for logging and viewing the behavior of LLM's.
Firstly it is a set of APIs that allow for logging inputs, outputs, and prompts submitted and returned
from LLM's. Accompanying these APIs is a UI components that provides a simplified means of viewing the
results of experimental submissions (prompts and inputs) and the results (LLM outputs).
Expand Down
2 changes: 1 addition & 1 deletion docs/source/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The example package contains a ``setup.py`` that declares a number of
"mlflow.project_backend": "dummy-backend=mlflow_test_plugin.dummy_backend:PluginDummyProjectBackend",
# Define a MLflow model deployment plugin for target 'faketarget'
"mlflow.deployments": "faketarget=mlflow_test_plugin.fake_deployment_plugin",
# Define a Mlflow model evaluator with name "dummy_evaluator"
# Define a MLflow model evaluator with name "dummy_evaluator"
"mlflow.model_evaluator": "dummy_evaluator=mlflow_test_plugin.dummy_evaluator:DummyEvaluator",
},
)
Expand Down