Skip to content

Commit bca09f8

Browse files
authored
fix: simplify torch dependencies in the wheels (#45)
Signed-off-by: Michele Dolfi <[email protected]>
1 parent efd2e16 commit bca09f8

File tree

3 files changed

+614
-432
lines changed

3 files changed

+614
-432
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ To update or add new dependencies from `pyproject.toml`, rebuild `poetry.lock`
5353
poetry update
5454
```
5555

56+
#### MacOS Intel
57+
58+
When in development mode on MacOS with Intel chips, one can use compatible dependencies with
59+
60+
```console
61+
poetry update --with mac_intel
62+
```
63+
5664

5765
## Pipeline Overview
5866
![Architecture](docs/tablemodel_overview_color.png)

0 commit comments

Comments
 (0)