Replies: 3 comments 9 replies
-
|
Currently we don't support “.” in the model name, because we use "." as a namespace delimiter, if there's a dot in the name, it will make the code confuse. Can you encode the "." when save the model name? @mchades do you have other thoughts? |
Beta Was this translation helpful? Give feedback.
-
|
Another option without double quoting is to treat the 3rd dot (and beyond) as part of the model name. |
Beta Was this translation helpful? Give feedback.
-
|
Any updates here? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that Gravitino does not support model names with '.' character, because this might demage the structure of 'catalog.shcema.model'. Are there any solutions to cover this?
In real scenarios, the name of the model may contain '.' character, such as 'Qwen2.5'. The unsupported character has caused compatibility difficulties for us to use Gravitino.
Beta Was this translation helpful? Give feedback.
All reactions