Skip to content

Commit

Permalink
fix: simplify torch dependencies in the wheels (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm authored Oct 30, 2024
1 parent efd2e16 commit bca09f8
Show file tree
Hide file tree
Showing 3 changed files with 614 additions and 432 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ To update or add new dependencies from `pyproject.toml`, rebuild `poetry.lock`
poetry update
```

#### MacOS Intel

When in development mode on MacOS with Intel chips, one can use compatible dependencies with

```console
poetry update --with mac_intel
```


## Pipeline Overview
![Architecture](docs/tablemodel_overview_color.png)
Expand Down
Loading

0 comments on commit bca09f8

Please sign in to comment.