We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d3470 commit 9519866Copy full SHA for 9519866
tools/server/webui/src/components/Header.tsx
@@ -17,7 +17,7 @@ export default function Header() {
17
const fullFile = serverProps?.model_path?.split(/[/\\]/).pop() ?? '';
18
const build = serverProps?.build_info ?? '?';
19
20
- // Extract model name from model_path
+ // Extract model name from model_path and remove the sharding suffix if present
21
const modelName = serverProps?.model_path
22
?.split(/(\\|\/)/)
23
.pop()
0 commit comments