File tree Expand file tree Collapse file tree
examples/model_selection/TRAILS-Database-Native-Model-Selection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,10 @@ docker exec -it trails-singa bash
5454# 2. Clone the code
5555cd ~
5656git clone https://github.com/apache/singa.git
57- cd singa/examples/model_selection/TRAILS-Database-Native-Model-Selection/
57+ cd singa/
58+ git fetch origin singa-ms:singa-ms
59+ git checkout singa-ms
60+ cd examples/model_selection/TRAILS-Database-Native-Model-Selection/
5861# 3. Export PYTHONPATH
5962export PYTHONPATH=$PYTHONPATH :./internal/ml/model_selection
6063# 4. Start the RDBMS and then exit
@@ -118,6 +121,7 @@ CREATE EXTENSION pg_extension;
118121```
119122
120123If the above fails, open another terminal and go into the docker via docker exec -it trails-singa bash
124+
121125Then run the following
122126``` bash
123127rm /home/postgres/.pgrx/14.9/pgrx-install/share/extension/pg_extension--0.1.0.sql
You can’t perform that action at this time.
0 commit comments