Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-huang committed Mar 26, 2024
1 parent a82b0cb commit 35913c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/community/tests/integration_tests/llms/test_bigdl_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


def test_call() -> None:
"""Test valid call to ipex-llm."""
"""Test valid call to bigdl-llm."""
llm = BigdlLLM.from_model_id(
model_id="lmsys/vicuna-7b-v1.5",
model_kwargs={"temperature": 0, "max_length": 16, "trust_remote_code": True},
Expand All @@ -15,7 +15,7 @@ def test_call() -> None:


def test_generate() -> None:
"""Test valid call to ipex-llm."""
"""Test valid call to bigdl-llm."""
llm = BigdlLLM.from_model_id(
model_id="lmsys/vicuna-7b-v1.5",
model_kwargs={"temperature": 0, "max_length": 16, "trust_remote_code": True},
Expand Down

0 comments on commit 35913c8

Please sign in to comment.