Skip to content

Commit

Permalink
chore: remove deployment use case
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed May 16, 2024
1 parent ea339f9 commit 239192a
Show file tree
Hide file tree
Showing 45 changed files with 1 addition and 1,896 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run_one_use_cases_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
- cifar/cifar_brevitas_finetuning
- cifar/cifar_brevitas_training
- credit_scoring
- deployment/breast_cancer
- deployment/cifar
- deployment/sentiment_analysis
- disease_prediction
- federated_learning
- hybrid_model
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ progress.json
use_case_examples/*/local_datasets/
use_case_examples/titanic/titanic_submission_fhe.csv
use_case_examples/titanic/titanic_submission_xgb_clear.csv
use_case_examples/cifar_deployment/dev/
use_case_examples/deployment/dev/
use_case_examples/llm/gpt2*
use_case_examples/cifar_brevitas_training/.datasets/

Expand Down
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -450,11 +450,9 @@ finalize_nb:
# A warning in a package unrelated to the project made pytest fail with notebooks
# Run notebook tests without warnings as sources are already tested with warnings treated as errors
# We need to disable xdist with -n0 to make sure to not have IPython port race conditions
# The deployment notebook is currently skipped until the AMI is fixed
# FIXME: https://github.com/zama-ai/concrete-ml-internal/issues/4064
.PHONY: pytest_nb # Launch notebook tests
pytest_nb:
NOTEBOOKS=$$(find docs -name "*.ipynb" ! -name "*Deployment*" | grep -v _build | grep -v .ipynb_checkpoints || true) && \
NOTEBOOKS=$$(find docs -name "*.ipynb" | grep -v _build | grep -v .ipynb_checkpoints || true) && \
if [[ "$${NOTEBOOKS}" != "" ]]; then \
echo "$${NOTEBOOKS}" | xargs poetry run pytest -svv \
--capture=tee-sys \
Expand Down
6 changes: 0 additions & 6 deletions use_case_examples/deployment/breast_cancer/Dockerfile.client

This file was deleted.

4 changes: 0 additions & 4 deletions use_case_examples/deployment/breast_cancer/Dockerfile.train

This file was deleted.

10 changes: 0 additions & 10 deletions use_case_examples/deployment/breast_cancer/Makefile

This file was deleted.

23 changes: 0 additions & 23 deletions use_case_examples/deployment/breast_cancer/README.md

This file was deleted.

This file was deleted.

110 changes: 0 additions & 110 deletions use_case_examples/deployment/breast_cancer/client.py

This file was deleted.

2 changes: 0 additions & 2 deletions use_case_examples/deployment/breast_cancer/client.sh

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions use_case_examples/deployment/breast_cancer/train.py

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions use_case_examples/deployment/cifar/Dockerfile.client

This file was deleted.

12 changes: 0 additions & 12 deletions use_case_examples/deployment/cifar/Dockerfile.compile

This file was deleted.

10 changes: 0 additions & 10 deletions use_case_examples/deployment/cifar/Makefile

This file was deleted.

25 changes: 0 additions & 25 deletions use_case_examples/deployment/cifar/README.md

This file was deleted.

Loading

0 comments on commit 239192a

Please sign in to comment.