Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
c74c913b
Unverified
Commit
c74c913b
authored
May 22, 2024
by
SangBin Cho
Committed by
GitHub
May 22, 2024
Browse files
[misc] remove comments that were supposed to be removed (#4977)
parent
5f6d10c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
tests/lora/conftest.py
tests/lora/conftest.py
+0
-1
vllm/lora/models.py
vllm/lora/models.py
+0
-2
No files found.
tests/lora/conftest.py
View file @
c74c913b
...
...
@@ -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
,
...
...
vllm/lora/models.py
View file @
c74c913b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment