Unverified Commit c74c913b authored by SangBin Cho's avatar SangBin Cho Committed by GitHub
Browse files

[misc] remove comments that were supposed to be removed (#4977)

parent 5f6d10c1
...@@ -185,7 +185,6 @@ def long_context_lora_files_32k(): ...@@ -185,7 +185,6 @@ def long_context_lora_files_32k():
return snapshot_download(repo_id="SangBinCho/long_context_32k_testing") return snapshot_download(repo_id="SangBinCho/long_context_32k_testing")
# SANG-TODO Download long lora files.
@pytest.fixture(scope="session") @pytest.fixture(scope="session")
def long_context_infos(long_context_lora_files_16k_1, def long_context_infos(long_context_lora_files_16k_1,
long_context_lora_files_16k_2, long_context_lora_files_16k_2,
......
...@@ -105,8 +105,6 @@ def convert_mapping( ...@@ -105,8 +105,6 @@ def convert_mapping(
lora_offset: int = long_lora_context.offsets_by_lora_id.get( lora_offset: int = long_lora_context.offsets_by_lora_id.get(
index_mapping_indices[i], 0) index_mapping_indices[i], 0)
long_lora_offsets[i] = lora_offset long_lora_offsets[i] = lora_offset
# SANG-TODO
# index_mapping_indices[i] = i
indices_list: List[Union[List[int], torch.Tensor]] = [ indices_list: List[Union[List[int], torch.Tensor]] = [
index_mapping_indices, lora_indices, embedding_indices index_mapping_indices, lora_indices, embedding_indices
......
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