mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 13:55:41 +01:00
Fix Typo in Mac on Intel
This commit is contained in:
parent
380b119581
commit
2360728fab
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ To install a C++ compiler on Windows 10/11, follow these steps:
|
||||||
4. Run the installer and select the `gcc` component.
|
4. Run the installer and select the `gcc` component.
|
||||||
|
|
||||||
## Mac Running Intel
|
## Mac Running Intel
|
||||||
When running a Mac with inteel hardware (not M1), you may run into _clang: error: the clang compiler does not support '-march=native'_ during pip install.
|
When running a Mac with Intel hardware (not M1), you may run into _clang: error: the clang compiler does not support '-march=native'_ during pip install.
|
||||||
|
|
||||||
If so set your archflags during pip install. eg: _ARCHFLAGS="-arch x86_64" pip3 install -r requirements.txt_
|
If so set your archflags during pip install. eg: _ARCHFLAGS="-arch x86_64" pip3 install -r requirements.txt_
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue