Add Intel Arc Battlemage (BMG) GPU XPU support and Code Translation enhancements#114
Open
tintisimone wants to merge 1 commit into
Open
Add Intel Arc Battlemage (BMG) GPU XPU support and Code Translation enhancements#114tintisimone wants to merge 1 commit into
tintisimone wants to merge 1 commit into
Conversation
…nhancements Add Intel Arc Battlemage (BMG) GPU support with XPU backend: - Add Intel GPU Plugin for Kubernetes deployment - Support XPU device type alongside CPU and HPU (Gaudi) - Add vLLM XPU backend configuration with intel/vllm:0.14.0-xpu image - Add BMG-specific Helm values and deployment templates - Add 6 BMG-optimized models (Llama, Mistral, DeepSeek, Qwen, Falcon3) - Default to Qwen/Qwen2.5-Coder-3B-Instruct for testing - Add gpu.intel.com/xe resource management for Ubuntu 25.10 - Add comprehensive BMG deployment documentation - Add single-node XPU configuration examples Code Translation improvements: - Update API client for XPU deployment compatibility - Update docker-compose configuration Refactoring: - Replace cpu_or_gpu parameter with device (cpu/hpu/xpu) - Update all deployment scripts and configuration files - Add XPU-specific environment variables for vLLM - Improve model selection logic for multi-device support Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
…nhancements
Add Intel Arc Battlemage (BMG) GPU support with XPU backend:
Code Translation improvements:
Refactoring: