We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4917cf4 commit d7a5484Copy full SHA for d7a5484
2 files changed
backends/moondream/backend.py
@@ -44,7 +44,7 @@ def __init__(
44
45
load_kwargs: Dict[str, Any] = {
46
"trust_remote_code": True,
47
- "torch_dtype": dtype,
+ "dtype": dtype,
48
"device_map": device,
49
}
50
if revision:
k8s/pvc.yaml
@@ -12,5 +12,5 @@ spec:
12
storageClassName: do-block-storage
13
resources:
14
requests:
15
- storage: 3Gi
+ storage: 5Gi
16
0 commit comments