[misc] remove comments that were supposed to be removed (#4977)
This commit is contained in:
parent
5f6d10c14c
commit
c74c913bfb
@ -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(
|
|||||||
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user