"vscode:/vscode.git/clone" did not exist on "b02fd288b28f0bfa2d7ac8958fe0d71ec22ffc1b"
Commit 8c0143db authored by zhuwenwen's avatar zhuwenwen
Browse files

use opt rope

parent b7b4e639
......@@ -958,8 +958,7 @@ class DeepseekScalingRotaryEmbedding(RotaryEmbedding):
BLOCK_SIZE=BLOCK_SIZE,
num_warps=1)
# if envs.VLLM_USE_LIGHTOP:
if False:
if envs.VLLM_USE_LIGHTOP:
torch.ops.vllm.rotary_embedding_deepseek_fuse(positions, query, key, self.head_size, self.cos_sin_cache, self.is_neox_style)
else:
call(query)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment