Commit d199dbc
Updated README for CPU arch note
When building Spring AI, there is a dependecy on PyTorch which is
dependent upon the CPU architecture of the machine it is running on. In
MacOS, an x86 built JVM can run on an ARM processor due to Rosetta.
However, this arrangement will result in the project attempting to get
the x86 distribution of PyTorch which will not run on an ARM processor.
This note is to clarify how to validate if your JDK is reporting the
correct CPU architecture your machine is actually running.
Auto-cherry-pick to 1.1.x
Signed-off-by: Michael Minella <michael.minella@broadcom.com>1 parent a8c9428 commit d199dbc
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
0 commit comments