-
Notifications
You must be signed in to change notification settings - Fork 109
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
base: habana_main
Are you sure you want to change the base?
Conversation
…udi-nic, cpuoverloading.
…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 |
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.
Please provide description of the PR including why we need those examples on CPU
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.
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. |
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.
What is this log needed for?
#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" |
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.
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) |
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.
commented code
No description provided.