mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 10:42:38 +00:00
close connections
This commit is contained in:
parent
22077e7f32
commit
fa100c77fd
7 changed files with 13 additions and 5 deletions
|
|
@ -64,7 +64,8 @@ class MetaReferenceEvalImpl(
|
|||
benchmark = Benchmark.model_validate_json(benchmark)
|
||||
self.benchmarks[benchmark.identifier] = benchmark
|
||||
|
||||
async def shutdown(self) -> None: ...
|
||||
async def shutdown(self) -> None:
|
||||
await self.kvstore.close()
|
||||
|
||||
async def register_benchmark(self, task_def: Benchmark) -> None:
|
||||
# Store in kvstore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue