-
Notifications
You must be signed in to change notification settings - Fork 145
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
[OPENVINO-CODE] add-device-options #895
Conversation
modules/openvino_code/server/main.py
Outdated
|
||
#logger.error(args.model) | ||
#logger.error(args.device) |
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.
Del commented code
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.
done
}; | ||
|
||
export const DEVICE_SUPPORTED_FEATURES: Record<DeviceName, Features[]> = { | ||
[DeviceName.CPU]: [Features.CODE_COMPLETION], |
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.
Why does the CPU support only code completion?
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.
Added all the supported features on CPU
No description provided.