Skip to content

Enabed test cases for disaggregate_prefill_v1 with lmcache on hpu, gaudi-nic, cpuoverloading. #1370

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

Draft
wants to merge 14 commits into
base: habana_main
Choose a base branch
from

Conversation

hsubramony
Copy link

No description provided.

libinta and others added 2 commits June 4, 2025 19:39
…che,

fix prefill and add lm for pd (#1352)

Co-authored-by: Yeonsil Yoon <yeon.sil.yoon@intel.com>
@@ -0,0 +1,100 @@
# SPDX-License-Identifier: Apache-2.0

Choose a reason for hiding this comment

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

Please provide description of the PR including why we need those examples on CPU

Copy link

Choose a reason for hiding this comment

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

it's for our test only for now

@@ -0,0 +1,74 @@
INFO 05-05 16:12:54 [__init__.py:248] Automatically detected platform hpu.

Choose a reason for hiding this comment

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

What is this log needed for?

Comment on lines +41 to +46
#GAUDI-NIC
#os.environ["LMCACHE_NIXL_BUFFER_SIZE"] = "1073741824"
#os.environ["LMCACHE_NIXL_RECEIVER_HOST"] = "localhost"
#os.environ["LMCACHE_NIXL_RECEIVER_PORT"] = "66666"
#os.environ["LMCACHE_NIXL_BUFFER_DEVICE"] = "hpu"
#os.environ["LMCACHE_NIXL_ENABLE_GC"] = "True"

Choose a reason for hiding this comment

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

Commneted code, please remove

decoder_rank = '1'
os.environ["RANK"] = decoder_rank
os.environ["LMCACHE_NIXL_ROLE"] = "RECEIVER"
#sampling_params = SamplingParams(temperature=0, top_p=0.95, max_tokens=10)

Choose a reason for hiding this comment

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

commented code

@libinta libinta marked this pull request as draft June 5, 2025 14:56
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.

4 participants