mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 20:19:26 +00:00
working fireworks and together
This commit is contained in:
parent
25d8ab0e14
commit
8de4cee373
8 changed files with 205 additions and 86 deletions
|
|
@ -37,7 +37,7 @@ DATABRICKS_SUPPORTED_MODELS = {
|
|||
class DatabricksInferenceAdapter(ModelRegistryHelper, Inference):
|
||||
def __init__(self, config: DatabricksImplConfig) -> None:
|
||||
ModelRegistryHelper.__init__(
|
||||
self, stack_to_provider_models_map=DATABRICKS_SUPPORTED_MODELS
|
||||
self, provider_to_common_model_aliases_map=DATABRICKS_SUPPORTED_MODELS
|
||||
)
|
||||
self.config = config
|
||||
self.formatter = ChatFormat(Tokenizer.get_instance())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue