fix: gguf input box is hidden when deploying from model files
This commit is contained in:
@@ -180,7 +180,7 @@ const Benchmark: React.FC = () => {
|
||||
loading={dataSource.loading}
|
||||
loadend={dataSource.loadend}
|
||||
dataSource={[]}
|
||||
image={<IconFont type="icon-credential-outline" />}
|
||||
image={<IconFont type="icon-speed" />}
|
||||
filters={_.omit(queryParams, ['sort_by'])}
|
||||
noFoundText={intl.formatMessage({
|
||||
id: 'noresult.benchmark.nofound'
|
||||
|
||||
Reference in New Issue
Block a user