mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
remove prints
This commit is contained in:
parent
5cce5a1f78
commit
6d3d236654
1 changed files with 0 additions and 4 deletions
|
@ -39,10 +39,6 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
config=NVIDIAConfig.sample_run_config(),
|
||||
)
|
||||
|
||||
# inference_model = ModelInput(
|
||||
# model_id="${env.INFERENCE_MODEL}",
|
||||
# provider_id="nvidia",
|
||||
# )
|
||||
core_model_to_hf_repo = {
|
||||
m.descriptor(): m.huggingface_repo for m in all_registered_models()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue