We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9bba8 commit 1335f82Copy full SHA for 1335f82
tests/examples/llm_ptq/test_deploy.py
@@ -576,7 +576,7 @@ def test_medusa(command):
576
)
577
def test_eagle(command):
578
"""Skip test if MODELOPT_LOCAL_EAGLE_MODEL is set but model doesn't exist locally.
579
- speculative models shoule be loaded by local path"""
+ speculative models should be loaded by local path"""
580
local_root = os.getenv("MODELOPT_LOCAL_EAGLE_MODEL")
581
if not local_root:
582
pytest.skip("MODELOPT_LOCAL_EAGLE_MODEL is not set")
0 commit comments