Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
phate334
/
gguf-parser-web
like
2
Running
App
Files
Files
Community
6eed107
gguf-parser-web
/
app
/
devices.py
phate334
[add] device model
863856d
28 days ago
raw
Copy download link
history
blame
Safe
190 Bytes
from
pydantic
import
BaseModel, Field
class
Device
(
BaseModel
):
memory_size:
int
= Field(alias=
"memorySize"
)
memory_bandwidth:
float
= Field(alias=
"memoryBandwidth"
)
FLOPS:
str