feat: 增加server, 并且修改测试单元
This commit is contained in:
@@ -10,7 +10,6 @@ from astrai.config.model_config import ModelConfig
|
||||
|
||||
@pytest.fixture
|
||||
def transformer_test_env():
|
||||
"""创建Transformer测试专用环境"""
|
||||
test_dir = tempfile.mkdtemp(prefix="transformer_test_")
|
||||
config_path = os.path.join(test_dir, "config.json")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user