Skip to content
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

Llm phi #979

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
639 changes: 639 additions & 0 deletions openfl-tutorials/experimental/Phi3/Workflow_Interface_Phi3.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/end_to_end/utils/summary_helper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copyright 2020-2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0


import argparse
from defusedxml.ElementTree import parse as defused_parse
from lxml import etree
Expand Down
Loading