fix: filter gguf files in modelscope

This commit is contained in:
jialin
2024-10-29 17:55:40 +08:00
parent f730548c8f
commit 5dde5cae50
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -439,7 +439,7 @@ const Resources: React.FC = () => {
key="VRAM"
render={(text, record: ListItem) => {
return (
<span className="flex-column">
<span className="flex-column flex-gap-2">
{_.map(
_.sortBy(record?.status?.gpu_devices || [], ['index']),
(item: GPUDeviceItem, index: string) => {