Skip to content

Commit 1335f82

Browse files
committed
fix typo
Signed-off-by: noeyy-mino <174223378+noeyy-mino@users.noreply.github.com>
1 parent 7d9bba8 commit 1335f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/examples/llm_ptq/test_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def test_medusa(command):
576576
)
577577
def test_eagle(command):
578578
"""Skip test if MODELOPT_LOCAL_EAGLE_MODEL is set but model doesn't exist locally.
579-
speculative models shoule be loaded by local path"""
579+
speculative models should be loaded by local path"""
580580
local_root = os.getenv("MODELOPT_LOCAL_EAGLE_MODEL")
581581
if not local_root:
582582
pytest.skip("MODELOPT_LOCAL_EAGLE_MODEL is not set")

0 commit comments

Comments
 (0)