def run_LLMBenchmark()

in NVIDIA_runner.py [0:0]


def run_LLMBenchmark():
    if machine_name == "NVIDIA Graphics Device" or "GB200" in machine_name:
        print("LLMBenchmark Test not supported on this machine")
        return
    test = llmb.LLMBenchmark("config.json", current, machine_name)
    test.install_requirements()
    test.prepare_datasets()
    test.download_models()
    test.run_benchmark()