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
I tried to use Phi3v on a Mac, and it worked slowly but without CUDA. However, if I switched to CUDA RTX 4070 12GB, I always got an "out of memory" error. I tried the same with the Huggingface transformers python lib using a larger model and it seems that it can handle loading the model partially into the GPU and Memory. I am still not as experienced in LLMs as I would, but maybe I should add some extra settings to the example code, or mistral.rs cannot support this right now?
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
-
I tried to use Phi3v on a Mac, and it worked slowly but without CUDA. However, if I switched to CUDA RTX 4070 12GB, I always got an "out of memory" error. I tried the same with the Huggingface
transformers
python lib using a larger model and it seems that it can handle loading the model partially into the GPU and Memory. I am still not as experienced in LLMs as I would, but maybe I should add some extra settings to the example code, ormistral.rs
cannot support this right now?Beta Was this translation helpful? Give feedback.
All reactions