Commit 2f87027
authored
Adding venv and fixing regex (#3610)
* adding venv and fix regex
Signed-off-by: Sachin Pisal <[email protected]>
* adding sudo
Signed-off-by: Sachin Pisal <[email protected]>
* reverting regex
Signed-off-by: Sachin Pisal <[email protected]>
* fixing the regex
Signed-off-by: Sachin Pisal <[email protected]>
* capturing single quotes in regex
Signed-off-by: Sachin Pisal <[email protected]>
* capture only the target
Signed-off-by: Sachin Pisal <[email protected]>
* fix regex
Signed-off-by: Sachin Pisal <[email protected]>
* fixing the regex to combine the target and option as a valid backend
Signed-off-by: Sachin Pisal <[email protected]>
* adding escape for #
Signed-off-by: Sachin Pisal <[email protected]>
* format
Signed-off-by: Sachin Pisal <[email protected]>
* simplifying the condition
Signed-off-by: Sachin Pisal <[email protected]>
* updating torch version
Signed-off-by: Sachin Pisal <[email protected]>
* Adding pattern matching examples and fetching only the target, ignoring option
Signed-off-by: Sachin Pisal <[email protected]>
* updating python3-venv
Signed-off-by: Sachin Pisal <[email protected]>
* making spellchecker happy
Signed-off-by: Sachin Pisal <[email protected]>
* skipping logical_aim_sqale and updating pip install for hqnn
Signed-off-by: Sachin Pisal <[email protected]>
* format
Signed-off-by: Sachin Pisal <[email protected]>
---------
Signed-off-by: Sachin Pisal <[email protected]>1 parent 90f0b68 commit 2f87027
File tree
3 files changed
+35
-9
lines changed- .github/workflows
- docs
- sphinx/applications/python
3 files changed
+35
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
| 844 | + | |
844 | 845 | | |
845 | 846 | | |
846 | 847 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
28 | 44 | | |
29 | 45 | | |
30 | 46 | | |
31 | 47 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
35 | 55 | | |
36 | 56 | | |
37 | 57 | | |
| |||
122 | 142 | | |
123 | 143 | | |
124 | 144 | | |
125 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
126 | 148 | | |
127 | 149 | | |
128 | 150 | | |
| |||
Lines changed: 8 additions & 5 deletions
Large diffs are not rendered by default.
0 commit comments