Skip to content

Commit

Permalink
Merge branch 'dev' into tqdm
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored May 31, 2024
2 parents 84be891 + 7ce8fbf commit bd1b538
Show file tree
Hide file tree
Showing 41 changed files with 697 additions and 3,546 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cd-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
none:
description: "Deploy Syft Documentation"
required: false
pull_request:
branches: [dev]
paths: [docs/]
push:
branches: [dev]
paths: [docs/]
# pull_request:
# branches: [dev]
# paths: [docs/]
# push:
# branches: [dev]
# paths: [docs/]

jobs:
cd-docs:
Expand Down
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ domain_client = sy.login(

## Deploy Kubernetes Helm Chart

#### 0. Deploy Kubernetes with 8+ Cores and 16GB RAM

If you're using Docker Desktop to deploy your Kubernetes, you may need to go into Settings > Resources and increase CPUs and Memory.

**Note**: Assuming we have a Kubernetes cluster already setup.

#### 1. Add and update Helm repo for Syft
Expand Down Expand Up @@ -433,15 +437,6 @@ OpenMined and Syft appreciates all contributors, if you would like to fix a bug
</tr>
</table>

# Open Collective

`OpenMined` is a fiscally sponsored `501(c)(3)` in the USA. We are funded by our generous supporters on <a href="https://opencollective.com/openmined">Open Collective</a>. <br /><br />

<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/img/opencollective_dark.png">
<img src="docs/img/opencollective_light.png" alt="Contributors" width="100%" />
</picture>

# Disclaimer

Syft is under active development and is not yet ready for pilots on private data without our assistance. As early access participants, please contact us via [Slack](https://slack.openmined.org/) or email if you would like to ask a question or have a use case that you would like to discuss.
Expand Down
4 changes: 0 additions & 4 deletions docs/source/deployment/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ PyGrid
~~~~~~~~~~~~~~~~~~~~~
``PyGrid`` is a ``peer-to-peer network`` of data owners and data scientists who can collectively train AI models using ``PySyft``. ``PyGrid`` is also the central server for conducting both model-centric and data-centric ``federated learning``. You may control PyGrid via our user-interface, ``PyGrid Admin``.

HaGrid
~~~~~~~~~~~~~~~~~~~~~
``Hagrid`` (HAppy GRID!) is a ``command-line tool`` that speeds up the deployment of ``PyGrid``, the software providing a peer-to-peer network of data owners and data scientists who can collectively train models.

Remote Data Science
~~~~~~~~~~~~~~~~~~~~~
A sub-field of data science wherein a data scientist is able to extract insights from a dataset owned by a data owner, but only those insights which the data owner explicitly decides to allow, whose preferences are enforced by information-restricting technologies such as cryptography, information security, and distributed systems.
Expand Down
Loading

0 comments on commit bd1b538

Please sign in to comment.