mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-06 04:34:57 +00:00
instantiate inference models
This commit is contained in:
parent
d2ec822b12
commit
7071c46422
6 changed files with 40 additions and 20 deletions
|
@ -25,7 +25,6 @@ class BuiltinModelsImpl(Models):
|
|||
config: BuiltinImplConfig,
|
||||
) -> None:
|
||||
self.config = config
|
||||
cprint(self.config, "red")
|
||||
self.models = {
|
||||
entry.core_model_id: ModelSpec(
|
||||
llama_model_metadata=resolve_model(entry.core_model_id),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue