We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35262f commit decf3c1Copy full SHA for decf3c1
1 file changed
arealite/tests/test_engine.py
@@ -87,11 +87,7 @@ def engine(request):
87
}
88
)
89
90
- model_path = "/storage/testing/models/Qwen__Qwen3-1.7B/"
91
- if not os.path.exists(model_path):
92
- model_path = "Qwen/Qwen2-0.5B"
93
-
94
- engine = get_engine(request.param, model_path)
+ engine = get_engine(request.param, MODEL_PATH)
95
print(f"✓ {request.param.upper()} Engine created successfully")
96
yield engine
97
0 commit comments