Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions website/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,11 @@ make install-with-models-metal
```

Similarily, this ensures Metal devices are selected on model load, and Metal-specific kernels used when possible.

### Supported OS Architectures
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also support Windows x64.

Also these architecture name are the technical names - I would expect a more user-friendly name here (with the technical name in parenthesis, or if this was formatted as a table, in one of the columns)

| OS | Architecture |
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@phillipleblanc How about a table like this?

|---------|-----------------|
| Linux | linux-x86_64 |
| Linux | linux-aarch64 |
| macOS | darwin-aarch64 |
| Windows | windows-x86_64 |