mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-20 04:47:55 +00:00
added mac pre-dependencies for installation
This commit is contained in:
parent
3841792b8e
commit
5e390fb28a
@ -1,5 +1,11 @@
|
||||
# Installing GPT4All-Webui on Linux or macOS:
|
||||
|
||||
\- Make sure you have all the dependencies for requirements
|
||||
`python3.11 -m pip install cmake`
|
||||
`python3.11 -m pip install nproc` if you have issues with scikit-learn add the foollowing env var
|
||||
`SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True`
|
||||
`python3.11 -m pip install wget`
|
||||
|
||||
\- Install requirements
|
||||
python3.11 -m pip install -r requirements.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user