Skip to content

Commit

Permalink
chore: clean makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Apr 17, 2024
1 parent 3c9194a commit db8fb59
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 34 deletions.
2 changes: 0 additions & 2 deletions use_case_examples/cifar/cifar_brevitas_finetuning/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

EXAMPLE_NAME=cifar_brevitas_finetuning
JUPYTER_RUN=jupyter nbconvert --to notebook --inplace --execute
TIME_NB="${USE_CASE_DIR}/time_notebook_execution.sh"

run_example: four
Expand Down
8 changes: 0 additions & 8 deletions use_case_examples/cifar/cifar_brevitas_training/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# Useful for jupyter notebooks
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

EXAMPLE_NAME=cifar_brevitas_training
JUPYTER_RUN=jupyter nbconvert --to notebook --inplace --execute
TIME_NB="${USE_CASE_DIR}/time_notebook_execution.sh"

run_example: one two

one:
Expand Down
2 changes: 0 additions & 2 deletions use_case_examples/credit_scoring/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

EXAMPLE_NAME=credit_scoring
JUPYTER_RUN=jupyter nbconvert --to notebook --inplace --execute
TIME_NB="${USE_CASE_DIR}/time_notebook_execution.sh"

run_example: one
Expand Down
2 changes: 0 additions & 2 deletions use_case_examples/disease_prediction/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

EXAMPLE_NAME=disease_prediction
JUPYTER_RUN=jupyter nbconvert --to notebook --inplace --execute
TIME_NB="${USE_CASE_DIR}/time_notebook_execution.sh"

run_example: one
Expand Down
9 changes: 1 addition & 8 deletions use_case_examples/federated_learning/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# Useful for jupyter notebooks
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

EXAMPLE_NAME=federated_learning
PYTHON_RUN=python

run_example: run_sh load_to_cml

run_sh:
Expand All @@ -13,4 +6,4 @@ run_sh:

load_to_cml:
@echo "Loading and compiling the model with Concrete ML..."
@$(PYTHON_RUN) load_to_cml.py
@python load_to_cml.py
6 changes: 0 additions & 6 deletions use_case_examples/hybrid_model/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Useful for jupyter notebooks
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

EXAMPLE_NAME=hybrid_model

run_example: compile_model serve_model

compile_model:
Expand Down
2 changes: 0 additions & 2 deletions use_case_examples/llm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

EXAMPLE_NAME=llm
JUPYTER_RUN=jupyter nbconvert --to notebook --inplace --execute
TIME_NB="${USE_CASE_DIR}/time_notebook_execution.sh"

run_example: one
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

EXAMPLE_NAME=sentiment_analysis_with_transformers
JUPYTER_RUN=jupyter nbconvert --to notebook --inplace --execute
TIME_NB="${USE_CASE_DIR}/time_notebook_execution.sh"

run_example: one
Expand Down
2 changes: 0 additions & 2 deletions use_case_examples/titanic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

EXAMPLE_NAME=titanic
JUPYTER_RUN=jupyter nbconvert --to notebook --inplace --execute
TIME_NB="${USE_CASE_DIR}/time_notebook_execution.sh"

run_example: one
Expand Down

0 comments on commit db8fb59

Please sign in to comment.