Skip to content

Commit

Permalink
chore: this workaround was actually not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
bcm-at-zama authored and RomanBredehoft committed Aug 1, 2024
1 parent e14f40c commit cd9dd2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ setup_env:
poetry run python -c "import skorch" || true # Details above
poetry run python -c "from brevitas.core.scaling import AccumulatorAwareParameterPreScaling" || true # Details above

# For some issues with Mac Intel
if [[ $$(uname) == "Darwin" ]] && [[ $$(uname -m) == 'x86_64' ]]; then \
poetry run pip uninstall brevitas -y; \
poetry run pip install brevitas; \
fi

.PHONY: sync_env # Synchronise the environment
sync_env:
if [[ $$(poetry --version) != "Poetry (version $(POETRY_VERSION))" ]];then \
Expand Down

0 comments on commit cd9dd2e

Please sign in to comment.