Kevin Ta

Results 11 issues of Kevin Ta

Description: This PR restructures the current github.io. Contents are intact and migrated from the old documentation with minor updates and additions Objective: 1. Easier for a user to navigate (get...

Description: this PR add an example of fine-tuning neuralchat-7b on a medical qa dataset using the experimental workflow interface and intel(r) extension for transformers Objectives: 1. demonstrate OpenFL support for...

openfl.interface.collaborator.py was missing `create` function openfl.native.native.py had too many arguments when calling `generate_cert_request`

This PR: - updates the naming convention of the different API options throughout the repo and docs - aggregator-based workflow -> Task Runner API - director-based workflow -> Interactive API...

I am trying to deploy OpenFL on FedLCM. I set **LIFECYCLEMANAGER_EXPERIMENT_ENABLED** to **true** in the **k8s_deploy.yaml** for the backend. I followed the instructions listed here: https://github.com/FederatedAI/FedLCM/blob/main/doc/OpenFL_Guide.md but the installation of...

This PR: - Pins `setup.py` `install_requires` to `numpy>2` **Background:** NumPy recently had a major release (v2.0.0) that has some potential downstream issues with packages compiled for NumPy 1.x > A...

Related Issue: #973 **Summary:** This PR aims to update the TensorFlow Task Runner to use Keras as the high-level API, which is in line with [best practices](https://www.tensorflow.org/guide/keras) as well as...

The current [TensorFlow TaskRunner](https://github.com/securefederatedai/openfl/blob/develop/openfl/federated/task/runner_tf.py) is outdated and currently only supports 1.x. The current [Keras TaskRunner](https://github.com/securefederatedai/openfl/blob/develop/openfl/federated/task/runner_keras.py) is also outdated and only supports TF implementation. Since stock Keras has support for multiple...

This PR adds a tutorial for enabling the federated training of the DiGress model using the workflow interface

A while back NumPy release v2.x which resulted in issues when using packages compiled for NumPy 1.x One area where `openfl` was specifically affected was in the torch-workspaces [Ref Issue...