mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Added execution time to the UI
This commit is contained in:
@ -150,6 +150,10 @@ def test_load_model_from_web_ui(client_data, model, expected_load_options):
|
||||
|
||||
generate_story_data(client_data)
|
||||
|
||||
def test_load_GooseAI_from_web_ui(client_data):
|
||||
|
||||
pytest.skip("unsupported configuration")
|
||||
|
||||
@pytest.mark.parametrize("model, expected_load_options", test_models)
|
||||
def test_load_model_from_command_line(client_data, model, expected_load_options):
|
||||
(client, app, socketio_client) = client_data
|
||||
|
Reference in New Issue
Block a user