You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<i>N.B:</i> Apple M1s have an issue with `openmp` which XGBoost and LightGBM depend on; some additional steps are required. See this [issue](https://github.com/postgresml/postgresml/issues/364) for more details.
128
-
129
114
1. Install the latest Rust compiler from [rust-lang.org](https://www.rust-lang.org/learn/get-started).
130
115
131
116
2. Clone our git repository:
@@ -138,14 +123,13 @@ version accordingly if yours is different. Other flavors of Linux should work, b
On Ubuntu, this can be configured by changing `/etc/postgresql/15/main/postgresql.conf`. On Mac, the config file is located in`/opt/homebrew/var/postgresql@15/postgresql.conf`.
148
+
163
149
This setting change requires PostgreSQL to be restarted:
0 commit comments