MCPcopy
hub / github.com/meta-llama/PurpleLlama / run

Method run

CybersecurityBenchmarks/benchmark/benchmark.py:113–122  ·  view source on GitHub ↗

Processes a LLM-response.

(
        self,
        num_test_cases: int = 0,
        run_llm_in_parallel: int = 1,
        should_cleanup_after_eval: bool = True,
    )

Source from the content-addressed store, hash-verified

111
112 @abstractmethod
113 async def run(
114 self,
115 num_test_cases: int = 0,
116 run_llm_in_parallel: int = 1,
117 should_cleanup_after_eval: bool = True,
118 ) -> None:
119 """
120 Processes a LLM-response.
121 """
122 pass

Callers 15

mainFunction · 0.45
exec_command_blockingMethod · 0.45
get_mime_typeFunction · 0.45
compile_and_runMethod · 0.45
validate_testcaseFunction · 0.45
verify_exampleFunction · 0.45
compile_and_runMethod · 0.45
compile_and_runMethod · 0.45

Calls

no outgoing calls