-
does model with larger file size requires higer spec to run? I have a Arc A380(6gb vram), when I load a checkpoint model about 2gb, it works normally. But when I load another model above 6gb, it crash and show "xpu out of memory". |
Beta Was this translation helpful? Give feedback.
Answered by
ltdrdata
Jan 6, 2025
Replies: 1 comment
-
Of course, loading models that exceed VRAM comes with many limitations. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LiAlH4qwq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Of course, loading models that exceed VRAM comes with many limitations.
Try using command line arg
--lowvram
.It allows for lower VRAM usage at the cost of performance.