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

[WIP] Enable DeepSeek Models on Intel Gaudi device #3326

Closed
wants to merge 2 commits into from

Conversation

YangQun1
Copy link
Contributor

@YangQun1 YangQun1 commented Feb 6, 2025

Example

DeepSeek-V2-Lite

Run on single Gaudi2

python examples/runtime/engine/offline_batch_inference.py \
    --device hpu \
    --model-path deepseek-ai/DeepSeek-V2-Lite \
    --trust-remote-code \
    --disable-mla
python3 -m sglang.bench_one_batch \
    --batch-size 1 \
    --input 1024 \
    --output 8 \
    --model deepseek-ai/DeepSeek-V2-Lite \
    --trust-remote-code \
    --device hpu \
    --disable-mla

DeepSeek-R1

Run on x8 Gaudi3

python3 -m sglang.bench_one_batch \
    --batch-size 1 \
    --input 1024 \
    --output 8 \
    --model /software/data/DeepSeek-R1 \
    --trust-remote-code \
    --device hpu \
    --tp 8 \
    --load-format dummy \
    --disable-mla

@YangQun1 YangQun1 changed the title [Draft] Enable DeepSeek Models on Intel Gaudi device [WIP] Enable DeepSeek Models on Intel Gaudi device Feb 6, 2025
@YangQun1 YangQun1 closed this Feb 7, 2025
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.

1 participant