Commit e557853 1 parent 50316f2 commit e557853 Copy full SHA for e557853
File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ $ docker run --detach --name vespa --hostname vespa-container \
77
77
</pre >
78
78
79
79
Verify that configuration service (deploy api) is ready:
80
+
80
81
<pre data-test =" exec " >
81
82
$ vespa status deploy --wait 300
82
83
</pre >
@@ -86,6 +87,11 @@ Download this sample application:
86
87
$ vespa clone commerce-product-ranking my-app && cd my-app
87
88
</pre> -->
88
89
90
+ <pre data-test =" exec " >
91
+ $ echo $PWD
92
+ $ cd commerce-product-ranking
93
+ </pre >
94
+
89
95
Download cross-encoder model:
90
96
<pre data-test =" exec " >
91
97
$ curl -L -o application/models/title_ranker.onnx \
@@ -137,9 +143,9 @@ script ([scripts/evaluate.py](scripts/evaluate.py)).
137
143
138
144
Install requirements
139
145
140
- <!-- < pre data-test="exec">
141
- $ pip3 install pandas pyarrow git+https://github.com/vespa-engine/ pyvespa.git@6a1b12128bff426f90b82d212f439755b520584c
142
- </pre> -->
146
+ <pre data-test =" exec " >
147
+ $ pip3 install pandas pyarrow pyvespa
148
+ </pre >
143
149
144
150
With the dependencies installed, we can evaluate the ranking model using the evaluation script:
145
151
You can’t perform that action at this time.
0 commit comments