-
Notifications
You must be signed in to change notification settings - Fork 218
Minor docs fixes #3565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor docs fixes #3565
Conversation
```bash | ||
docker run -d --rm --device /dev/accel --group-add=$(stat -c "%g" /dev/dri/render* | head -n 1) -u $(id -u):$(id -g) \ | ||
-p 8000:8000 -v $(pwd)/:/workspace/ openvino/model_server:2025.2 --rest_port 8000 --config_path /workspace/models/config_all.json | ||
-p 8000:8000 -v $(pwd)/:/workspace/ openvino/model_server:latest-gpu --rest_port 8000 --config_path /workspace/models/config_all.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
demos/image_generation/README.md also uses 2025.2 ovms version. maybe update there too?
Co-authored-by: ngrozae <[email protected]>
…/model_server into minor-docs-fixes
@@ -23,7 +29,7 @@ The model response with tool call follow a specific syntax which is process by a | |||
Download export script, install it's dependencies and create directory for the models: | |||
```console | |||
curl https://raw.githubusercontent.com/openvinotoolkit/model_server/refs/heads/main/demos/common/export_models/export_model.py -o export_model.py | |||
pip3 install -r https://raw.githubusercontent.com/openvinotoolkit/model_server/refs/heads/main/demos/common/export_models/requirements.txt | |||
pip3 install -r https://raw.githubusercontent.com/openvinotoolkit/model_server/refs/heads/releases/2025/2/demos/common/export_models/requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if demo requires 2025.3 ovms version shouldn't we use export_models from main?
info about exporting gptq models fixed export image gen models without extra_quantization_params updated image tags in demos spelling mistakes fixes in export_model script fixes in agentic demo --------- Co-authored-by: ngrozae <[email protected]>
🛠 Summary
CVS-170958
CVS-163819
CVS-170948
CVS-170935
CVS-168980
🧪 Checklist
``