Skip to content

Commit

Permalink
Merge branch 'develop' into add-help-function
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstanfordjason authored Mar 11, 2022
2 parents c51afdd + 77ffdf1 commit 3a875a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ make build

Install the `xcore_interpreters` and `tflite2xcore` python packages using `pip` (preferably inside a venv):
```shell
pip install -e "./third_party/lib_tflite_micro/tflm_interpreter"
pip install -e "./third_party/lib_tflite_micro/xtflm_interpreter"
pip install -e "./tflite2xcore[examples]"
```

Expand Down Expand Up @@ -75,7 +75,7 @@ Then inside the container
conda env create -p ai_tools_venv -f utils/environment.yml
/XMOS/get_tools.py 15.0.6
conda activate ./ai_tools_venv
pip install -e "./third_party/lib_tflite_micro/tflm_interpreter[test]"
pip install -e "./third_party/lib_tflite_micro/xtflm_interpreter[test]"
pip install -e "./tflite2xcore[examples,test,dev]"
# activate tools (each new shell)
module load tools/15.0.6
Expand Down

0 comments on commit 3a875a4

Please sign in to comment.