| 9 | |
| 10 | static ds4_engine *test_engine_fast; |
| 11 | static ds4_engine *test_engine_quality; |
| 12 | |
| 13 | static const char *test_model_path(void) { |
| 14 | const char *model_path = getenv("DS4_TEST_MODEL"); |
| 15 | return (model_path && model_path[0]) ? model_path : "ds4flash.gguf"; |
| 16 | } |
| 17 |