Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeldaHuang committed Nov 4, 2024
1 parent 40952a4 commit a26ead8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit_test/global_scheduler/test_llm_engine_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ def test_init_llumlets(setup_ray_env, engine_manager):
assert num_instances == engine_manager_args.initial_instances

def test_init_llumlets_sim(setup_ray_env, engine_manager):
engine_manager.profiling_result_file_pagth="//"
engine_manager.profiling_result_file_path="//"
# pylint: disable=import-outside-toplevel
import llumnix.backends.vllm.simulator
llumnix.backends.vllm.simulator.BackendSimVLLM = MockBackendSim
engine_args = EngineArgs(model="facebook/opt-125m", worker_use_ray=True)
Expand Down

0 comments on commit a26ead8

Please sign in to comment.