We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598d6d5 commit 96cfb62Copy full SHA for 96cfb62
server/modelpath.go
@@ -46,6 +46,7 @@ func ParseModelPath(name string) ModelPath {
46
name = after
47
}
48
49
+ name = strings.ReplaceAll(name, string(os.PathSeparator), "/")
50
parts := strings.Split(name, "/")
51
switch len(parts) {
52
case 3:
0 commit comments