File tree 6 files changed +23
-8
lines changed
6 files changed +23
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ENV PATH=$PATH:/usr/local/go/bin
21
21
ENV LIBRARY_PATH=/usr/local/lib${LIBRARY_PATH:+:$LIBRARY_PATH}
22
22
ENV LD_LIBRARY_PATH=/usr/local/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
23
23
24
- RUN cd /tmp/ && git clone https://github.com/dmlc/treelite.git -b 2.3 .0 \
24
+ RUN cd /tmp/ && git clone https://github.com/dmlc/treelite.git -b 3.0 .0 \
25
25
&& cd treelite \
26
26
&& mkdir build && cd build \
27
27
&& cmake .. \
Original file line number Diff line number Diff line change 9
9
env :
10
10
LIBRARY_PATH : /usr/local/lib
11
11
LD_LIBRARY_PATH : /usr/local/lib
12
- TREELITE_VERSION : 2.3 .0
12
+ TREELITE_VERSION : 3.0 .0
13
13
14
14
jobs :
15
15
Original file line number Diff line number Diff line change 6
6
env :
7
7
LIBRARY_PATH : /usr/local/lib
8
8
LD_LIBRARY_PATH : /usr/local/lib
9
- TREELITE_VERSION : 2.3 .0
9
+ TREELITE_VERSION : 3.0 .0
10
10
11
11
jobs :
12
12
golangci-lint :
Original file line number Diff line number Diff line change
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version" : " 0.2.0" ,
6
+ "configurations" : [
7
+ {
8
+ "name" : " Launch Package" ,
9
+ "type" : " go" ,
10
+ "request" : " launch" ,
11
+ "mode" : " auto" ,
12
+ "program" : " ${fileDirname}"
13
+ }
14
+ ]
15
+ }
Original file line number Diff line number Diff line change 13
13
- [ Usage] ( #usage )
14
14
- [ Documentation] ( #documentation )
15
15
16
- This binding currently works for treelite 2.3 .0.
16
+ This binding currently works for treelite 3.0 .0.
17
17
18
18
## Prerequirements
19
19
@@ -32,7 +32,7 @@ the following package is installed.
32
32
#### 2. install treelite
33
33
34
34
``` bash
35
- git clone https://github.com/dmlc/treelite.git -b 2.3 .0
35
+ git clone https://github.com/dmlc/treelite.git -b 3.0 .0
36
36
cd treelite \
37
37
mkdir build && cd build \
38
38
cmake .. \
Original file line number Diff line number Diff line change 1
1
xgboost == 1.6.2
2
2
scikit-learn == 1.1.2
3
- treelite == 2.4 .0
4
- treelite-runtime == 2.4 .0
5
- pandas == 1.4.4
3
+ treelite == 3.0 .0
4
+ treelite-runtime == 3.0 .0
5
+ pandas == 1.4.4
You can’t perform that action at this time.
0 commit comments