fix: Consistently prefix customized models with the namespace

This commit is contained in:
Jash Gulabrai 2025-04-29 12:57:49 -04:00
parent 29f57d528d
commit 2f60f3c347

View file

@ -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",