Skip to content

Commit

Permalink
Remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailurus1 committed Feb 21, 2024
1 parent bf0c848 commit a4bda30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion serve/tests/unittest/test_engine_with_samplers.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ def _test_logit_bias(
):
prompt = "Repeat only one of the following words: hi, hello"
requests = []
print(engine.tokenizer.encode("hi"))
for n in range(num_requests):
requests.append(
create_request(
Expand Down
1 change: 0 additions & 1 deletion serve/tests/unittest/test_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ def _get_expected_result(
- mask[i] * presence_penalties[i])
/ temperature
)
print("DEBUG")
return expected

vocab_size = 512
Expand Down

0 comments on commit a4bda30

Please sign in to comment.