mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-20 19:56:59 +00:00
fix: Consistently prefix customized models with the namespace
This commit is contained in:
parent
29f57d528d
commit
2f60f3c347
1 changed files with 1 additions and 1 deletions
|
@ -1141,7 +1141,7 @@
|
|||
"source": [
|
||||
"customized_chat_model_name = \"test-messages-model\"\n",
|
||||
"customized_chat_model_version = \"v1\"\n",
|
||||
"customized_chat_model_dir = f\"{customized_chat_model_name}@{customized_chat_model_version}\"\n",
|
||||
"customized_chat_model_dir = f\"{NAMESPACE}/{customized_chat_model_name}@{customized_chat_model_version}\"\n",
|
||||
"\n",
|
||||
"# NOTE: The output model name is derived from the environment variable. We need to re-initialize the client\n",
|
||||
"# here so the Post Training API picks up the updated value.\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue