Skip to content

Commit c2a7348

Browse files
committed
feat: download model with direct HF url
Signed-off-by: James <[email protected]>
1 parent 8635931 commit c2a7348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/e2e-test/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from test_cli_server_start import TestCliServerStart
1010
from test_cortex_update import TestCortexUpdate
1111
from test_create_log_folder import TestCreateLogFolder
12+
from test_cli_model_pull_direct_url import TestCliModelPullDirectUrl
1213

1314
if __name__ == "__main__":
1415
pytest.main([__file__, "-v"])

0 commit comments

Comments
 (0)