Skip to content

Commit

Permalink
[misc] remove comments that were supposed to be removed (vllm-project…
Browse files Browse the repository at this point in the history
  • Loading branch information
rkooo567 authored and joerunde committed Jun 3, 2024
1 parent a0bf570 commit 81b685e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/lora/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ def long_context_lora_files_32k():
return snapshot_download(repo_id="SangBinCho/long_context_32k_testing")


# SANG-TODO Download long lora files.
@pytest.fixture(scope="session")
def long_context_infos(long_context_lora_files_16k_1,
long_context_lora_files_16k_2,
Expand Down
2 changes: 0 additions & 2 deletions vllm/lora/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ def convert_mapping(
lora_offset: int = long_lora_context.offsets_by_lora_id.get(
index_mapping_indices[i], 0)
long_lora_offsets[i] = lora_offset
# SANG-TODO
# index_mapping_indices[i] = i

indices_list: List[Union[List[int], torch.Tensor]] = [
index_mapping_indices, lora_indices, embedding_indices
Expand Down

0 comments on commit 81b685e

Please sign in to comment.