Skip to content

Commit 633f87d

Browse files
committed
remove SambaNovaInferenceAdapter's redundant initialize and shutdown methods
1 parent d6e0ee9 commit 633f87d

File tree

1 file changed

+0
-6
lines changed
  • llama_stack/providers/remote/inference/sambanova

1 file changed

+0
-6
lines changed

llama_stack/providers/remote/inference/sambanova/sambanova.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,3 @@ def __init__(self, config: SambaNovaImplConfig):
2929
download_images=True, # SambaNova requires base64 image encoding
3030
json_schema_strict=False, # SambaNova doesn't support strict=True yet
3131
)
32-
33-
async def initialize(self):
34-
await super().initialize()
35-
36-
async def shutdown(self):
37-
await super().shutdown()

0 commit comments

Comments
 (0)