File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 15
15
strategy :
16
16
matrix :
17
17
python-version : ["3.9", "3.10", "3.11"]
18
-
18
+
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/setup-python@v4
26
26
pip install -r https://raw.githubusercontent.com/google-ai-edge/ai-edge-torch/main/requirements.txt
27
27
- name : Install ai-edge-torch
28
28
run : |
29
- pip install ai-edge-torch
29
+ pip install ai-edge-torch-nightly
30
30
- name : Import ai-edge-torch
31
31
run : |
32
32
python -c "import ai_edge_torch"
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ pip install ai-edge-torch==0.1.1
101
101
Alternately, the nightly version can be installed with:
102
102
``` bash
103
103
pip install -r https://raw.githubusercontent.com/google-ai-edge/ai-edge-torch/main/requirements.txt
104
- pip install ai-edge-torch
104
+ pip install ai-edge-torch-nightly
105
105
```
106
106
107
107
* The list of versioned releases can be seen [ here] ( https://github.com/google-ai-edge/ai-edge-torch/releases ) .
Original file line number Diff line number Diff line change 26
26
then be run with TensorFlow Lite and MediaPipe. This enables applications for
27
27
Android, iOS and IOT that can run models completely on-device.
28
28
29
- More details are in the project's [GitHub repository](https://github.com/google-ai-edge/ai-edge-torch).
29
+ [Install steps](https://github.com/google-ai-edge/ai-edge-torch#installation)
30
+ and additional details are in the AI Edge Torch
31
+ [GitHub repository](https://github.com/google-ai-edge/ai-edge-torch).
30
32
""" .lstrip ()
31
33
32
34
setup (
You can’t perform that action at this time.
0 commit comments