You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, About two months ago, the server had the command line argument --tensor-split, allowing splitting the layer count across multiple GPUs.
I used it on a 4*Tesla V100 16GB machine to make sure the first GPU is always a bit free for cache with value like "7,9,9,9".
But I see this feature has been dropped, and I fail to allocate cache now as it keeps seeking the first device.
ggml_backend_cuda_buffer_type_alloc_buffer: allocating 2688.00 MiB on device 0: cudaMalloc failed: out of memory
llama_kv_cache_init: failed to allocate buffer for kv cache
llama_new_context_with_model: llama_kv_cache_init() failed for self-attention cache
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, About two months ago, the server had the command line argument
--tensor-split
, allowing splitting the layer count across multiple GPUs.I used it on a 4*Tesla V100 16GB machine to make sure the first GPU is always a bit free for cache with value like "7,9,9,9".
But I see this feature has been dropped, and I fail to allocate cache now as it keeps seeking the first device.
Why was this feature dropped?
Beta Was this translation helpful? Give feedback.
All reactions