Skip to content

Conversation

dtrawins
Copy link
Collaborator

@dtrawins dtrawins commented Aug 9, 2025

🛠 Summary

CVS-170958
CVS-163819
CVS-170948
CVS-170935
CVS-168980

🧪 Checklist

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices.
    ``

@dtrawins dtrawins requested review from mzegla and ngrozae August 11, 2025 07:23
```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
Copy link
Collaborator

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?

@@ -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
Copy link
Collaborator

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?

@dtrawins dtrawins merged commit 3ac4002 into main Aug 13, 2025
13 checks passed
przepeck pushed a commit that referenced this pull request Aug 21, 2025
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants