forked from phoenix/litellm-mirror
fix triton embedding test
This commit is contained in:
parent
03f79f78db
commit
613bbe306f
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ async def test_triton_embeddings():
|
||||||
print(f"response: {response}")
|
print(f"response: {response}")
|
||||||
|
|
||||||
# stubbed endpoint is setup to return this
|
# stubbed endpoint is setup to return this
|
||||||
assert response.data[0]["embedding"] == [0.1, 0.2, 0.3]
|
assert response.data[0]["embedding"] == [0.1, 0.2]
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pytest.fail(f"Error occurred: {e}")
|
pytest.fail(f"Error occurred: {e}")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue