Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Nov 22, 2024
1 parent 1223394 commit 8f8cccd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/llm_translation/test_optional_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,13 +942,3 @@ def test_forward_user_param():
)

assert optional_params["metadata"]["user_id"] == "test_user"


def test_lm_studio_embedding_params():
optional_params = get_optional_params_embeddings(
model="lm_studio/gemma2-9b-it",
custom_llm_provider="lm_studio",
dimensions=1024,
drop_params=True,
)
assert len(optional_params) == 0

0 comments on commit 8f8cccd

Please sign in to comment.