Agentic demo - changing models to exclude export_model.py#4037
Open
Agentic demo - changing models to exclude export_model.py#4037
Conversation
dtrawins
reviewed
Mar 7, 2026
| :sync: Phi-4-mini-instruct-int4-ov | ||
| ```bat | ||
| ovms.exe --rest_port 8000 --source_model OpenVINO/Phi-4-mini-instruct-int4-ov --model_repository_path models --tool_parser phi4 --target_device GPU --task text_generation --enable_tool_guided_generation true --cache_dir .cache --enable_prefix_caching true | ||
| ovms.exe --rest_port 8000 --source_model OpenVINO/Phi-4-mini-instruct-int4-ov --model_repository_path models --tool_parser phi4 --target_device GPU --task text_generation --enable_tool_guided_generation true --cache_dir .cache --max_num_batched_tokens 99999 --enable_prefix_caching true |
Collaborator
There was a problem hiding this comment.
I suggest to drop this model because of limited context.
Collaborator
Author
There was a problem hiding this comment.
I know, but it will be only Qwen3 models and gpt. I would leave this for now, before we won't have any other agentic models for this demo.
dtrawins
reviewed
Mar 7, 2026
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 8 comments.
Comments suppressed due to low confidence (1)
demos/continuous_batching/agentic_ai/openai_agent.py:26
Agent,Runner, andRunConfigare imported twice (once directly and once in the later grouped import). This adds noise and can confuse linters; please keep a single import block for these symbols.
from openai import AsyncOpenAI
from agents import Agent, Runner, RunConfig
from agents.mcp import MCPServerSse, MCPServerStdio
dtrawins
approved these changes
Mar 10, 2026
dtrawins
reviewed
Mar 10, 2026
fd44bc7 to
b9b928d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛠 Summary
CVS-182271
Refreshing agentic demo to change models for OV repo.
🧪 Checklist
``