Files
mlflow--mlflow/examples/llms/question_answering/python_env.yaml
T
2026-07-13 13:22:34 +08:00

9 lines
134 B
YAML

python: "3.10"
build_dependencies:
- pip
dependencies:
- openai>=0.27.2
- tiktoken>=0.4.0
- tenacity>=8.2.2
- mlflow>=2.4.0