Skip to content
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

[OPENVINO-CODE] add-device-options #895

Merged
merged 62 commits into from
Apr 3, 2024

Conversation

kumarijy
Copy link
Contributor

No description provided.

@kumarijy kumarijy requested a review from a team as a code owner March 26, 2024 04:36
Comment on lines 17 to 19

#logger.error(args.model)
#logger.error(args.device)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Del commented code

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

};

export const DEVICE_SUPPORTED_FEATURES: Record<DeviceName, Features[]> = {
[DeviceName.CPU]: [Features.CODE_COMPLETION],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does the CPU support only code completion?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added all the supported features on CPU

@apaniukov apaniukov merged commit 8f23817 into openvinotoolkit:master Apr 3, 2024
8 checks passed
@kumarijy kumarijy deleted the add-device-options branch January 8, 2025 19:26
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.

2 participants