File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55### Download the windows zip package and install it using baremetal instructions
66
7- ** Required:** OpenVINO Model Server package - see [ deployment instructions] ( ../../../docs/ deploying_server_baremetal.md) for details.
7+ ** Required:** OpenVINO Model Server package - see [ deployment instructions] ( deploying_server_baremetal.md ) for details.
88
99## Starting the model server service
1010
@@ -32,9 +32,9 @@ sc delete ovms
3232You can find a RAG demo with the service in the [ demo documentation] ( ../demos/continuous_batching/rag/README.md ) in the service section.
3333
3434## Service interaction
35- You can change the default config.json location from c:\models to you own path. Make sure you are passing the full path to the directory .
36- ``` bat
37- .\ovms\install_ovms_service.bat c:\my_own_path\to_directory
35+ You can change the default config.json location from c:\models\config.json to you own path. Make sure you are passing the full path to the file .
36+ ``` text
37+ .\ovms\install_ovms_service.bat c:\my_own_path\to_directory\config.json
3838```
3939
4040### List models
You can’t perform that action at this time.
0 commit comments